Date: 02/14/00
- Next message: Alexander Aulbach: "Re: [PHPLIB-DEV] informix support"
- Previous message: David Orr: "[PHPLIB-DEV] informix support"
- In reply to: chagenbu: "[PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 14 Feb 2000, chagenbu wrote:
}- if ( !isset($id) or ("" == $id) ) {
}+ if (empty($id)) {
Hummm... there are some places in the code where this also happens...
Should I say more? :)
--SSilk - Alexander Aulbach - Herbipolis/Frankonia Minoris - (0931)22032
- 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: Alexander Aulbach: "Re: [PHPLIB-DEV] informix support"
- Previous message: David Orr: "[PHPLIB-DEV] informix support"
- In reply to: chagenbu: "[PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

