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

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