mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
category-name should not be escaped
This commit is contained in:
parent
f2b7d8deda
commit
ec79d81130
@ -3007,7 +3007,7 @@
|
|||||||
foreach($cats as $cat_id)
|
foreach($cats as $cat_id)
|
||||||
{
|
{
|
||||||
list($cat) = $this->cat->return_single($cat_id);
|
list($cat) = $this->cat->return_single($cat_id);
|
||||||
$cat_string[] = $cat['name'];
|
$cat_string[] = stripslashes($cat['name']);
|
||||||
}
|
}
|
||||||
$var['category'] = Array(
|
$var['category'] = Array(
|
||||||
'field' => lang('Category'),
|
'field' => lang('Category'),
|
||||||
|
Loading…
Reference in New Issue
Block a user