diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-22 00:13:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-22 00:13:33 +0100 |
commit | 4c84a2ce615be12adfbeb1067b5c6652330027bb (patch) | |
tree | 633cece9765c08f432e6523fd10fbd16c3684339 /mod/events.php | |
parent | 18e0e4b597b4bb2a97b729c3a2843976d393799b (diff) | |
download | volse-hubzilla-4c84a2ce615be12adfbeb1067b5c6652330027bb.tar.gz volse-hubzilla-4c84a2ce615be12adfbeb1067b5c6652330027bb.tar.bz2 volse-hubzilla-4c84a2ce615be12adfbeb1067b5c6652330027bb.zip |
update datetimepicker and fix it for finish date
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php index e07abbf46..7220a3d42 100755 --- a/mod/events.php +++ b/mod/events.php @@ -697,7 +697,7 @@ function events_content(&$a) { '$n_text' => t('Finish date/time is not known or not relevant'), '$n_checked' => $n_checked, '$f_text' => t('Event Finishes:'), - '$f_dsel' => datetimesel($f,new DateTime(),DateTime::createFromFormat('Y',$fyear+5),DateTime::createFromFormat('Y-m-d H:i',"$fyear-$fmonth-$fday $fhour:$fminute"),'finish_text',true,true,'start_text',$first_day), + '$f_dsel' => datetimesel($f,new DateTime(),DateTime::createFromFormat('Y',$fyear+5),DateTime::createFromFormat('Y-m-d H:i',"$fyear-$fmonth-$fday $fhour:$fminute"),'finish_text',true,true,'start_text','',false,$first_day), '$adjust' => array('adjust', t('Adjust for viewer timezone'), $a_checked, t('Important for events that happen in a particular place. Not practical for global holidays.'),), '$a_text' => t('Adjust for viewer timezone'), '$d_text' => t('Description:'), |