T201704041211

This commit is contained in:
Leander
2017-04-04 12:12:14 +02:00
parent 00cee3196e
commit 136c26b9e6
3 changed files with 38 additions and 2 deletions

View File

@@ -56,9 +56,9 @@ class Database
return 'Success.';
case 10101:
return 'SQL statement did not give a result.';
case 11101:
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:
case 11102 || 14102:
return 'User name already exists. Please pick a different name.';
case 12101 || 13101:
return 'User ID not specified. This is an internal error.';