mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +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
|
* Include the adodb database abstraction
|
||||||
* FIXME: use $settings here should be remove some time
|
|
||||||
*/
|
*/
|
||||||
if(isset($settings->_ADOdbPath))
|
require_once "adodb/adodb.inc.php";
|
||||||
require_once $settings->_ADOdbPath . "adodb/adodb.inc.php";
|
|
||||||
else
|
|
||||||
require_once "adodb/adodb.inc.php";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to represent the database access for the document management
|
* Class to represent the database access for the document management
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user