phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/parse html.php,1.10,1.11


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/parse html.php,1.10,1.11
Date: Mon, 31 Mar 2003 05:44:35 -0500

Update of /cvsroot/phpgroupware/wiki/parse
In directory subversions:/tmp/cvs-serv32397

Modified Files:
        html.php 
Log Message:
improved spamsave mail-addresses

Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/parse/html.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** html.php    31 Mar 2003 09:51:19 -0000      1.10
--- html.php    31 Mar 2003 10:44:33 -0000      1.11
***************
*** 115,120 ****
    {
       $url = "#";
!      $domains = "'".implode("'+'.'+'",explode('.',$matchs[2]))."'";
!      $onClick = " 
onClick=\"document.location='mailto:$matchs[1]'+unescape('%40')+$domains; 
return false;\"";
       $text = str_replace('@',' AT 
',str_replace('mailto:','',str_replace('.',' DOT ',$text)));
    }
--- 115,120 ----
    {
       $url = "#";
!      $domains = 
"'".implode("'+unescape('%2E')+'",explode('.',$matchs[2]))."'";
!      $onClick = " 
onClick=\"document.location='mai'+'lto:$matchs[1]'+unescape('%40')+$domains; 
return false;\"";
       $text = str_replace('@',' AT 
',str_replace('mailto:','',str_replace('.',' DOT ',$text)));
    }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]