X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fphp_writeexcel%2Fclass.writeexcel_workbookbig.inc.php;h=8f0c752fd363d86e0687456a874fa057fc8efa10;hb=c4924928dc7abdf5caaf67d8d614fe014483a0c5;hp=bc0ba40ba9433f8db7dba74fdf67fb3b53fe811b;hpb=62b1d773c96692c36c58f7c71f6f5ecd00ca0f0e;p=gosa.git diff --git a/include/php_writeexcel/class.writeexcel_workbookbig.inc.php b/include/php_writeexcel/class.writeexcel_workbookbig.inc.php index bc0ba40ba..8f0c752fd 100644 --- a/include/php_writeexcel/class.writeexcel_workbookbig.inc.php +++ b/include/php_writeexcel/class.writeexcel_workbookbig.inc.php @@ -39,7 +39,7 @@ class writeexcel_workbookbig extends writeexcel_workbook { $file->append($this->_data); for ($c=0;$c_worksheets);$c++) { - $worksheet=&$this->_worksheets[$c]; + $worksheet=$this->_worksheets[$c]; while ($data=$worksheet->get_data()) { $file->append($data); }