Index: openacs-4/packages/captcha/tcl/captcha-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/captcha/tcl/captcha-procs.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/captcha/tcl/captcha-procs.tcl 4 Dec 2022 13:13:00 -0000 1.1.2.4 +++ openacs-4/packages/captcha/tcl/captcha-procs.tcl 13 Dec 2022 15:35:43 -0000 1.1.2.5 @@ -29,10 +29,6 @@ RGB 6 characters code. @see https://imagemagick.org/script/convert.php - - @return a dict of fields 'path' (path to the image), 'text' (the - text the image represents) and checksum (a checksum for - the image to use for matching). } { set amplitude [expr {round($height * 0.25)}] set wavelength [expr {round($width * 0.75)}] @@ -84,10 +80,6 @@ RGB 6 characters code. @see https://flightaware.github.io/tcl.gd/ - - @return a dict of fields 'path' (path to the image), 'text' (the - text the image represents) and checksum (a checksum for - the image to use for matching). } { # Convert the rgb colors for {set i 1} {$i <= 5} {incr i 2} {