diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-09-08 13:17:12 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-09-08 13:17:12 +0000 |
| commit | 7f2fbf518866b88735b537163745d24870efea91 (patch) | |
| tree | 7a6e0b54cfdfb43ed47e0c73a98416c585388f9b /src/staff | |
| parent | 3a9cfc0d808a69edc7c146b961edf134e22808a5 (diff) | |
| download | boca-7f2fbf518866b88735b537163745d24870efea91.tar.gz boca-7f2fbf518866b88735b537163745d24870efea91.zip | |
new info when printing
Diffstat (limited to 'src/staff')
| -rw-r--r-- | src/staff/task.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/staff/task.php b/src/staff/task.php index 52d9665..3f95f75 100644 --- a/src/staff/task.php +++ b/src/staff/task.php @@ -128,8 +128,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"]." ". - $task[$i]["username"]." ".$task[$i]["username"]." ".$task[$i]["username"]; + $msg = "///// " . $task[$i]["username"]." -- ". substr($task[$i]["fullname"],0,40) ." -- ".$task[$i]["username"]." "; echo " <td nowrap><a href=\"../filedownload.php?" . filedownload($task[$i]["oid"],$task[$i]["filename"]) . "\">" . $task[$i]["filename"] . "</a>"; echo " <a href=\"#\" class=menu style=\"font-weight:bold\" onClick=\"window.open('../filewindow.php?". |