From: Alexander Schmidt Date: Mon, 1 Oct 2012 18:57:52 +0000 (+0200) Subject: ... X-Git-Url: http://git.treefish.org/banana.git/commitdiff_plain/98bd1a7add3a56c08fb03293824e392b6d871613 ... --- diff --git a/submit.php b/submit.php index b8e1d7e..c98678a 100644 --- a/submit.php +++ b/submit.php @@ -25,7 +25,7 @@ } $excount = count($exchecked); - $donestring = implode(', ', $exchecked); + $donestring = implode(',', $exchecked); $db->query("INSERT INTO workdone (mnumber,session,manydone,thisdone) VALUES (\"$mnumber\", \"$sessionid\", \"$excount\", \"$donestring\")");