aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-24 16:57:17 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-24 16:57:17 -0700
commit2844f276b9af6154e36706b7fe53438352493d58 (patch)
treee65482f81fe351484458ac3f35155cd829191980 /include/event.php
parente04f04ef0f79d938576668c57d7240d376155a8a (diff)
downloadvolse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.gz
volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.bz2
volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.zip
Document the additional content export options
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php
index f0a806dfa..e303ad232 100644
--- a/include/event.php
+++ b/include/event.php
@@ -755,12 +755,15 @@ function event_store_item($arr, $event) {
}
}
+
+
$item_arr = array();
$prefix = '';
// $birthday = false;
if($event['type'] === 'birthday') {
- $prefix = t('This event has been added to your calendar.');
+ if(! is_sys_channel($arr['uid']))
+ $prefix = t('This event has been added to your calendar.');
// $birthday = true;
// The event is created on your own site by the system, but appears to belong