aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.0/src/staff/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'boca-1.5.0/src/staff/task.php')
-rw-r--r--boca-1.5.0/src/staff/task.php2
1 files changed, 1 insertions, 1 deletions
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<count($task); $i++) {
}
echo "</td>\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 " <td nowrap><a href=\"../filedownload.php?" . filedownload($task[$i]["oid"],$task[$i]["filename"]) .
"\">" . $task[$i]["filename"] . "</a>";