The branch, master has been updated via 05160b3e033d7516b71d43b8010a7a098fcfe7e0 (commit) from 39aa4355a90055611412d7f5c75458427545aef3 (commit)
- Log ----------------------------------------------------------------- commit 05160b3e033d7516b71d43b8010a7a098fcfe7e0 Author: Michal Čihař mcihar@novell.com Date: Tue Jul 27 10:07:55 2010 +0200
No need for full columns here.
-----------------------------------------------------------------------
Summary of changes: libraries/common.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 9c575c9..162764b 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2894,7 +2894,7 @@ function PMA_expandUserString($string, $escape = NULL, $updates = array()) { /* Fetch fields list if required */ if (strpos($string, '@FIELDS@') !== FALSE) { $fields_list = PMA_DBI_fetch_result( - 'SHOW FULL COLUMNS FROM ' . PMA_backquote($GLOBALS['db']) + 'SHOW COLUMNS FROM ' . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($GLOBALS['table']));
$field_names = array();
hooks/post-receive