diff --git a/proj/paper/index.php b/proj/paper/index.php index ca67dcc..9aeeaf9 100644 --- a/proj/paper/index.php +++ b/proj/paper/index.php @@ -17,7 +17,7 @@ if (!$db) { } // Execute a query -$result = pg_query($db, "SELECT * FROM testab"); +$result = pg_query($db, "SELECT * FROM testab;"); if (!$result) { // query failed