Index: openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 12 Jul 2004 14:49:36 -0000 1.22 +++ openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 27 Aug 2004 09:40:28 -0000 1.23 @@ -208,10 +208,10 @@ if { [empty_string_p $rev_id] } { if {[string equal "best" $revision]} { # lastest_revision unless live_revision is set, then live_revision - set revision_id [item::get_best_revision $item_id] + set revision_id [::item::get_best_revision $item_id] } else { # default live_revision - set revision_id [item::get_live_revision $item_id] + set revision_id [::item::get_live_revision $item_id] } if { [string equal "" $revision_id] } {