X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdatetime.php;h=e88c274ab967449649311a592171af1f7be4a9a8;hb=fc9dbc0899aed223378be677356cd74e722dfd14;hp=d614818cecde6d125df2a289f665ff3135fb8b98;hpb=6a8a36f12d00f35004fbb034972ca87dd1a3c4f5;p=friendica.git diff --git a/include/datetime.php b/include/datetime.php index d614818cec..e88c274ab9 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -552,7 +552,7 @@ function update_contact_birthdays() { // In-network birthdays are handled within local_delivery $r = q("SELECT * FROM contact WHERE `bd` != '' AND `bd` != '0000-00-00' AND SUBSTRING(`bd`,1,4) != `bdyear` "); - if(dbm::is_result($r)) { + if (dbm::is_result($r)) { foreach($r as $rr) { logger('update_contact_birthday: ' . $rr['bd']);