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:
parent
044fc4879e
commit
c941825011
|
|
@ -566,7 +566,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
|
|||
function activate()
|
||||
{
|
||||
$this->selected = 1;
|
||||
$this->activesheet =& $this->index;
|
||||
$this->activesheet = $this->index;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue