diff options
author | redmatrix <git@macgirvin.com> | 2016-02-25 15:14:57 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-25 15:14:57 -0800 |
commit | 6892ba4cd8668ec48d036876d999ed9685165256 (patch) | |
tree | 413576d1912df0fe6a9b5197d851659affca52ab /include/datetime.php | |
parent | 7972de13caf21647c8cc2e82c499a344f7191a22 (diff) | |
parent | 5ad9b48f1d916425e41f475319c7237293d055b9 (diff) | |
download | volse-hubzilla-6892ba4cd8668ec48d036876d999ed9685165256.tar.gz volse-hubzilla-6892ba4cd8668ec48d036876d999ed9685165256.tar.bz2 volse-hubzilla-6892ba4cd8668ec48d036876d999ed9685165256.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'include/datetime.php')
-rw-r--r-- | include/datetime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime.php b/include/datetime.php index bfd806f32..2f2727ae5 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -549,7 +549,7 @@ function update_birthdays() { $ev['event_xchan'] = $rr['xchan_hash']; $ev['start'] = datetime_convert('UTC', 'UTC', $rr['abook_dob']); $ev['finish'] = datetime_convert('UTC', 'UTC', $rr['abook_dob'] . ' + 1 day '); - $ev['adjust'] = 1; + $ev['adjust'] = 0; $ev['summary'] = sprintf( t('%1$s\'s birthday'), $rr['xchan_name']); $ev['description'] = sprintf( t('Happy Birthday %1$s'), '[zrl=' . $rr['xchan_url'] . ']' . $rr['xchan_name'] . '[/zrl]') ; |