From 883c8f81fe1945f73eb3ff81b5888b16e0848a45 Mon Sep 17 00:00:00 2001 From: simond Date: Wed, 13 Mar 2002 15:37:49 +0000 Subject: [PATCH] backout PHP<4.0.2 change as it's not supported git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2575 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/db_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/db_prefs.php b/functions/db_prefs.php index a8790b90..40c0b7c5 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -36,7 +36,7 @@ define('SMDB_UNKNOWN', 0); define('SMDB_MYSQL', 1); define('SMDB_PGSQL', 2); -include_once('DB.php'); +require_once('DB.php'); require_once('../config/config.php'); global $prefs_are_cached, $prefs_cache; -- 2.25.1