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>2014-09-14 14:55:05 +0400
committerMarc Delisle <marc@infomarc.info>2014-09-14 14:55:05 +0400
commitd978643fc28bd036c3fe672efb017803a7ce5dc7 (patch)
tree076bb947f1bdd8ef1ec72061e92415992bbc013c /tbl_zoom_select.php
parentc8b4217e4216ea3a5d372d8e864a110b0caeba08 (diff)
Fix code execution path warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 7f4ceea329..1466c8d905 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -130,6 +130,7 @@ if (isset($_POST['zoom_submit'])
$sql_query . ";", null, PMA_DatabaseInterface::QUERY_STORE
);
$fields_meta = $GLOBALS['dbi']->getFieldsMeta($result);
+ $data = array();
while ($row = $GLOBALS['dbi']->fetchAssoc($result)) {
//Need a row with indexes as 0,1,2 for the getUniqueCondition
// hence using a temporary array