Explorar el Código

backout PHP<4.0.2 change as it's not supported

simond hace 23 años
padre
commit
0bb875e85b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/db_prefs.php

+ 1 - 1
functions/db_prefs.php

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