Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Tue, 28 Mar 2017 08:03:33 +0000 (16:03 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Mar 2017 08:03:33 +0000 (16:03 +0800)
Pman/Roo.php

index 6e4aa52..d1423b3 100644 (file)
@@ -215,19 +215,7 @@ class Pman_Roo extends Pman
        
         if (isset($_REQUEST['_delete'])) {
             $this->jerr("DELETE by GET has been removed - update the code to use POST");
-            /*
-            
-            $keys = $x->keys();
-            if (empty($keys) ) {
-                $this->jerr('no key');
-            }
-            
-            $this->key = $keys[0];
-            
-            
-            // do we really delete stuff!?!?!?
-            return $this->delete($x,$_REQUEST);
-            */
+           
         }