[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_5-5981-g05160b3

Michal Čihař nijel at users.sourceforge.net
Tue Jul 27 10:10:23 CEST 2010


The branch, master has been updated
       via  05160b3e033d7516b71d43b8010a7a098fcfe7e0 (commit)
      from  39aa4355a90055611412d7f5c75458427545aef3 (commit)


- Log -----------------------------------------------------------------
commit 05160b3e033d7516b71d43b8010a7a098fcfe7e0
Author: Michal Čihař <mcihar at 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
-- 
phpMyAdmin




More information about the Git mailing list