noalyss-commit
[Top][All Lists]
Advanced

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

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


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

sparkyx pushed a commit to branch master
in repository noalyss.

commit 67ce907f63470390ae421a85433209d2858b3d4f
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 27 10:29:51 2018 +0100

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

diff --git a/include/lib/icard.class.php b/include/lib/icard.class.php
index b020d6c..af91ed1 100644
--- a/include/lib/icard.class.php
+++ b/include/lib/icard.class.php
@@ -136,12 +136,7 @@ class ICard extends HtmlInput
         $this->style='  ';
         $this->accvis=1; //!< account_visible =1 otherwise 0
     }
-    /**
-     * @brief in the search box, the accounting will be hidden
-     */
-    function hide_accounting() {
-        $this->accvis=0;
-    }
+   
     /**
      * @brief in the search box, the accounting will be shown it is the default
      */
@@ -157,14 +152,7 @@ class ICard extends HtmlInput
         $this->accvis=0;
     }
 
-    /**
-     * @brief in the search box, the accounting will be shown it is the default
-     */
-    function show_accounting()
-    {
-        $this->accvis=1;
-    }
-
+  
     /**\brief set the javascript callback function
      * by default it is update_value called BEFORE the querystring is send
      *



reply via email to

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