Index: openacs-4/packages/acs-content-repository/tcl/item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/item-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 13 Feb 2009 22:26:21 -0000 1.25 +++ openacs-4/packages/acs-content-repository/tcl/item-procs.tcl 23 Apr 2009 23:20:38 -0000 1.26 @@ -380,7 +380,7 @@ @see content::item::get_title } { - return [::content::item::get_title -item_id item_id] + return [::content::item::get_title -item_id $item_id] } ad_proc -public -deprecated item::get_publish_status { item_id } {