"fixing the fix ;-)

addslashes does to much --> now quoting only quotes"
This commit is contained in:
Ralf Becker 2009-04-09 12:44:56 +00:00
parent 592488908e
commit 95a0339cc9

View File

@ -166,7 +166,7 @@ class boetemplate extends soetemplate
$row_cont = $cont[$row];
$col_row_cont = $cont[$col.$row];
eval('$name = "'.addslashes($name).'";');
eval('$name = "'.str_replace('"','\\"',$name).'";');
}
if ($is_index_in_content)
{