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


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to