field structure changes not applied (CVS only)

This commit is contained in:
Marc Delisle
2004-10-02 12:19:40 +00:00
parent ca3e661657
commit bd72662ef9
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-10-02 Marc Delisle <lem9@users.sourceforge.net>
* tbl_alter.php: field structure changes not applied (CVS version only)
2004-09-30 Marc Delisle <lem9@users.sourceforge.net>
* tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
* tbl_create.php: cannot create a new table (CVS version only)

View File

@@ -23,7 +23,7 @@ $err_url = 'tbl_properties_structure.php?' . PMA_generate_common_url($db, $table
* Modifications have been submitted -> updates the table
*/
$abort = false;
if (isset($submit)) {
if (isset($do_save_data)) {
$field_cnt = count($field_orig);
for ($i = 0; $i < $field_cnt; $i++) {
// to "&quot;" in tbl_properties.php