Fix: bad path

This commit is contained in:
Regis Houssin 2012-09-06 08:52:31 +02:00
parent e0bb5f334d
commit 9e4ff47711
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
* \brief File that defines the balance of paid holiday of users. * \brief File that defines the balance of paid holiday of users.
*/ */
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php'; require 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php'; require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php';
// Protection if external user // Protection if external user

View File

@ -22,7 +22,7 @@
* \brief Form and file creation of paid holiday. * \brief Form and file creation of paid holiday.
*/ */
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php'; require 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.form.class.php'; require_once DOL_DOCUMENT_ROOT. '/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/usergroup.class.php'; require_once DOL_DOCUMENT_ROOT. '/user/class/usergroup.class.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.formfile.class.php'; require_once DOL_DOCUMENT_ROOT. '/core/class/html.formfile.class.php';

View File

@ -23,7 +23,7 @@
* \brief List of holiday. * \brief List of holiday.
*/ */
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php'; require 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.form.class.php'; require_once DOL_DOCUMENT_ROOT. '/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.formother.class.php'; require_once DOL_DOCUMENT_ROOT. '/core/class/html.formother.class.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php'; require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php';

View File

@ -22,7 +22,7 @@
* \brief Monthly report of paid holiday. * \brief Monthly report of paid holiday.
*/ */
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php'; require 'common.inc.php';
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php'; require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';

View File

@ -23,7 +23,7 @@
* \ingroup holiday * \ingroup holiday
*/ */
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php'; require 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php'; require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php';
// Protection if external user // Protection if external user