T1703271557

This commit is contained in:
Leander
2017-03-27 15:58:06 +02:00
parent 7099d41b2f
commit 8901180d85
3 changed files with 8 additions and 5 deletions

View File

@@ -51,12 +51,12 @@ class Database
case 11102:
return 'User name already exists. Please pick a different name.';
case 12101:
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.';
default:
return 'An unknown error occurred.';
}
}
}
?>