From d069f60291d7c2d9380f97473891adbff0ad52b8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 18:13:22 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.. -- 2.39.2