escape dates
This commit is contained in:
parent
84843984b8
commit
88488fdfbb
@ -420,7 +420,7 @@ function zot_refresh($them,$channel = null, $force = false) {
|
|||||||
where abook_xchan = '%s' and abook_channel = %d
|
where abook_xchan = '%s' and abook_channel = %d
|
||||||
and not (abook_flags & %d) > 0 ",
|
and not (abook_flags & %d) > 0 ",
|
||||||
intval($their_perms),
|
intval($their_perms),
|
||||||
dbesc($next_birthday),
|
dbescdate($next_birthday),
|
||||||
dbesc($x['hash']),
|
dbesc($x['hash']),
|
||||||
intval($channel['channel_id']),
|
intval($channel['channel_id']),
|
||||||
intval(ABOOK_FLAG_SELF)
|
intval(ABOOK_FLAG_SELF)
|
||||||
|
Reference in New Issue
Block a user