Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-06-29 01:07:52 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-06-29 01:11:58 +0400
commit96c5c6dbc6f20be109ff3551f2849b6feeec0310 (patch)
tree4da3a8695973f23a435913d38ff83348fbd81ace /db_qbe.php
parenta3b1000b43a2c2dc4df30ee02abe01475d516d69 (diff)
Add $column parameter to PMA_DBI_get_columns
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 1cdb6e74c7..5fd99ad66b 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, null, true);
if (empty($tbl_names[$tbl]) && !empty($_REQUEST['TableList'])) {
$tbl_names[$tbl] = '';