Update html.form.class.php
This commit is contained in:
parent
c2f5db9d9c
commit
0bdb6bae64
@ -5199,7 +5199,7 @@ class Form
|
|||||||
$more .= '<div class="tagtd">';
|
$more .= '<div class="tagtd">';
|
||||||
$addnowlink = (empty($input['datenow']) ? 0 : 1);
|
$addnowlink = (empty($input['datenow']) ? 0 : 1);
|
||||||
$h = $m = 0;
|
$h = $m = 0;
|
||||||
if ($input['type'] == 'datetime) {
|
if ($input['type'] == 'datetime') {
|
||||||
$h = isset($input['hours']) ? $input['hours'] : 1;
|
$h = isset($input['hours']) ? $input['hours'] : 1;
|
||||||
$m = isset($input['minutes']) ? $input['minutes'] : 1;
|
$m = isset($input['minutes']) ? $input['minutes'] : 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user