mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
- remove last usage of $settings and just include adodb/adodb.php
by relying on a properly set path
This commit is contained in:
parent
8a84bc3b51
commit
06093bd2fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user