noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 181/219: Fix ID problem


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 181/219: Fix ID problem
Date: Mon, 18 Dec 2017 13:22:59 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a249b88d91b2ec48d89c818d5f02cb2f97f6c02e
Author: Dany De Bontridder <address@hidden>
Date:   Tue Dec 5 12:05:38 2017 +0100

    Fix ID problem
---
 include/lib/inum.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lib/inum.class.php b/include/lib/inum.class.php
index 8ce4ef5..59e01d0 100644
--- a/include/lib/inum.class.php
+++ b/include/lib/inum.class.php
@@ -39,9 +39,9 @@ require_once NOALYSS_INCLUDE.'/lib/itext.class.php';
  */
 class INum extends IText
 {
-    function __construct($name='',$value='')
+    function __construct($name='',$value='',$id="")
     {
-        parent::__construct($name,$value);
+        parent::__construct($name,$value,$id);
 
         $this->size=9;
         $this->style='class="inum"';



reply via email to

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