From 98bd1a7add3a56c08fb03293824e392b6d871613 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 1 Oct 2012 20:57:52 +0200 Subject: [PATCH] ... --- submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\")"); -- 2.39.2