Pman/Roo.php
[Pman.Base] / Pman / Roo.php
index ec6e74f..e116afa 100644 (file)
@@ -334,7 +334,7 @@ class Pman_Roo extends Pman
         
         if (!empty($_REQUEST['csvCols']) && !empty($_REQUEST['csvTitles']) ) {
             
-            die("here?");
+            
             $this->toCsv($ret, $_REQUEST['csvCols'], $_REQUEST['csvTitles'],
                         empty($_REQUEST['csvFilename']) ? '' : $_REQUEST['csvFilename']
                          );