mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
use PEAR_PATH instead of DOL_DOCUMENT_ROOT."/includes/pear/"
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
//
|
||||
|
||||
//require_once 'MDB2/Driver/Function/Common.php';
|
||||
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Function/Common.php";
|
||||
require_once PEAR_PATH."/MDB2/Driver/Function/Common.php";
|
||||
|
||||
/**
|
||||
* MDB2 MySQL driver for the function modules
|
||||
|
||||
Reference in New Issue
Block a user