diff options
author | redmatrix <git@macgirvin.com> | 2016-02-25 15:41:52 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-25 15:41:52 -0800 |
commit | ba2ede0a8f82be98994f129655dbb78d5c024e47 (patch) | |
tree | e9f5a1b44276e1861cc3fc082f6d19e4665dfbb9 | |
parent | 6892ba4cd8668ec48d036876d999ed9685165256 (diff) | |
download | volse-hubzilla-ba2ede0a8f82be98994f129655dbb78d5c024e47.tar.gz volse-hubzilla-ba2ede0a8f82be98994f129655dbb78d5c024e47.tar.bz2 volse-hubzilla-ba2ede0a8f82be98994f129655dbb78d5c024e47.zip |
this reverts ea54987ca4c36
-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 2f2727ae5..bfd806f32 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'] = 0; + $ev['adjust'] = 1; $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]') ; |