diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-10-18 20:18:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-10-18 20:18:55 +0200 |
commit | 4acdb8fb102fb20f2bddc9113ea292836ce2daa4 (patch) | |
tree | e21f9d359633c8bcdd92662f51f98d9770b1da82 /include/datetime.php | |
parent | d7fa6f670906323a161eee15e61744163dc3ea01 (diff) | |
download | volse-hubzilla-4acdb8fb102fb20f2bddc9113ea292836ce2daa4.tar.gz volse-hubzilla-4acdb8fb102fb20f2bddc9113ea292836ce2daa4.tar.bz2 volse-hubzilla-4acdb8fb102fb20f2bddc9113ea292836ce2daa4.zip |
containers: port events
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 4c7105138..fbb6eeddf 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -525,7 +525,7 @@ function update_birthdays() { $z = event_store_event($ev); if ($z) { - $item_id = event_store_item($ev, $z); + event_store_item($ev, $z, false); q("update abook set abook_dob = '%s' where abook_id = %d", dbesc(intval($rr['abook_dob']) + 1 . substr($rr['abook_dob'], 4)), intval($rr['abook_id']) |