forked from extern/egroupware
"fixing the fix ;-)
addslashes does to much --> now quoting only quotes"
This commit is contained in:
parent
5bd0eb1e64
commit
d3110dfdf3
@ -153,7 +153,7 @@ class boetemplate extends soetemplate
|
|||||||
$row_cont = $cont[$row];
|
$row_cont = $cont[$row];
|
||||||
$col_row_cont = $cont[$col.$row];
|
$col_row_cont = $cont[$col.$row];
|
||||||
|
|
||||||
eval('$name = "'.addslashes($name).'";');
|
eval('$name = "'.str_replace('"','\\"',$name).'";');
|
||||||
}
|
}
|
||||||
if ($is_index_in_content)
|
if ($is_index_in_content)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user