From: Shaun M. <sh...@ae...> - 2004-04-06 04:04:32
|
On 6 Apr 2004, at 04:02, Don Seiler wrote: > On Tue, Apr 06, 2004 at 02:14:25AM +0100, Shaun Murray wrote: >> Don't use parseOutput on email address fields in your modules as the >> PEAR BBCode parser will convert anything it thinks is an email address >> into a mailto: link. > > Or use the BBCode parsing to your advantage and let it do the mailto: > link. *shrug* I noticed it in a form where you filled in your email address. eg. a contact page. The user entered in an address which was getting saved in the database as a mailto: link. Not terribly useful if you actually wanted the email address for processing later but easily avoided by not using parseOutput. Shaun aegis design - http://www.aegisdesign.co.uk |