SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Wed, 29 Jan 2014 04:25:33 +0000 (12:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Jan 2014 04:25:33 +0000 (12:25 +0800)
SimpleExcel.php

index a973bbd..87d71eb 100644 (file)
@@ -88,7 +88,7 @@ class Pman_Core_SimpleExcel extends Pman
             $this->buildPage(  array(), $data,$cfg);
         } elseif (!empty($cfg['workbooks'])) {
             foreach($cfg['workbooks'] as $i =>$wcfg) {
-                $this->buildPage(   $formats , $data[$i],$wcfg);
+                $this->buildPage(   array() , $data[$i],$wcfg);
             }
             
         }