RooPostTrait.php
[Pman.Core] / RooPostTrait.php
index bd4b271..58dd00f 100644 (file)
@@ -119,12 +119,9 @@ trait Pman_Core_RooPostTrait {
             // do we really delete stuff!?!?!?
             return $this->delete($x,$_REQUEST);
         } 
-         
         
         $old = false;
         
-        // not sure if this is a good idea here...
-        
         if (!empty($_REQUEST['_ids'])) {
             $ids = explode(',',$_REQUEST['_ids']);
             $x->whereAddIn($this->key, $ids, 'int');