JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clicking "I'm starting now" leaves you looking at that task (instead of bringing...
authorJason Woofenden <jason283@herkamire.com>
Thu, 8 Jan 2009 04:54:15 +0000 (23:54 -0500)
committerJason Woofenden <jason283@herkamire.com>
Thu, 8 Jan 2009 04:54:15 +0000 (23:54 -0500)
tasks.php

index e4a8b50..ed35222 100644 (file)
--- 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'])) {