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 -N -r1.10 -r1.11 --- openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 13 Aug 2002 16:25:30 -0000 1.10 +++ openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 17 Sep 2002 19:06:45 -0000 1.11 @@ -171,7 +171,7 @@ # No item found, so do not handle this request if { ![info exists item_info] } { - db_1row get_template_info "" -column_array item_info + db_0or1row get_template_info "" -column_array item_info if { ![info exists item_info] } { ns_log Notice "No content found for url $url"