Fix problems with <PHP4.0.2 including every listed require file
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 12 Mar 2002 10:45:53 +0000 (10:45 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 12 Mar 2002 10:45:53 +0000 (10:45 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2569 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/db_prefs.php

index 40c0b7c5c3a27f63c3ff9f30b0e9268ae67a04ab..a8790b9057829fc03281d08c654c83b0dddca442 100644 (file)
@@ -36,7 +36,7 @@ define('SMDB_UNKNOWN', 0);
 define('SMDB_MYSQL', 1);
 define('SMDB_PGSQL', 2);
 
-require_once('DB.php');
+include_once('DB.php');
 require_once('../config/config.php');
 
 global $prefs_are_cached, $prefs_cache;