T201704030953

This commit is contained in:
Leander
2017-04-03 09:53:08 +02:00
parent 89e7c0090b
commit 4d657eccf3
3 changed files with 9 additions and 4 deletions

View File

@@ -61,6 +61,8 @@ class Database
return 'A game without a question is not possible. Please select new game length.';
case 12102:
return 'We only have '.$values[0].' questions. Please select new game length.';
case 12103:
return 'No user ID specified. Sebastian, please fix the app.';
default:
return 'An unknown error occurred.';
}