diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-24 14:18:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-24 14:18:29 +0100 |
commit | 5a12944b392a2996257ca24318c0e3319003ed9d (patch) | |
tree | 8cd9266a9332d067f9e79f1d4a90298cd0a105ad /include | |
parent | 987619130b99bf4548d5d31ac453cdf48c818eff (diff) | |
download | volse-hubzilla-5a12944b392a2996257ca24318c0e3319003ed9d.tar.gz volse-hubzilla-5a12944b392a2996257ca24318c0e3319003ed9d.tar.bz2 volse-hubzilla-5a12944b392a2996257ca24318c0e3319003ed9d.zip |
oups :)
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime.php b/include/datetime.php index 22232fe24..ab9b061b6 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -198,7 +198,7 @@ function timesel($format, $h, $m, $id='timepicker') { * @todo Once browser support is better this could probably be replaced with * native HTML5 date picker. */ -function datetimesel($format, $min, $max, $default = 'bla', $label, $id = 'datetimepicker', $pickdate = true, $picktime = true, $minfrom = '', $maxfrom = '', $required = false, $first_day = 0) { +function datetimesel($format, $min, $max, $default, $label, $id = 'datetimepicker', $pickdate = true, $picktime = true, $minfrom = '', $maxfrom = '', $required = false, $first_day = 0) { $o = ''; $dateformat = ''; |