summaryrefslogtreecommitdiff
path: root/sqlbox
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox')
-rw-r--r--sqlbox/view.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php
index dd20fb9..316489a 100644
--- a/sqlbox/view.php
+++ b/sqlbox/view.php
@@ -101,6 +101,7 @@ if (isset($data->query)) {
echo "</tr>";
}
echo "</table>";
+ pg_close($db);
}
// Finish the page