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:
authorMarc Delisle <marc@infomarc.info>2004-08-21 15:51:37 +0400
committerMarc Delisle <marc@infomarc.info>2004-08-21 15:51:37 +0400
commitb70079bbd2e4fc6f8f2df0516c0747a4b7e0ed6e (patch)
tree1efec8364f7db3b264a427b08f018d8fcb4f84a1 /tbl_printview.php
parent5e7d024ebd28d837271e1d0253a5ac0316b5d9e5 (diff)
commands out of sync
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index d61464f80e..b63f6609a8 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -131,7 +131,7 @@ foreach ($the_tables AS $key => $table) {
/**
* Gets fields properties
*/
- $result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';');
+ $result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', NULL, PMA_DBI_QUERY_STORE);
$fields_cnt = PMA_DBI_num_rows($result);
// Check if we can use Relations (Mike Beck)