ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 04:00:55 +0000 (12:00 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 04:00:55 +0000 (12:00 +0800)
ExcelToJson.php

index b844fee..93acb93 100644 (file)
@@ -110,7 +110,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
                 'itemsite_qty' => $r['QUANTITY']
             );
         }
-        print_r($ret);exit;
+       
         $this->jok($ret);