On Sun, 14 Jan 2001, David Croft wrote:
> function_entry vpopmail_functions[] = {
>       PHP_FE(vpopmail_auth_user, NULL)
>       PHP_FE(vpopmail_adddomain, NULL)
>       PHP_FE(vpopmail_deldomain, NULL)
>       PHP_FE(vpopmail_adduser, NULL)
>       PHP_FE(vpopmail_deluser, NULL)
>       PHP_FE(vpopmail_passwd, NULL)
>       PHP_FE(vpopmail_setuserquota, NULL)
>       {NULL, NULL, NULL}
> };

Didn't we agree to put underscores between words in function names, i.e.
vpopmail_del_user?

-Andrei
* Life may be expensive, but it includes an annual free trip around the sun. *

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to