[PHPVortex-Commit] phpvortex SEC_Base.class.php,1.3,1.4
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-06 20:56:28
|
Update of /cvsroot/phpvortex/phpvortex In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8256 Modified Files: SEC_Base.class.php Log Message: Changed SEC_Base to allow some passing by reference Index: SEC_Base.class.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/SEC_Base.class.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SEC_Base.class.php 5 Oct 2004 15:12:42 -0000 1.3 --- SEC_Base.class.php 6 Oct 2004 20:56:16 -0000 1.4 *************** *** 32,36 **** { foreach ($opts as $key => $value) { ! $this->$key = $value; } } --- 32,36 ---- { foreach ($opts as $key => $value) { ! $this->$key =& $value; } } |