Project

General

Profile

Bug #17458 ยป 0005945.patch

Administrator Admin, 2007-07-11 16:02

View differences:

typo3/sysext/rtehtmlarea/mod5/class.tx_rtehtmlarea_user.php (Arbeitskopie)
$script = trim($v[$k2i.'.']['submitToScript']);
if (substr($script,0,4)!='http') $script = $this->siteUrl.$script;
if ($script) {
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ';';
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ');';
}
break;
case 'insert':
    (1-1/1)