T201704081225

This commit is contained in:
Leander
2017-04-06 12:25:29 +02:00
parent e049fc20de
commit fe25b75498
3 changed files with 16 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ class Database
return 'User name already exists. Please pick a different name.';
case 12101:
case 13101:
case 15101:
return 'User ID not specified. This is an internal error.';
case 12102:
return 'A game without a question is not possible. Please select new game length.';