Pman/Roo.php
authoredward <edward@roojs.com>
Thu, 31 Aug 2017 10:03:21 +0000 (18:03 +0800)
committeredward <edward@roojs.com>
Thu, 31 Aug 2017 10:03:21 +0000 (18:03 +0800)
Pman/Roo.php

index f53ae2f..9d969b4 100644 (file)
@@ -928,8 +928,6 @@ class Pman_Roo extends Pman
             $x->beforeInsert($_REQUEST, $this);
         }
         
-        print_R($_FILES);exit;
-        
         $res = $x->insert();
         if ($res === false) {
             $this->jerr($x->_lastError->toString());