From 67ce907f63470390ae421a85433209d2858b3d4f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 27 Jan 2018 10:29:51 +0100 Subject: [PATCH] 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 b020d6c59..af91ed173 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 *