From 7dfdf40d97c9c9c2acf932628d0b0c829c0f60bc Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 3 Apr 2017 23:18:14 +0200 Subject: [PATCH] T201704032318 --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index 596ad73..1f21818 100644 --- a/start.php +++ b/start.php @@ -37,7 +37,7 @@ } // Create new game for user. $db->query('INSERT INTO "Games" ("ID") VALUES ($1)', array($uid)); - print_v(pg_last_error()); + print_r(pg_last_error()); // Find questions for new game and insert into table. $questions = random_numbers(0, $questions_count-1, $length); foreach($questions as $question) {