noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 234/323: Fix warning


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 234/323: Fix warning
Date: Wed, 14 Mar 2018 17:38:57 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 86bd7aca76198055a7c5adb106c16f533288949c
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 23 08:03:16 2018 +0100

    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 c8b0d77..49ba99a 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;
     }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]