? includes/theme.inc?r1=1.293&r2=1.294&makepatch=1&diff_format=u Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.537.2.2 diff -u -p -r1.537.2.2 common.inc --- includes/common.inc 15 May 2006 20:53:26 -0000 1.537.2.2 +++ includes/common.inc 27 May 2006 09:36:40 -0000 @@ -1341,12 +1341,12 @@ function _drupal_bootstrap_full() { drupal_set_header('Content-Type: text/html; charset=utf-8'); // Detect string handling method unicode_check(); + // Initialize the localization system. + $locale = locale_initialize(); // Initialize all enabled modules. module_init(); // Undo magic quotes fix_gpc_magic(); - // Initialize the localization system. - $locale = locale_initialize(); } /**