소스 검색

Fix problems with <PHP4.0.2 including every listed require file

simond 23 년 전
부모
커밋
127f77e7b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_PGSQL', 2);
 
-require_once('DB.php');
+include_once('DB.php');
 require_once('../config/config.php');
 
 global $prefs_are_cached, $prefs_cache;