diff options
Diffstat (limited to 'sqlbox/view.php')
-rw-r--r-- | sqlbox/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php index 0091807..8cf6848 100644 --- a/sqlbox/view.php +++ b/sqlbox/view.php @@ -88,7 +88,7 @@ if (isset($data->query)) { if (!$result) error("Query failed!"); - echo "<table>"; + echo "<table border=\"1\">"; while($row=pg_fetch_row($result)){ echo "<tr>"; foreach($row as $val) { |