projects
/
pgphonehome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3b959
)
Initialise variables
author
Dave Page
<dpage@developer.pgadmin.org>
Tue, 26 Aug 2008 21:18:21 +0000
(22:18 +0100)
committer
Dave Page
<dpage@developer.pgadmin.org>
Tue, 26 Aug 2008 21:18:21 +0000
(22:18 +0100)
query.php
patch
|
blob
|
blame
|
history
diff --git
a/query.php
b/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