missing statement group
This commit is contained in:
@@ -9,6 +9,9 @@ $Source$
|
|||||||
* sql.php: bug #956828, deleting last row gives an error. I could not
|
* sql.php: bug #956828, deleting last row gives an error. I could not
|
||||||
find a case where we need the line I just removed, which was
|
find a case where we need the line I just removed, which was
|
||||||
causing the bug.
|
causing the bug.
|
||||||
|
* tbl_properties.inc.php: missing statement group {}, was causing
|
||||||
|
the display of part of the changing amount of columns dialog
|
||||||
|
when editing a field structure
|
||||||
|
|
||||||
2004-05-28 Michal Čihař <michal@cihar.com>
|
2004-05-28 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/display_tbl.lib.php: Decrease limit for query truncating (see
|
* libraries/display_tbl.lib.php: Decrease limit for query truncating (see
|
||||||
|
@@ -607,10 +607,11 @@ echo "\n";
|
|||||||
|
|
||||||
<input type="submit" name="submit" value="<?php echo $strSave; ?>" />
|
<input type="submit" name="submit" value="<?php echo $strSave; ?>" />
|
||||||
<?php
|
<?php
|
||||||
if ($action == 'tbl_create.php' || $action == 'tbl_addfield.php')
|
if ($action == 'tbl_create.php' || $action == 'tbl_addfield.php') {
|
||||||
echo ' <em>' . $strOr . '</em> ' . $strFields . ':' . "\n";
|
echo ' <em>' . $strOr . '</em> ' . $strFields . ':' . "\n";
|
||||||
echo ' ' . '<input type="text" name="num_fields" size="2" class="textfield" value="' . $num_fields . '" />' . "\n";
|
echo ' ' . '<input type="text" name="num_fields" size="2" class="textfield" value="' . $num_fields . '" />' . "\n";
|
||||||
echo ' ' . ' <input type="submit" name="submit_num_fields" value="' . $strGo . '" />' . "\n";
|
echo ' ' . ' <input type="submit" name="submit_num_fields" value="' . $strGo . '" />' . "\n";
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user