Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 10:13:56 +0000 (18:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 10:13:56 +0000 (18:13 +0800)
Pman/Roo.php

index 9d0dd7e..d303100 100644 (file)
@@ -480,7 +480,8 @@ class Pman_Roo extends Pman
                 $p = $lock->person();
                 $this->jerr("Your lock is invalid, This record is locked by " . $p->name . " at " .$lock->created);
             }
-            // check the users lock..
+            // check the users lock.. - no point.. ??? - if there are no other locks and it's not the users, then they can 
+            // edit it anyways...
             
         }