From: Edward Date: Mon, 9 Feb 2015 09:35:26 +0000 (+0800) Subject: SimpleExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e6e347835c9d82fd68ce6675be6835714a5eb2a5 SimpleExcel.php --- diff --git a/SimpleExcel.php b/SimpleExcel.php index b6b5f41d..9790c453 100644 --- a/SimpleExcel.php +++ b/SimpleExcel.php @@ -299,7 +299,7 @@ class Pman_Core_SimpleExcel extends Pman $worksheet->setRow($start_row +$r, $cfg['row_height']); } - $height = (isset($cfg['line_height'])) ? $cfg['line_height'] : 12; + $line_height = (isset($cfg['line_height'])) ? $cfg['line_height'] : 12; foreach($cfg['cols'] as $c => $col_cfg) {