From d8ca2b79b739f5926da199575cdc033907e16735 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 23 Feb 2018 00:25:19 +0100 Subject: [PATCH] Typo --- include/lib/html_input.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php index a90af4d41..ba6d1c4e8 100755 --- a/include/lib/html_input.class.php +++ b/include/lib/html_input.class.php @@ -336,7 +336,7 @@ class HtmlInput } $js=sprintf('onclick="view_history_card(\'%s\',\'%s\',\'%s\')"', $f_id, dossier::id(),$p_exercice); - $view_history=HtmlInput::button("hcb"+$e, $p_mesg, $js); + $view_history=HtmlInput::button("hcb".$e, $p_mesg, $js); return $view_history; }