sql/core_event_audit.sql
[Pman.Core] / RooPostTrait.php
index 2825518..6be8439 100644 (file)
@@ -138,7 +138,7 @@ trait Pman_Core_RooPostTrait {
             
             
         }
-         print_r($_POST);exit;
+         
         if (!empty($_REQUEST[$this->key])) {
             // it's a create..
             if (!$x->get($this->key, $_REQUEST[$this->key]))  {