Remove useless reference markers which aren't used anyway

This commit is contained in:
Brion Vibber 2006-06-27 22:55:15 +00:00
parent 5baebec3d3
commit d3d587dac6

View file

@ -267,8 +267,8 @@ class Database {
* Output page, used for reporting errors
* FALSE means discard output
*/
function &setOutputPage( &$out ) {
$this->mOut =& $out;
function setOutputPage( $out ) {
$this->mOut = $out;
}
/**