Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:59:28 +0000 (16:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:59:28 +0000 (16:59 +0800)
Lock.php

index 90f4ab4..6fb4a4f 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -116,10 +116,10 @@ class Pman_Core_Lock extends Pman
             
         }
         if ($u) {
-            
-            
+            $this->jerr("Item is Locked by " . $u->name . ' (' . $u->email . "),  Try asking them to log out");
             
         }
+        return true;