- 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,12 +14,8 @@
/**
* 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";
/**
* Class to represent the database access for the document management