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