Fix ID problem
This commit is contained in:
parent
ba0e3a9be9
commit
a249b88d91
1 changed files with 2 additions and 2 deletions
|
|
@ -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"';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue