From ef09cf93e5ac3b0a3783170c6f29fdc4f9df6224 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 14 Jul 2009 10:22:17 +0000 Subject: - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity! --- includes/database/database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/database') diff --git a/includes/database/database.inc b/includes/database/database.inc index 326e1c05c..fcbd925a2 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -2442,7 +2442,7 @@ function db_change_field(&$ret, $table, $field, $field_new, $spec, $keys_new = a */ function _db_error_page($error = '') { global $db_type; - drupal_init_language(); + drupal_language_initialize(); drupal_maintenance_theme(); drupal_set_header($_SERVER['SERVER_PROTOCOL'] . ' 503 Service Unavailable'); drupal_set_title('Site offline'); -- cgit v1.2.3