Index: openacs-4/packages/chat/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/Attic/apm-callback-procs.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/chat/tcl/apm-callback-procs.tcl 13 May 2019 10:02:55 -0000 1.1.2.5 +++ openacs-4/packages/chat/tcl/apm-callback-procs.tcl 9 Feb 2020 15:30:16 -0000 1.1.2.6 @@ -13,10 +13,10 @@ Upgrade logics for the chat package } { apm_upgrade_logic \ - -from_version_name $from_version_name \ - -to_version_name $to_version_name \ - -spec { - 6.0.0d3 6.0.0d4 { + -from_version_name $from_version_name \ + -to_version_name $to_version_name \ + -spec { + 6.0.0d3 6.0.0d4 { ns_write "\n\nDeleting obsolete parameters" set parameter_names { AppletHeight @@ -38,7 +38,7 @@ } ns_write "\nFinished!" } - 6.0.0d6 6.0.0d7 { + 6.0.0d6 6.0.0d7 { ns_write "
Setting rooms and transcripts package_id to context_id where missing" set n_rows [::xo::dc dml update_package { update acs_objects set @@ -51,3 +51,9 @@ } } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: