Displaying and fixing some XHTML
[squirrelmail.git] / functions / abook_database.php
index f7b79a38e8e454d3d8ce801778161932dffb6c48..0377691ced45d37f33ccd742de398d2f7c4724c3 100644 (file)
@@ -37,8 +37,11 @@ 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";
     $error .= _("Please contact your system administrator and report this error.");
     error_box($error, $color);
+    exit;
 }
 
 /**