fixing activate() (JT Hughes)

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@125513 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2003-05-02 21:09:21 +00:00
parent 044fc4879e
commit c941825011
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
function activate() function activate()
{ {
$this->selected = 1; $this->selected = 1;
$this->activesheet =& $this->index; $this->activesheet = $this->index;
} }
/** /**