From 1f178214ba3e4105496732c244b90ce4341f18ef Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 16 Mar 2002 03:30:03 +0000 Subject: [PATCH] update img path --- phpgwapi/inc/class.categories.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.categories.inc.php b/phpgwapi/inc/class.categories.inc.php index e88c70ae76..1fb108d215 100644 --- a/phpgwapi/inc/class.categories.inc.php +++ b/phpgwapi/inc/class.categories.inc.php @@ -424,7 +424,7 @@ } if ($cats[$i]['owner'] == '-1') { - $s .= '<' . lang('Global') . ' ' . $GLOBALS['phpgw_info']['apps'][$this->app_name]['title'] . '>'; + $s .= '<' . lang('Global') . ' ' . lang($this->app_name) . '>'; } $s .= '' . "\n"; @@ -446,12 +446,12 @@ if (in_array($cats[$i]['id'],$selected)) { - $image_set = ''; + $image_set = ''; } if (($cats[$i]['level'] == 0) && !in_array($cats[$i]['id'],$selected)) { - $image_set = ''; + $image_set = ''; } $space_set = str_repeat($space,$cats[$i]['level']);