Add FIX_BROKEN_PDF in constant.php by default it is NO

This commit is contained in:
Dany De Bontridder 2016-01-30 19:11:50 +01:00
parent b5dac900f9
commit 2a06df770e
2 changed files with 7 additions and 0 deletions

View file

@ -250,6 +250,10 @@ else
define ('PDFTK','NOT');
}
// If it is not a mono folder it is a multi one
if ( !defined('MULTI')) {
define('MULTI',1);
}
define ('JS_INFOBULLE','
<DIV id="bulle" class="infobulle"></DIV>