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.165 -r1.166 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 17:44:25 -0000 1.165 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Jul 2018 17:49:26 -0000 1.166 @@ -258,11 +258,11 @@ ad_proc -deprecated DoubleApos {string} { - + When the value "O'Malley" is inserted int an SQL database, the single quote can cause troubles in SQL, one has to insert 'O''Malley' instead. - +

In general, one should be using bind variables rather than calling DoubleApos.