This commit is contained in:
skeeter 2002-04-04 20:52:04 +00:00
parent 7c84398cb3
commit 1ffc7e1ecc

View File

@ -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";