ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 02:54:11 +0000 (10:54 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 02:54:11 +0000 (10:54 +0800)
ExcelToJson.php

index 059ed0e..7f0e116 100644 (file)
@@ -17,7 +17,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
         $this->transObj = DB_DataObject::Factory('invhist_transfer');
         
         $this->transObj->query('BEGIN');
-        print_r('run');exit;
+        
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
         
         $img = DB_DataObject::Factory('images');