From: Alan Knowles Date: Thu, 18 Nov 2010 10:13:56 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=cd9a5bf967c4d1b62c5948d5a4c4ba17a6fe9748 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 9d0dd7e..d303100 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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... }