Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:28:53 +0000 (11:28 +0800)
committerbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:28:53 +0000 (11:28 +0800)
Pman/Roo.php

index 6451b44..b8f3408 100644 (file)
@@ -1085,7 +1085,7 @@ class Pman_Roo extends Pman
         if (isset($cols['updated_by']) && $this->authUser) {
             $x->updated_by = $this->authUser->id;
         }
-        echo "here";exit;
+        
         if (method_exists($x, 'beforeUpdate')) {
             $x->beforeUpdate($old, $req, $this);
         }