Project

General

Profile

Actions

Feature #14270

closed

spamprotect if mail adress bug

Added by old_hoang almost 20 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-08-12
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

in function typoLink in class.tslib_content.php the line

if(strstr($link_param,'@') && !$pU['scheme']) { // If it's a mail address:

is strange. I remember $pU['scheme'] is not set everytime correctly. So I changed it to:

if(strstr($link_param,'@')) { // If it's a mail address:

Now even mailtos in tables where spamprotected! Unfortunately there is an error in table element, which split encrypted code into to table cells! I will try to fix it!

Chi Hoang

(issue imported from #M286)


Files

Actions

Also available in: Atom PDF