From cc15c63411ab6b89dd500dce5eff4aaa69288542 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 7 May 2019 19:01:22 +0200 Subject: [PATCH] =?UTF-8?q?[form=201.8]=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 51b29d38..7a9f49de 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -32,7 +32,7 @@ class form extends common { public static $pagination; - const FORM_VERSION = '1.7'; + const FORM_VERSION = '1.8'; const TYPE_MAIL = 'mail'; const TYPE_SELECT = 'select';