Fix: last try before asylum

This commit is contained in:
Regis Houssin 2012-09-06 09:27:23 +02:00
parent 7bd18ba840
commit c99e730e0c
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 'common.inc.php'; include '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 'common.inc.php'; include '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 'common.inc.php'; include '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 'common.inc.php'; include '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 'common.inc.php'; include '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