ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:19:05 +0000 (11:19 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:19:05 +0000 (11:19 +0800)
ExcelToJson.php

index 83b5030..ad48928 100644 (file)
@@ -73,7 +73,6 @@ class Pman_Core_ExcelToJson extends Pman_Roo
                
                 foreach($req as $r) {
                     if (!in_array($r,$cols)) {
-                        print_r($r);
                         $cols = false;
                         break;
                     }