From fc7990c62d85fdebef4a438a1fbc9d69a3710d55 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 22 Aug 2012 16:39:03 +0200 Subject: small bug fixes, inclusion of file size limit configurable --- boca-1.5.0/src/staff/task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boca-1.5.0/src/staff/task.php') diff --git a/boca-1.5.0/src/staff/task.php b/boca-1.5.0/src/staff/task.php index 283b9bb..640eae1 100644 --- a/boca-1.5.0/src/staff/task.php +++ b/boca-1.5.0/src/staff/task.php @@ -86,7 +86,7 @@ for ($i=0; $i\n"; if ($task[$i]["oid"] != null) { - $msg = $task[$i]["username"]." ".$task[$i]["username"]." ".$task[$i]["username"]." ". + $msg = "///// " . $task[$i]["username"]." ".$task[$i]["username"]." ".$task[$i]["username"]." ". $task[$i]["username"]." ".$task[$i]["username"]." ".$task[$i]["username"]; echo " " . $task[$i]["filename"] . ""; -- cgit v1.2.3