T201704210903

This commit is contained in:
Leander
2017-04-21 09:03:16 +02:00
parent 7981dac12a
commit 087eda5646
3 changed files with 8 additions and 6 deletions

View File

@@ -60,10 +60,11 @@ class Database
case 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:
case 14102:
case 14103:
return 'User name already exists. Please pick a different name.';
case 12101:
case 13101:
case 14102:
case 15101:
return 'User ID not specified. This is an internal error.';
case 12102: