From 1a685474e698ce3e90dbae87f6a1f83966d9ef63 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 29 Nov 2010 04:45:11 +0000 Subject: #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust. --- includes/bootstrap.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/bootstrap.inc') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 9060a0e20..1e446f01b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -2244,7 +2244,6 @@ function _drupal_bootstrap_database() { // The database autoload routine comes first so that we can load the database // system without hitting the database. That is especially important during // the install or upgrade process. - spl_autoload_register('db_autoload'); spl_autoload_register('drupal_autoload_class'); spl_autoload_register('drupal_autoload_interface'); } -- cgit v1.2.3