From e06f6e57a893604df5b4ac1ae262704d6696b06f Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 7 Jan 2023 20:05:18 +0100 Subject: [PATCH] ; ? --- proj/paper/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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