[Phplib-commit] CVS: php-lib CHANGES,1.191,1.192
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2005-08-06 16:38:04
|
Update of /cvsroot/phplib/php-lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19121 Modified Files: CHANGES Log Message: Fixed session3.inc - get_hidden_id() now returns get_hidden_session() rather than hidden_session() (this prints the output) Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib/CHANGES,v retrieving revision 1.191 retrieving revision 1.192 diff -C2 -d -r1.191 -r1.192 *** CHANGES 26 Feb 2002 08:14:37 -0000 1.191 --- CHANGES 6 Aug 2005 16:37:56 -0000 1.192 *************** *** 1,4 **** --- 1,8 ---- $Id$ + 06-Aug-2005 layne_weathers + - Fixed session3.inc - get_hidden_id() now returns get_hidden_session() + rather than hidden_session() (this prints the output) + 26-Feb-2002 richardarcher - Fixed [ #517150 ] prepend.php3 needs ct_cookie mods |