field structure changes not applied (CVS only)
This commit is contained in:
@@ -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)
|
||||
|
@@ -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 """ in tbl_properties.php
|
||||
|
Reference in New Issue
Block a user