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

index 4db9845..b8f3408 100644 (file)
@@ -670,7 +670,7 @@ class Pman_Roo extends Pman
             $x->whereAddIn($this->key, $ids, 'int');
             $ar = $x->fetchAll();
             
-            foreach($ar as $x) {echo "here"; exit;
+            foreach($ar as $x) {
                 $this->update($x, $_REQUEST);  
             }
             // all done..