Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -N -r1.14.2.9 -r1.14.2.10 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 18 Jan 2021 13:59:42 -0000 1.14.2.9 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 17 Jan 2022 17:40:44 -0000 1.14.2.10 @@ -195,6 +195,10 @@ return $r } + repeatContainer instproc convert_to_external {internal} { + return $internal + } + repeatContainer instproc trim_values {} { # Trim trailing values identical to default. # Trimming the components list seems sufficient.