diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2014-10-19 11:09:51 +0200 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2014-10-19 11:09:51 +0200 |
commit | a6c4ae186e9e9962ce9ea364a95b49b5e2cbc81d (patch) | |
tree | 0065decc27b334e3adc138d740886319a734b4b2 /mod/events.php | |
parent | 519ef4850021c929764f1175a9aae569d1ae36a6 (diff) | |
download | volse-hubzilla-a6c4ae186e9e9962ce9ea364a95b49b5e2cbc81d.tar.gz volse-hubzilla-a6c4ae186e9e9962ce9ea364a95b49b5e2cbc81d.tar.bz2 volse-hubzilla-a6c4ae186e9e9962ce9ea364a95b49b5e2cbc81d.zip |
Don't display date format, it's already in the placeholder text
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mod/events.php b/mod/events.php index 459ed05bb..86a2286b2 100755 --- a/mod/events.php +++ b/mod/events.php @@ -520,11 +520,6 @@ function events_content(&$a) { } } - - - $dateformat = datesel_format($f); - $timeformat = t('hour:minute'); - require_once('include/acl_selectors.php'); $perm_defaults = array( @@ -544,7 +539,6 @@ function events_content(&$a) { '$mid' => $mid, '$title' => t('Event details'), - '$format_desc' => sprintf( t('Format is %s %s.'),$dateformat,$timeformat), '$desc' => t('Starting date and Title are required.'), '$catsenabled' => $catsenabled, '$placeholdercategory' => t('Categories (comma-separated list)'), |