T201704041159

This commit is contained in:
Leander
2017-04-04 11:59:55 +02:00
parent 616d50afac
commit 00cee3196e

View File

@@ -53,6 +53,7 @@
} else {
$end = array('score' => $new_points, 'time' => $new_time);
$data = array('results' => $results, 'end' => $end);
$db->query('DELETE FROM "Games" WHERE "ID" = $1', array($uid));
}
}