From: John C. <joh...@ua...> - 2006-02-22 20:24:25
Reini,
I'm seeing the following error in lots of places:
f:\inetpub\wwwroot\phpwiki\lib\DbSession\ADODB.php:113: Notice: Only
variables should be assigned by reference
This is the CVS HEAD.
Thanks,
John
From: Reini U. <ru...@x-...> - 2006-02-22 20:51:53
John Cole schrieb:
> Reini,
> I'm seeing the following error in lots of places:
>
> f:\inetpub\wwwroot\phpwiki\lib\DbSession\ADODB.php:113: Notice: Only
> variables should be assigned by reference
>
> This is the CVS HEAD.
Hmm, CVS and 1.3.12_rc2 has that fixed.
$dbh = $this->_connect();
This would be the old wrong line:
$dbh =& $this->_connect();
--
Reini Urban
http://phpwiki.org/http://helsinki.at/http://spacemovie.mur.at/