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?