Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.57 -r1.189.2.58 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 24 Jul 2020 11:52:57 -0000 1.189.2.57 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 24 Jul 2020 12:06:28 -0000 1.189.2.58 @@ -325,10 +325,12 @@ single quote can cause troubles in SQL, one has to insert 'O''Malley' instead. -

- In general, one should be using bind variables rather than + Deprecated: in general, one should be using bind variables rather than calling DoubleApos. + @see ns_dbquotevalue + @see bind variables + @return string with single quotes converted to a pair of single quotes } { set result [ns_dbquotevalue $string]