Pman/Roo.php
authorbenny <benny@roojs.com>
Thu, 6 Sep 2018 03:10:32 +0000 (11:10 +0800)
committerbenny <benny@roojs.com>
Thu, 6 Sep 2018 03:10:32 +0000 (11:10 +0800)
Pman/Roo.php

index bb0f165..735b456 100644 (file)
@@ -205,7 +205,7 @@ class Pman_Roo extends Pman
         
         // single fetch (use '0' to fetch an empty object..)
         if (isset($_REQUEST['_id']) && is_numeric($_REQUEST['_id'])) {
-             echo "here"; exit;
+             
              $this->selectSingle($x, $_REQUEST['_id'],$_REQUEST);
              // actually exits.
         }