change comment
This commit is contained in:
parent
e48bf14dae
commit
cf321dd8e5
@ -86,7 +86,7 @@ $setupnotempty = 0;
|
|||||||
$useFormSetup = 1;
|
$useFormSetup = 1;
|
||||||
|
|
||||||
if (!class_exists('FormSetup')) {
|
if (!class_exists('FormSetup')) {
|
||||||
// For retrocompatibility Dolibarr < 15.0
|
// For retrocompatibility Dolibarr < 17.0
|
||||||
if (versioncompare(explode('.', DOL_VERSION), array(17)) < 0 && !class_exists('FormSetup')) {
|
if (versioncompare(explode('.', DOL_VERSION), array(17)) < 0 && !class_exists('FormSetup')) {
|
||||||
require_once __DIR__.'/../backport/v17/core/class/html.formsetup.class.php';
|
require_once __DIR__.'/../backport/v17/core/class/html.formsetup.class.php';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user