From b70079bbd2e4fc6f8f2df0516c0747a4b7e0ed6e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 21 Aug 2004 11:51:37 +0000 Subject: commands out of sync --- tbl_printview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbl_printview.php') 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) -- cgit v1.2.3