T201704041239

This commit is contained in:
Leander
2017-04-04 12:39:26 +02:00
parent c62d75e67f
commit 9bd5eb9c7a

View File

@@ -58,9 +58,11 @@ class Database
return 'SQL statement did not give a result.';
case 11101 || 14101:
return 'User name does not match rules. User name must be 6 to 20 characters and consist of English letters and numbers only.';
case 11102 || 14102:
case 11102:
case 14102:
return 'User name already exists. Please pick a different name.';
case 12101 || 13101:
case 12101:
case 13101:
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.';