Home : Products : Gossamer Forum : Development, Plugins and Globals :

Products: Gossamer Forum: Development, Plugins and Globals: Re: [mick31] Plugin Requested | Encode Email Addresses: Edit Log

Here is the list of edits for this post
Re: [mick31] Plugin Requested | Encode Email Addresses
Ah, I think I see the problem. Try changing;

Code:
if ($char eq $_) {
$equiv =~ s|\s+$||g;
$char =~ s/\Q$char/$equiv/i;
$char = '&#' . $char . ';';
$back .= $char;
$next = 1;
}

Does that work now?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Oct 23, 2004, 2:53 AM

Edit Log: