Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql 11 Dec 2003 21:39:53 -0000 1.2 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql 26 Feb 2004 15:28:46 -0000 1.3 @@ -37,7 +37,7 @@ where lma1.package_key = :package_key and lma1.locale = :locale and lma1.sync_time is not null - and lma1.overwrite_date = (select max(lma2.overwrite_date) + and lma1.audit_id = (select max(lma2.audit_id) from lang_messages_audit lma2 where lma2.package_key = lma1.package_key and lma2.message_key = lma1.message_key