diff options
author | Friendika <info@friendika.com> | 2011-06-05 23:10:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-05 23:10:07 -0700 |
commit | 4c629e274bbf368e79e47133869c923a2e6dd4a9 (patch) | |
tree | 268e1a74bc51809ce10b9f84c6bb6dcafb60629b /include/event.php | |
parent | 18f4c6094acd65b9a0eb179f5228bf2e13713b5f (diff) | |
download | volse-hubzilla-4c629e274bbf368e79e47133869c923a2e6dd4a9.tar.gz volse-hubzilla-4c629e274bbf368e79e47133869c923a2e6dd4a9.tar.bz2 volse-hubzilla-4c629e274bbf368e79e47133869c923a2e6dd4a9.zip |
begin event module
Diffstat (limited to 'include/event.php')
-rw-r--r-- | include/event.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php index 06239b2ab..21817086f 100644 --- a/include/event.php +++ b/include/event.php @@ -31,4 +31,7 @@ function format_event_html($ev) { $o .= '</div>'; return $o; -}
\ No newline at end of file +} + + + |