Debug : date fields were not transmitted by formconfirm
This commit is contained in:
parent
16ef029a80
commit
7486f2228d
@ -3173,6 +3173,11 @@ class Form
|
|||||||
$more.='<td colspan="2" align="left">';
|
$more.='<td colspan="2" align="left">';
|
||||||
$more.=$this->select_date($input['value'],$input['name'],0,0,0,'',1,0,1);
|
$more.=$this->select_date($input['value'],$input['name'],0,0,0,'',1,0,1);
|
||||||
$more.='</td></tr>'."\n";
|
$more.='</td></tr>'."\n";
|
||||||
|
$formquestion[] = array('name'=>$input['name'].'day');
|
||||||
|
$formquestion[] = array('name'=>$input['name'].'month');
|
||||||
|
$formquestion[] = array('name'=>$input['name'].'year');
|
||||||
|
$formquestion[] = array('name'=>$input['name'].'hour');
|
||||||
|
$formquestion[] = array('name'=>$input['name'].'min');
|
||||||
}
|
}
|
||||||
else if ($input['type'] == 'other')
|
else if ($input['type'] == 'other')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user