Centralized init
[squirrelmail.git] / functions / abook_database.php
index 5721d3a81aa65a166fce28ed96f8d9b376e2797a..db7e1a008a1cb823f83d40e388f2b587c91b44fb 100644 (file)
@@ -13,7 +13,6 @@
 /** Needs the DB functions */
 if (!include_once('DB.php')) {
     // same error also in db_prefs.php
-    require_once(SM_PATH . 'functions/display_messages.php');
     $error  = _("Could not include PEAR database functions required for the database backend.") . "<br />\n";
     $error .= sprintf(_("Is PEAR installed, and is the include path set correctly to find %s?"),
                         '<tt>DB.php</tt>') . "<br />\n";