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

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