diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 4f9530eeb..12d42191f 100644 --- a/comments.php +++ b/comments.php @@ -152,7 +152,7 @@ SELECT name,file,storage_category_id as cat_id,tn_ext,path { $cat_result = get_cat_info($subrow['cat_id']); $array_cat_names[$subrow['cat_id']] = - get_cat_display_name($cat_result['name'], ' > ', ''); + get_cat_display_name($cat_result['name'], ''); } // name of the picture |