noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 98/323: correct bug created by the merge


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 98/323: correct bug created by the merge
Date: Wed, 14 Mar 2018 17:38:32 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9cd9316744055ef5f5d206bf38ceb93400ebd688
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 27 10:49:59 2018 +0100

    correct bug created by the  merge
---
 include/lib/manage_table_sql.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lib/manage_table_sql.class.php 
b/include/lib/manage_table_sql.class.php
index 9061fb7..9ff6e57 100644
--- a/include/lib/manage_table_sql.class.php
+++ b/include/lib/manage_table_sql.class.php
@@ -584,8 +584,8 @@ function check()
         {
             echo HtmlInput::button_action(" "._("Ajout"),
                     sprintf("%s.input('-1','%s')", 
+                            $this->object_name,
                             $this->object_name), "xx", "smallbutton", 
BUTTONADD);
-                            $this->object_name),"xx","smallbutton",BUTTONADD);
         }
         $nb_order=count($this->a_order);
         $virg=""; $result="";
@@ -616,8 +616,8 @@ function check()
         {
             echo HtmlInput::button_action(" "._("Ajout"),
                     sprintf("%s.input('-1','%s')", 
+                            $this->object_name,
                             $this->object_name), "xx", "smallbutton", 
BUTTONADD);
-                            $this->object_name),"xx","smallbutton",BUTTONADD);
         }
         printf('<script> alternate_row_color("tb%s");</script>',
                 $this->object_name);



reply via email to

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