phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5606 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5606 - phpcompta/trunk/include
Date: Fri, 20 Dec 2013 16:50:39 +0100 (CET)

Author: danydb
Date: 2013-12-20 16:50:39 +0100 (Fri, 20 Dec 2013)
New Revision: 5606

Modified:
   phpcompta/trunk/include/class_ibutton.php
Log:
cosmetic

Modified: phpcompta/trunk/include/class_ibutton.php
===================================================================
--- phpcompta/trunk/include/class_ibutton.php   2013-12-20 15:50:00 UTC (rev 
5605)
+++ phpcompta/trunk/include/class_ibutton.php   2013-12-20 15:50:39 UTC (rev 
5606)
@@ -33,7 +33,7 @@
         $this->name=($p_name==null)?$this->name:$p_name;
         $this->value=($p_value==null)?$this->value:$p_value;
                $this->label=(trim($this->label) != 
'')?$this->label:$this->value;
-        $class=($p_class="")?" button ":$this->class;
+        $class=($p_class=="")?" button ":$this->class;
         if ( $this->readOnly==true) return $this->display();
         $extra= ( isset($this->extra))?$this->extra:"";
         $this->id=($this->id=="")?$this->name:$this->id;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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