aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-01-15 23:01:02 +0000
committerThomas Willingham <founder@kakste.com>2014-01-15 23:01:02 +0000
commit9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00 (patch)
treec4b261f1cbbf85d4153ecee64fe285cc5aa38ec9 /mod/events.php
parent9addc83520adada78ad339edd6abe666f65b7059 (diff)
parent762a5432494711bf481943a0dee72cf65f7a04bb (diff)
downloadvolse-hubzilla-9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00.tar.gz
volse-hubzilla-9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00.tar.bz2
volse-hubzilla-9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/events.php')
-rwxr-xr-xmod/events.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/events.php b/mod/events.php
index 5cf0e425b..2a6067e65 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -355,8 +355,7 @@ function events_content(&$a) {
'$new_event'=> array($a->get_baseurl().'/events/new',t('Create New Event'),'',''),
'$previus' => array($a->get_baseurl()."/events/$prevyear/$prevmonth",t('Previous'),'',''),
'$next' => array($a->get_baseurl()."/events/$nextyear/$nextmonth",t('Next'),'',''),
- '$calendar' => cal($y,$m,$links, ' eventcal'),
-
+ '$calendar' => cal($y,$m,$links, ' eventcal'),
'$events' => $events,