Bug #14182
closederror function setfixed in fe_adminLib.inc
0%
Description
function setfixed in fe_adminLib.inc creates wrong url's on line 1651 and 1663 because the url-string is run through the function htmlspecialchars. This is not neccesary. The string doesn't have to be converted by this function. It now creates url's where the ampersands are converted to &
Line 1651 has to be $markerArray['###SYS_SETFIXED_DELETE###'] = $string;
Line 1663 has to be $markerArray['###SYS_SETFIXED_'.$theKey.'###'] = $string;
This bug is generated when sending confirmation e-mail from Direct Mail subscription.
(issue imported from #M119)
Updated by Thorsten Kahler over 20 years ago
This bug has already been reported with ID 0000088.
Unfortunately, Ingmar didn't take the "delete"-link into account,so line 1651 ist still buggy. Please contact him to let him fix this, too.
bearbeitet am: 28.05.04 14:11