[Phplib-commit] CVS: php-lib-stable CHANGES,1.33,1.34
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2005-08-06 16:37:21
|
Update of /cvsroot/phplib/php-lib-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19020 Modified Files: CHANGES Log Message: Fixed session.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-stable/CHANGES,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** CHANGES 19 Feb 2005 15:23:50 -0000 1.33 --- CHANGES 6 Aug 2005 16:37:12 -0000 1.34 *************** *** 1,4 **** --- 1,8 ---- $Id$ + 06-Aug-2005 layne_weathers + - Fixed session.inc - get_hidden_id() now returns get_hidden_session() + rather than hidden_session() (this prints the output) + 19-Feb-2005 layne_weathers - ct_sql.inc |