mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01: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']);
|
||||
if ($cats[$i]['app_name'] == 'phpgw')
|
||||
{
|
||||
$s .= '<' . lang('Global') . '>';
|
||||
$s .= ' <' . lang('Global') . '>';
|
||||
}
|
||||
if ($cats[$i]['owner'] == '-1')
|
||||
{
|
||||
$s .= '<' . lang('Global') . ' ' . lang($this->app_name) . '>';
|
||||
$s .= ' <' . lang('Global') . ' ' . lang($this->app_name) . '>';
|
||||
}
|
||||
|
||||
$s .= '</option>' . "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user