aboutsummaryrefslogtreecommitdiffstats
path: root/include/datetime.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-25 15:41:52 -0800
committerredmatrix <git@macgirvin.com>2016-02-25 15:41:52 -0800
commitba2ede0a8f82be98994f129655dbb78d5c024e47 (patch)
treee9f5a1b44276e1861cc3fc082f6d19e4665dfbb9 /include/datetime.php
parent6892ba4cd8668ec48d036876d999ed9685165256 (diff)
downloadvolse-hubzilla-ba2ede0a8f82be98994f129655dbb78d5c024e47.tar.gz
volse-hubzilla-ba2ede0a8f82be98994f129655dbb78d5c024e47.tar.bz2
volse-hubzilla-ba2ede0a8f82be98994f129655dbb78d5c024e47.zip
this reverts ea54987ca4c36
Diffstat (limited to 'include/datetime.php')
-rw-r--r--include/datetime.php2
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]') ;