diff --git a/sai/modules/saimod_sys_todo/saimod_sys_todo.php b/sai/modules/saimod_sys_todo/saimod_sys_todo.php index 572e1e6..a701e69 100644 --- a/sai/modules/saimod_sys_todo/saimod_sys_todo.php +++ b/sai/modules/saimod_sys_todo/saimod_sys_todo.php @@ -9,7 +9,7 @@ class saimod_sys_todo extends \SYSTEM\SAI\SaiModule { } else { $res = $con->query('SELECT * FROM system_todo LEFT JOIN system_user ON system_todo.author = system_user.ID ORDER BY state, time DESC;'); } - $result = '
| '.'Time ago'.' | '.''.'Time'.' | '.''.'Reporttype'.' | '.''.'Message'.' | '.''.'Author'.' | '.''.'Volunteers'.' | '.''.'State'.' | '.''.'Action'.' | '.'
|---|---|---|---|---|---|---|---|