Whoosh!

Anonymous
Using the nightly targball from CVS. WHen I go into "Account Information" and then click "save," I get

Call to undefined function: isvalidinetaddress() in /var/www/html/lib-common.php on line 3008

I go into lib-common.php and at line 3008 I see the following:

return( $rfc822->isValidInetAddress( $email ) ? true : false );

Anyone have a clue what is wrong here?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
That's a bug in the CVS version. Haven't found the time to look into it yet ...

As a workaround, use COM_isemail() from 1.3.8.

bye, Dirk

Whoosh!

Anonymous
Thanks Dirk.