MTrackWeb/TicketEdit.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 23 Jul 2011 15:50:28 +0000 (23:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 23 Jul 2011 15:50:28 +0000 (23:50 +0800)
MTrackWeb/TicketEdit.php

index 123b68d..a758313 100644 (file)
@@ -145,7 +145,7 @@ class MTrackWeb_TicketEdit extends MTrackWeb
             $xx->project_id  = $this->issue->project_id;
             $xx->act_now = 1;
             $xx->resolution_id = 0;
-            $xx->whereAdd('id != ' . ((int) $this->issue->id));
+            $xx->whereAdd('id != ' . ((int) $this->issue->id)); // just in case we are double setting...
             if ($xx->count() > 2) {
                 $this->jerr("To many act-now tasks assigned to that person, wait until the have completed some");
             }