Index: openacs-4/packages/acs-authentication/tcl/sync-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs.tcl,v diff -u -r1.46 -r1.47 --- openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 11 Sep 2024 06:15:46 -0000 1.46 +++ openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 8 Oct 2024 13:12:59 -0000 1.47 @@ -895,7 +895,7 @@ } # Initialize this record - array unset user_info + unset -nocomplain user_info set username [xml_get_child_node_content_by_path $person_node { { userid } { sourcedid id } }]