[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12997-g87c970b

Michal Čihař nijel at users.sourceforge.net
Thu Aug 4 17:00:47 CEST 2011


The branch, master has been updated
       via  87c970b0f8672b60eddab3950c4535ab29b2395c (commit)
      from  809258e49b328e0a074abdfd90859da8b843a55f (commit)


- Log -----------------------------------------------------------------
commit 87c970b0f8672b60eddab3950c4535ab29b2395c
Author: Michal Čihař <mcihar at suse.cz>
Date:   Thu Aug 4 17:00:32 2011 +0200

    No need to load full columns here (need names only anyway)

-----------------------------------------------------------------------

Summary of changes:
 db_qbe.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/db_qbe.php b/db_qbe.php
index 2ab7f27..93c5b40 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -105,7 +105,7 @@ if (0 == $tbl_result_cnt) {
 
 // The tables list gets from MySQL
 while (list($tbl) = PMA_DBI_fetch_row($tbl_result)) {
-    $fld_results = PMA_DBI_get_columns($db, $tbl, true);
+    $fld_results = PMA_DBI_get_columns($db, $tbl);
 
     if (empty($tbl_names[$tbl]) && !empty($_REQUEST['TableList'])) {
         $tbl_names[$tbl] = '';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list