bug 1005120
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
* lang/slovak: Updated, thanks to Lubos Klokner (erkac)
|
||||
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
|
||||
* lang/dutch: bug 1000683, backslash typo
|
||||
* libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
|
||||
|
||||
2004-08-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties_operations.php: bug 1004523, now display table options
|
||||
|
@@ -262,7 +262,6 @@ if (PMA_MYSQL_INT_VERSION >= 40100){
|
||||
$res = PMA_DBI_query('SHOW CREATE DATABASE ' . PMA_backquote($db) . ';', NULL, PMA_DBI_QUERY_STORE);
|
||||
$row = PMA_DBI_fetch_row($res);
|
||||
PMA_DBI_free_result($res);
|
||||
PMA_DBI_free_result($res);
|
||||
$tokenized = explode(' ', $row[1]);
|
||||
unset($row, $res, $sql_query);
|
||||
|
||||
|
Reference in New Issue
Block a user