The branch, QA_3_4 has been updated via 55d1360b7e724ed2b3f9542024d3e8291ffcf7f5 (commit) from a9f2c3894282a3c3964a496652617e65d58be3e4 (commit)
- Log ----------------------------------------------------------------- commit 55d1360b7e724ed2b3f9542024d3e8291ffcf7f5 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Thu Sep 29 21:14:11 2011 +0530
To avoid a notice on undefined variable
-----------------------------------------------------------------------
Summary of changes: sql.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sql.php b/sql.php index 6caeb7b..6b2628a 100644 --- a/sql.php +++ b/sql.php @@ -394,6 +394,7 @@ if (strlen($db)) { if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) { unset($result); $num_rows = 0; + $unlim_num_rows = 0; } else { if (isset($_SESSION['profiling']) && PMA_profilingSupported()) { PMA_DBI_query('SET PROFILING=1;');
hooks/post-receive