aboutsummaryrefslogtreecommitdiffstats
path: root/include/datetime.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-24 14:18:29 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-24 14:18:29 +0100
commit5a12944b392a2996257ca24318c0e3319003ed9d (patch)
tree8cd9266a9332d067f9e79f1d4a90298cd0a105ad /include/datetime.php
parent987619130b99bf4548d5d31ac453cdf48c818eff (diff)
downloadvolse-hubzilla-5a12944b392a2996257ca24318c0e3319003ed9d.tar.gz
volse-hubzilla-5a12944b392a2996257ca24318c0e3319003ed9d.tar.bz2
volse-hubzilla-5a12944b392a2996257ca24318c0e3319003ed9d.zip
oups :)
Diffstat (limited to 'include/datetime.php')
-rw-r--r--include/datetime.php2
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 = '';