noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 35/107: indent code


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 35/107: indent code
Date: Mon, 26 Aug 2019 10:31:53 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2b75c9720af2a6f5eaff4813037c40f611f31a35
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jul 22 21:13:42 2019 +0200

    indent code
---
 include/lib/itva_popup.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/itva_popup.class.php b/include/lib/itva_popup.class.php
index 948ddda..0076d5f 100644
--- a/include/lib/itva_popup.class.php
+++ b/include/lib/itva_popup.class.php
@@ -77,7 +77,7 @@ class ITva_Popup extends HtmlInput
         $this->name=($p_name==null)?$this->name:$p_name;
         $this->value=($p_value==null)?$this->value:$p_value;
         
$this->js=(isset($this->js))?$this->js:'onchange="format_number(this);"';
-               $this->id=($this->id=="")?$this->name:$this->id;
+       $this->id=($this->id=="")?$this->name:$this->id;
 
         if ( $this->readOnly==true) return $this->display();
 



reply via email to

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