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

index 973f5b0..eabb4e0 100644 (file)
@@ -285,7 +285,7 @@ class Pman_Core_SimpleExcel extends Pman
     {
         if (!empty($this->workbook)) {
             $this->workbook->close();
-            $this->workbook = false
+            $this->workbook = false;
         }
         
         require_once 'File/Convert.php';