[phplib-dev] cvs commit From: uw (phplib-dev <email protected>)
Date: 12/19/00

From: uw
Date: Tue Dec 19 14:01:01 2000
Modified files:
      php-lib/php/form/panemanager.inc

Log message:
I want to be the most active phplib developer... - removed a typo

Index: php-lib/php/form/panemanager.inc
diff -u php-lib/php/form/panemanager.inc:1.4 php-lib/php/form/panemanager.inc:1.5
--- php-lib/php/form/panemanager.inc:1.4 Tue Dec 19 13:58:12 2000
+++ php-lib/php/form/panemanager.inc Tue Dec 19 14:00:30 2000
@@ -3,7 +3,7 @@
 * Base class of Assistant and TabbedPane. This class holds some functions to
 * render buttons and to care on persistant data
 *  <email protected> Ulf Wendel <ulf <email protected>>
-*  <email protected> $Id: panemanager.inc,v 1.4 2000/12/19 12:58:12 uw Exp $
+*  <email protected> $Id: panemanager.inc,v 1.5 2000/12/19 13:00:30 uw Exp $
 */
 class panemanager extends form_commonobject {
 
@@ -292,7 +292,7 @@
                 if (!$regexp)
                         $ok = isset($data[$varname]);
                 else
- $ok = (0 == count($this->arrayKeyRegexpSearch($data, $regexp)) ? false : true;
+ $ok = (0 == count($this->arrayKeyRegexpSearch($data, $regexp))) ? false : true;
 
                 return $ok;
         } // end func issetHTTPXVAR

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>