T1703271450

This commit is contained in:
Leander
2017-03-27 14:51:10 +02:00
parent 6a6b5e52d9
commit fa650e3a2a

View File

@@ -11,7 +11,7 @@
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
$database = new Database();
$questions_count = $database->query('SELECT COUNT(*) FROM "QUESTIONS"');
$questions_count = $database->query('SELECT COUNT(*) FROM "Questions"');
echo pg_last_error();
echo $questions_count;