T201704030938

This commit is contained in:
Leander
2017-04-03 09:38:51 +02:00
parent b5e1587f18
commit 89e7c0090b
2 changed files with 2 additions and 5 deletions

View File

@@ -14,9 +14,6 @@
$uid = md5(uniqid(rand(), true));
$db = new Database();
$v = $db->query('SELECT * FROM "Questions" ORDER BY "ID" OFFSET $1 LIMIT 1', array(0));
print_r($v);
if(preg_match(PATTERN, $name) != 1) {
$error = 11101;
} else {