From f6c1e2a9f371e0aba51252f837f4fd1801224165 Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Thu, 4 Feb 2021 16:55:29 +0100 Subject: [PATCH] =?UTF-8?q?Form=20num=C3=A9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/form/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/form/form.php b/module/form/form.php index 5dc1f5c8..3b17c1f4 100755 --- a/module/form/form.php +++ b/module/form/form.php @@ -32,7 +32,7 @@ class form extends common { public static $pagination; - const FORM_VERSION = '2.5'; + const FORM_VERSION = '2.6'; // Objets const TYPE_MAIL = 'mail';