Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 31 Oct 2003 16:11:25 -0000 1.43 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 10 Nov 2003 13:35:02 -0000 1.44 @@ -755,7 +755,7 @@ if {![string equal $sql $pre_sql]} { set sql [uplevel 2 [list subst -nobackslashes $sql]] } - ns_log Debug Debug "PLPGSQL: converted: $sql to: select $function_name ()" + ns_log Debug "PLPGSQL: converted: $sql to: select $function_name ()" # create a function definition statement for the inline code # binding is emulated in tcl. (OpenACS - Dan)