Date: 06/05/01
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: max: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: max
Date: Tue Jun 5 15:15:51 2001
Modified files:
php-lib/php/user4.inc
Log message:
bugfix
Index: php-lib/php/user4.inc
diff -u php-lib/php/user4.inc:1.6 php-lib/php/user4.inc:1.7
--- php-lib/php/user4.inc:1.6 Wed May 30 16:39:45 2001
+++ php-lib/php/user4.inc Tue Jun 5 15:15:50 2001
@@ -4,7 +4,7 @@
*
* <email protected> 1998,1999 NetUSE GmbH Boris Erdmann, Kristian Koehntopp
* 2001, Maxim Derkachev <kot <email protected>>
-* <email protected> $Id: user4.inc,v 1.6 2001/05/30 14:39:45 max Exp $
+* <email protected> $Id: user4.inc,v 1.7 2001/06/05 13:15:50 max Exp $
* <email protected> PHPLib
* <email protected> public
*/
@@ -109,7 +109,7 @@
* <email protected> string
*/
function is_registered($name) {
- return (boolean)(isset($GLOBALS[$this->vars_array][trim($name)]))
+ return (boolean)(isset($GLOBALS[$this->vars_array][trim($name)]));
} // end func is_registered
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: max: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

