Skip to content

Commit

Permalink
MDL-19698 deprecated assign new by ref in feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 19, 2010
1 parent 0e7de62 commit b626322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/easy_excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function &addWorksheet($name = ''){
}
}

$worksheet =& new EasyWorksheet($this->_BIFF_version,
$worksheet = new EasyWorksheet($this->_BIFF_version,
$name, $index,
$this->_activesheet, $this->_firstsheet,
$this->_str_total, $this->_str_unique,
Expand Down

0 comments on commit b626322

Please sign in to comment.