Index: openacs-4/packages/acs-lang/www/change-locale-include.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/Attic/change-locale-include.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-lang/www/change-locale-include.xql 18 Aug 2003 10:32:53 -0000 1.1 +++ openacs-4/packages/acs-lang/www/change-locale-include.xql 9 May 2004 13:48:12 -0000 1.2 @@ -8,6 +8,14 @@ from timezones - + + + + select label, + locale + from enabled_locales + order by label + +