bug 648263

This commit is contained in:
Marc Delisle
2002-12-15 13:14:02 +00:00
parent 7e31356f48
commit 37f50b44b1
3 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-12-15 Marc Delisle <lem9@users.sourceforge.net>
* libraries/get_foreign.lib.php3, tbl_change.php3: bug 646263,
bad drop-down in select sub-page
2002-12-14 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Removed a comment.

View File

@@ -41,6 +41,9 @@
. ' ORDER BY ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($foreign_display);
$disp = PMA_mysql_query($dispsql);
}
else {
unset($disp);
}
} // end if $foreigners
//} // $__PMA_GET_FOREIGN_LIB_INCLUDED__

View File

@@ -417,7 +417,8 @@ for ($i = 0; $i < $fields_cnt; $i++) {
} // end while
echo ' </select>' . "\n";
echo ' </td>' . "\n";
unset($disp);
// is now unset in get_foreign.lib:
//unset($disp);
}
else if (strstr($row_table_def['True_Type'], 'text')) {
?>