From 86bd7aca76198055a7c5adb106c16f533288949c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 23 Feb 2018 08:03:16 +0100 Subject: [PATCH 1/2] Fix warning --- include/lib/class_html_input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/class_html_input.php b/include/lib/class_html_input.php index c8b0d773b..49ba99afc 100755 --- a/include/lib/class_html_input.php +++ b/include/lib/class_html_input.php @@ -293,7 +293,7 @@ class HtmlInput $e++; $js= sprintf('onclick="view_history_card(\'%s\',\'%s\')"', $f_id, dossier::id()); - $view_history=HtmlInput::button("hcb"+$e,$p_mesg,$js); + $view_history=HtmlInput::button("hcb".$e,$p_mesg,$js); return $view_history; } From 7b6aeaf4a660a869a0aa42268b861bd8b34163e8 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 23 Feb 2018 08:05:44 +0100 Subject: [PATCH 2/2] Set version --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index c79822ebb..795751c2d 100644 --- a/html/index.php +++ b/html/index.php @@ -261,7 +261,7 @@ if (isset ($_REQUEST['reconnect']) && isset ($_REQUEST['backurl'])) { } echo ' -version 6919+9 - '.$my_domain.' +version 6920 - '.$my_domain.'