T201704040058

This commit is contained in:
Leander
2017-04-04 00:59:01 +02:00
parent c62149521b
commit 3f13b333c0

View File

@@ -41,6 +41,7 @@
$next_question = Question::get_next_question($db, $uid);
$data = array('results' => $results, 'next' => $next_question);
Database::create_response($data, $error);
$response = Database::create_response($data, $error);
print_r($response);
?>