Index: openacs-4/packages/categories/tcl/categories-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/categories-procs.tcl,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/categories/tcl/categories-procs.tcl 9 May 2018 15:33:30 -0000 1.33 +++ openacs-4/packages/categories/tcl/categories-procs.tcl 18 Jun 2018 15:40:27 -0000 1.34 @@ -507,8 +507,7 @@ @param object_id object_id to get the name of. @author Timo Hentschel (timo@timohentschel.de) } { - set object_name [db_string object_name ""] - return [list "/o/$object_id" $object_name] + return [list "/o/$object_id" [acs_object_name $object_id]] } ad_proc -deprecated category::indent_html { indent_width } {