X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.php;h=ed35222127409ce602c0ff789afad9e10d58a501;hp=e4a8b50b6c526d344371378cdd0fa051674362aa;hb=8e555251011a5b27130eecfe5b06cf1fb7d2d601;hpb=ee6685eef368fdd21c4916b32a0ad26880146cce diff --git a/tasks.php b/tasks.php index e4a8b50..ed35222 100644 --- a/tasks.php +++ b/tasks.php @@ -355,8 +355,8 @@ function tasks_edit_main() { return './'; } db_update('tasks', 'state', TASK_WORKING, 'where id=%i', $id); - message('OK, client locked out of modifying that one.'); - return './'; + message('Task marked as "in progress".'); + return './tasks?tasks_id=' . $id; } if(isset($_REQUEST['tasks_needs_testing_id'])) {