Pman/Roo.php
authorbenny <benny@roojs.com>
Thu, 9 Aug 2018 06:40:56 +0000 (14:40 +0800)
committerbenny <benny@roojs.com>
Thu, 9 Aug 2018 06:40:56 +0000 (14:40 +0800)
Pman/Roo.php

index d1787c1..f8d4142 100644 (file)
@@ -670,8 +670,7 @@ class Pman_Roo extends Pman
             $ar = $x->fetchAll();
             
             foreach($ar as $x) {
-                $this->update($x, $_REQUEST);
-                
+                $this->update($x, $_REQUEST);  
             }
             // all done..
             $this->jok("UPDATED");