undefined variable when creating a table that exists
This commit is contained in:
@@ -728,7 +728,7 @@ function PMA_DBI_get_columns($database, $table, $full = false, $link = null)
|
||||
$fields = PMA_DBI_fetch_result(
|
||||
'SHOW ' . ($full ? 'FULL' : '') . ' COLUMNS
|
||||
FROM ' . PMA_backquote($database) . '.' . PMA_backquote($table),
|
||||
'Fields', ($full ? null : 'Fields'), $link);
|
||||
'Field', ($full ? null : 'Field'), $link);
|
||||
if (! is_array($fields) || count($fields) < 1) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user