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

index f9ae3d9..9d0dd7e 100644 (file)
@@ -478,7 +478,7 @@ class Pman_Roo extends Pman
             if ($lock->find(true)) {
                 // it's locked by someone else..
                 $p = $lock->person();
-                $this->jerr("Your lock is invalid, This record is locked by " . $p->name . " at " $lock->created);
+                $this->jerr("Your lock is invalid, This record is locked by " . $p->name . " at " .$lock->created);
             }
             // check the users lock..