Skip to content
Snippets Groups Projects
Commit a12f3b31 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

fix: class_history for batch

parent fbfe6df7
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ require_once(
.DIRECTORY_SEPARATOR."class"
.DIRECTORY_SEPARATOR."class_functions.php"
);
/*
require_once(
"apps"
.DIRECTORY_SEPARATOR.$_SESSION['config']['app_id']
......@@ -76,6 +76,14 @@ require_once(
.DIRECTORY_SEPARATOR."log4php"
.DIRECTORY_SEPARATOR."Logger.php"
);
*/
require_once(
"apps"
.DIRECTORY_SEPARATOR."maarch_entreprise"
.DIRECTORY_SEPARATOR."tools"
.DIRECTORY_SEPARATOR."log4php"
.DIRECTORY_SEPARATOR."Logger.php"
);
class history extends dbquery
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment