mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
GNU Patch #210.
This commit is contained in:
parent
7c84398cb3
commit
1ffc7e1ecc
@ -420,11 +420,11 @@
|
|||||||
$s .= $GLOBALS['phpgw']->strip_html($cats[$i]['name']);
|
$s .= $GLOBALS['phpgw']->strip_html($cats[$i]['name']);
|
||||||
if ($cats[$i]['app_name'] == 'phpgw')
|
if ($cats[$i]['app_name'] == 'phpgw')
|
||||||
{
|
{
|
||||||
$s .= '<' . lang('Global') . '>';
|
$s .= ' <' . lang('Global') . '>';
|
||||||
}
|
}
|
||||||
if ($cats[$i]['owner'] == '-1')
|
if ($cats[$i]['owner'] == '-1')
|
||||||
{
|
{
|
||||||
$s .= '<' . lang('Global') . ' ' . lang($this->app_name) . '>';
|
$s .= ' <' . lang('Global') . ' ' . lang($this->app_name) . '>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$s .= '</option>' . "\n";
|
$s .= '</option>' . "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user