ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-Lib-Dev
php-Lib-Dev
[phplib-dev] cvs commit
by max other posts by this author
Jun 5 2001 9:27PM messages near this date
[phplib-dev] cvs commit | [phplib-dev] cvs commit
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 @@
 *
 * @copyright  1998,1999 NetUSE GmbH Boris Erdmann, Kristian Koehntopp
 *             2001, Maxim Derkachev <kot@[...].ru> 
-* @version    $Id: user4.inc,v 1.6 2001/05/30 14:39:45 max Exp $
+* @version    $Id: user4.inc,v 1.7 2001/06/05 13:15:50 max Exp $
 * @package    PHPLib
 * @access     public
 */ 
@@ -109,7 +109,7 @@
   * @param  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@[...].de
For additional commands, e-mail: phplib-dev-help@lists.netuse.de

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved