use PEAR_PATH instead of DOL_DOCUMENT_ROOT."/includes/pear/"

This commit is contained in:
liedekef
2007-01-17 14:44:13 +00:00
parent af7c4fb997
commit 49d14462b9
32 changed files with 43 additions and 43 deletions

View File

@@ -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