Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:25:27 +0000 (17:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:25:27 +0000 (17:25 +0800)
Lock.php

index 242fba0..937fc6c 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -100,7 +100,7 @@ class Pman_Core_Lock extends Pman
         ));
         
         
-        $nlocks = $curlock->count() 
+        $nlocks = $curlock->count() ;
         if ($nlocks && empty($_REQUEST['force'])) {
             $curlock->selectAdd();
             $curlock->selectAdd('distinct(person_id), created');