- remove last usage of $settings and just include adodb/adodb.php

by relying on a properly set path
This commit is contained in:
steinm 2011-01-20 10:16:20 +00:00
parent 8a84bc3b51
commit 06093bd2fb

View File

@ -14,11 +14,7 @@
/** /**
* Include the adodb database abstraction * Include the adodb database abstraction
* FIXME: use $settings here should be remove some time
*/ */
if(isset($settings->_ADOdbPath))
require_once $settings->_ADOdbPath . "adodb/adodb.inc.php";
else
require_once "adodb/adodb.inc.php"; require_once "adodb/adodb.inc.php";
/** /**