Fix getBirthdays()
- Formatting optimizations - Remove redundant ASC
This commit is contained in:
parent
6eab7d9f14
commit
7b3515e706
|
@ -508,7 +508,7 @@ class Profile
|
|||
AND NOT `contact`.`archive`
|
||||
AND NOT `contact`.`deleted`
|
||||
WHERE `event`.`uid` = ? AND `type` = 'birthday' AND `start` < ? AND `finish` > ?
|
||||
ORDER BY `start` ASC ",
|
||||
ORDER BY `start`",
|
||||
Contact::SHARING,
|
||||
Contact::FRIEND,
|
||||
local_user(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user