diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-23 08:37:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-23 08:37:52 +0200 |
commit | f86d12c8f462a32fc3265912dafcc21c580dd196 (patch) | |
tree | b2b6c3e46cc0eafb827792a07e84f192ed60785f /include/datetime.php | |
parent | e130b58b2068cf2ea4f2dc4996068bc6bc04f8e1 (diff) | |
parent | c95488549d710b86e2554a453754a0a689e46d7d (diff) | |
download | volse-hubzilla-f86d12c8f462a32fc3265912dafcc21c580dd196.tar.gz volse-hubzilla-f86d12c8f462a32fc3265912dafcc21c580dd196.tar.bz2 volse-hubzilla-f86d12c8f462a32fc3265912dafcc21c580dd196.zip |
Merge branch 'dev' into 4.2RC
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 3a07f1ccf..d049fc7c5 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -516,7 +516,7 @@ function update_birthdays() { 'event_xchan' => $rr['xchan_hash'], 'dtstart' => datetime_convert('UTC', 'UTC', $rr['abook_dob']), 'dtend' => datetime_convert('UTC', 'UTC', $rr['abook_dob'] . ' + 1 day '), - 'adjust' => intval(feature_enabled($rr['abook_channel'],'smart_birthdays')), + 'adjust' => 1, //intval(feature_enabled($rr['abook_channel'],'smart_birthdays')), 'summary' => sprintf( t('%1$s\'s birthday'), $rr['xchan_name']), 'description' => sprintf( t('Happy Birthday %1$s'), '[zrl=' . $rr['xchan_url'] . ']' . $rr['xchan_name'] . '[/zrl]'), 'etype' => 'birthday', |