diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-26 09:21:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-26 09:21:01 +0100 |
commit | 0653a2e0a9843fdcb8fd079197e5ada975b2cb05 (patch) | |
tree | 8dfc18f61fd1a40d3ed31ec76e397a530fddb714 /include/datetime.php | |
parent | d19dfc87a6c00ebb0434a46664621f0b0585c97b (diff) | |
parent | ba2ede0a8f82be98994f129655dbb78d5c024e47 (diff) | |
download | volse-hubzilla-0653a2e0a9843fdcb8fd079197e5ada975b2cb05.tar.gz volse-hubzilla-0653a2e0a9843fdcb8fd079197e5ada975b2cb05.tar.bz2 volse-hubzilla-0653a2e0a9843fdcb8fd079197e5ada975b2cb05.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
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 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]') ; |