Initialise variables
authorDave Page <dpage@developer.pgadmin.org>
Tue, 26 Aug 2008 21:18:21 +0000 (22:18 +0100)
committerDave Page <dpage@developer.pgadmin.org>
Tue, 26 Aug 2008 21:18:21 +0000 (22:18 +0100)
query.php

index bc3ee7d3ad9c63c6bce68bf06fd98d3553eae6d0..9412e6f92ca43f3df85507b5532a9ef3f66b3b40 100644 (file)
--- a/query.php
+++ b/query.php
@@ -36,6 +36,10 @@ if ($res === false)
 
 $message = "Databases: " . pg_num_rows($res);;
 
+$list = "";
+$divs = "";
+$rownum = 0;
+
 while ($row = pg_fetch_assoc($res)) {
 
        // Set the sub-panel ID