diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:57:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-24 16:57:17 -0700 |
commit | 2844f276b9af6154e36706b7fe53438352493d58 (patch) | |
tree | e65482f81fe351484458ac3f35155cd829191980 /include | |
parent | e04f04ef0f79d938576668c57d7240d376155a8a (diff) | |
download | volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.gz volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.tar.bz2 volse-hubzilla-2844f276b9af6154e36706b7fe53438352493d58.zip |
Document the additional content export options
Diffstat (limited to 'include')
-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 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 |