Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 27 Apr 2001 02:27:09 -0000 1.2 @@ -128,7 +128,7 @@ append query [join $conditions " and "] - template::query count onevalue $query + template::query get_count count onevalue $query return [expr $count == 0] }