From 91f0b0c903e004db3333c7e1f02084e822b92ec6 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 4 Dec 2011 05:22:15 +0000 Subject: [PATCH] size is set in the constructor --- include/class_inum.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/class_inum.php b/include/class_inum.php index 1ba06aaf9..d81607d95 100644 --- a/include/class_inum.php +++ b/include/class_inum.php @@ -42,7 +42,6 @@ class INum extends IText /*!\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);