phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4552 - phpcompta/trunk/include
Date: Sun, 4 Dec 2011 06:22:17 +0100 (CET)

Author: danydb
Date: 2011-12-04 06:22:15 +0100 (Sun, 04 Dec 2011)
New Revision: 4552

Modified:
   phpcompta/trunk/include/class_inum.php
Log:
size is set in the constructor


Modified: phpcompta/trunk/include/class_inum.php
===================================================================
--- phpcompta/trunk/include/class_inum.php      2011-12-03 21:21:16 UTC (rev 
4551)
+++ phpcompta/trunk/include/class_inum.php      2011-12-04 05:22:15 UTC (rev 
4552)
@@ -42,7 +42,6 @@
     /*!\brief print in html the readonly value of the widget*/
     public function display()
     {
-        $this->size=9;
         $readonly=" readonly ";
         $style='style="border:solid 1px 
blue;color:black;background:#EDEDED;text-align:right"';
         $this->value=str_replace('"','',$this->value);




reply via email to

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