Date: 02/14/00
- Next message: chagenbu: "[PHPLIB-DEV] cvs commit"
- Previous message: Massimiliano Masserelli: "Re: [PHPLIB-DEV] cvs commit"
- In reply to: Massimiliano Masserelli: "Re: [PHPLIB-DEV] cvs commit"
- Next in thread: chagenbu: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Feb 14, 2000 at 11:15:58AM +0100, Massimiliano Masserelli wrote:
> > - if ( "" == $id ) {
> > + if ( !isset($id) or ("" == $id) ) {
> if (empty($id)) {
No particular reason. This is what happens if you pile code on code...
Change it, if you like.
Kristian
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.
- Next message: chagenbu: "[PHPLIB-DEV] cvs commit"
- Previous message: Massimiliano Masserelli: "Re: [PHPLIB-DEV] cvs commit"
- In reply to: Massimiliano Masserelli: "Re: [PHPLIB-DEV] cvs commit"
- Next in thread: chagenbu: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

