[Phplib-commit] CVS: php-lib-stable CHANGES,1.14,1.15
Brought to you by:
nhruby,
richardarcher
|
From: Layne W. <lay...@us...> - 2002-03-18 18:07:07
|
Update of /cvsroot/phplib/php-lib-stable
In directory usw-pr-cvs1:/tmp/cvs-serv456
Modified Files:
CHANGES
Log Message:
Fixed page.inc's use of isset($sess|$user) to is_object()
- allows the use of variable $user when not using the user class.
Index: CHANGES
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** CHANGES 14 Mar 2002 20:42:40 -0000 1.14
--- CHANGES 18 Mar 2002 18:07:02 -0000 1.15
***************
*** 1,4 ****
--- 1,7 ----
$Id$
+ 18-Mar-2002 layne_weathers
+ - Fixed page.inc's use of isset($sess|$user) to is_object()
+
14-Mar-2002 layne_weathers
- Modified lock() in db_mysql.inc to allow lists of tables
|