Index: openacs-4/packages/views/tcl/views-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/views/tcl/views-procs.tcl,v diff -u -N -r1.2.6.1 -r1.2.6.2 --- openacs-4/packages/views/tcl/views-procs.tcl 21 Jul 2006 11:38:19 -0000 1.2.6.1 +++ openacs-4/packages/views/tcl/views-procs.tcl 24 Jul 2006 11:37:42 -0000 1.2.6.2 @@ -24,7 +24,7 @@ @author Jeff Davis davis@xarg.net @creation-date 2004-01-30 } { - set views [db_string record_view {} -default 1] + set views [db_exec_plsql record_view {}] return $views }