SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2013 03:18:29 +0000 (11:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2013 03:18:29 +0000 (11:18 +0800)
SimpleExcel.php

index ee527f3..c260deb 100644 (file)
@@ -257,7 +257,7 @@ class Pman_Core_SimpleExcel extends Pman
     function addLine($worksheet_name, $clo)
     {
         $cfg = $this->workSheetCfg[$worksheet_name];
-        $start_row = &$this->start_row;
+        $start_row = $this->start_row;
         
         $r = 0;