Index: openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl,v diff -u -r1.68 -r1.68.2.1 --- openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 6 Dec 2018 20:06:00 -0000 1.68 +++ openacs-4/packages/acs-lang/tcl/lang-message-procs.tcl 14 Feb 2019 16:15:00 -0000 1.68.2.1 @@ -287,7 +287,7 @@ [list deleted_p t \ upgrade_status no_upgrade \ conflict_p f \ - sync_time [db_null] \ + sync_time "" \ ] } @@ -879,7 +879,7 @@ set i 0 db_foreach select_locale_keys { - select locale, package_key, message_key, message + select locale, package_key, message_key, message from lang_messages where deleted_p = 'f' } {