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

fix negative run

parent 3f84b032
Branches
Tags
2 merge requests!1896Master,!1866Hotline master
......@@ -29,8 +29,9 @@ if (!defined('LANG_DIR'))
define('LANG_DIR', OPAC_PATH.'/library/translation/');
set_include_path(get_include_path()
. PATH_SEPARATOR . OPAC_PATH . 'library'
. PATH_SEPARATOR . OPAC_PATH . 'library/storm/src');
. PATH_SEPARATOR . OPAC_PATH . 'library'
. PATH_SEPARATOR . OPAC_PATH . 'library/storm/src'
. PATH_SEPARATOR . OPAC_PATH . 'library/digital_resources');
// Includes de base
include_once "fonctions/array.php";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment