From: Brion Vibber Date: Tue, 27 Jun 2006 22:55:15 +0000 (+0000) Subject: Remove useless reference markers which aren't used anyway X-Git-Tag: 1.31.0-rc.0~56564 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=d3d587dac6aecc6aa2332bf2ddcd65acda529bad;p=lhc%2Fweb%2Fwiklou.git Remove useless reference markers which aren't used anyway --- diff --git a/includes/Database.php b/includes/Database.php index fc2d67d77e..4ab1b984e0 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -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; } /**