[pmwiki-users] 2 fox questions

Hans design5 at softflow.co.uk
Fri Sep 21 02:16:48 CDT 2007


Thursday, September 20, 2007, 10:12:44 PM, Jon Haupt wrote:

> So, what I'd like to know is if there's a way to do this:

> # add filter function
> $FoxFilterFunctions['FoxVerifyEmail'] = 'FoxVerifyEmailFilter';
> function FoxVerifyEmailFilter($pagename, $fields) {
>   if($fields['email']=="")  { $fields['email'] = "noemail"  }
>   return $fields;
> }

This should work.


  ~Hans




More information about the pmwiki-users mailing list