Date: 12/19/00
- Next message: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- In reply to: uw: "[phplib-dev] cvs commit"
- Next in thread: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Reply: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I want to be the most active phplib developer... - removed a typo
They always told me not to use version control as a backup system. ;-P
Things like 'buildable' sources, etc. ;-P
;-)
Greetings
Jeroen.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Jeroen Laarhoven, Zwolle, Netherlands
business: jeroen <email protected>, www.webbridge.nl
private: jeroen <email protected>, www.zwolnet.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
----- Original Message -----
From: "uw" <phplib-dev <email protected>>
To: <phplib-dev <email protected>>
Sent: Tuesday, December 19, 2000 2:01 PM
Subject: [phplib-dev] cvs commit
> 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>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- In reply to: uw: "[phplib-dev] cvs commit"
- Next in thread: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Reply: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

