mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
remove html-entity-encoding from global-cat marker (diamond)
This commit is contained in:
parent
4b8d36c09f
commit
ad1fb7edf2
@ -519,12 +519,11 @@ class Tree extends Etemplate\Widget
|
|||||||
{
|
{
|
||||||
foreach((array)$categories->return_array($cat_id ? 'subs' : 'mains', 0, false, '', 'ASC', '', $globals, $cat_id) as $cat)
|
foreach((array)$categories->return_array($cat_id ? 'subs' : 'mains', 0, false, '', 'ASC', '', $globals, $cat_id) as $cat)
|
||||||
{
|
{
|
||||||
|
|
||||||
$s = stripslashes($cat['name']);
|
$s = stripslashes($cat['name']);
|
||||||
|
|
||||||
if($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
if($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1')
|
||||||
{
|
{
|
||||||
$s .= ' ♦';
|
$s .= ' ♦';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1D array
|
// 1D array
|
||||||
|
Loading…
Reference in New Issue
Block a user