T1703311331

This commit is contained in:
Leander
2017-03-31 13:31:47 +02:00
parent c0add46faa
commit 2b4d5d7876
2 changed files with 10 additions and 1 deletions

View File

@@ -17,7 +17,11 @@
$questions_count = $database->query('SELECT COUNT(*) FROM "Questions"')['data'][0]['count'];
function create_game($length) {
print 'Ich bin die Funktion.';
for($i = 0; $i < $length; $i++) {
do {
} while(pg_last_error != '');
}
}
if($length == 0) {