noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 232/323: Typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 232/323: Typo
Date: Wed, 14 Mar 2018 17:38:56 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit d8ca2b79b739f5926da199575cdc033907e16735
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 23 00:25:19 2018 +0100

    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 a90af4d..ba6d1c4 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;
     }
 



reply via email to

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