RooPostTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 02:07:13 +0000 (10:07 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 02:07:13 +0000 (10:07 +0800)
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');