Re: [PHPLIB-DEV] cvs commit From: Kristian Koehntopp (kris <email protected>)
Date: 02/14/00

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.