Fixed error of php
This commit is contained in:
parent
4180f2e344
commit
a168136750
|
@ -944,6 +944,7 @@ function html_print_input_text ($name, $value, $alt = '', $size = 50, $maxlength
|
|||
if ($size == 0)
|
||||
$size = 10;
|
||||
|
||||
$attr = array();
|
||||
if ($required)
|
||||
$attr = array('required' => 'required');
|
||||
|
||||
|
|
Loading…
Reference in New Issue