diff includes/database.inc @ 13:8b6c45761e01 6.6

Drupal 6.6
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:32:33 +0100
parents fff6d4c8c043
children
line wrap: on
line diff
--- a/includes/database.inc	Tue Dec 23 14:32:19 2008 +0100
+++ b/includes/database.inc	Tue Dec 23 14:32:33 2008 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: database.inc,v 1.92.2.2 2008/07/09 21:48:28 goba Exp $
+// $Id: database.inc,v 1.92.2.3 2008/10/20 09:13:04 goba Exp $
 
 /**
  * @file
@@ -172,6 +172,7 @@
  */
 function _db_error_page($error = '') {
   global $db_type;
+  drupal_init_language();
   drupal_maintenance_theme();
   drupal_set_header('HTTP/1.1 503 Service Unavailable');
   drupal_set_title('Site off-line');