diff options
author | friendica <info@friendica.com> | 2015-02-05 15:29:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-05 15:29:36 -0800 |
commit | b1eebaaedb58d8f4055eed1580ad29f029095195 (patch) | |
tree | 3a173deb447c13f3b12e09f0d7132d57ab00cac8 /include/zot.php | |
parent | 68978ad1c08daeb55581b95b4328905df42c847b (diff) | |
parent | 1abb17c88050264168b6e6ff493e73ecd12706c1 (diff) | |
download | volse-hubzilla-b1eebaaedb58d8f4055eed1580ad29f029095195.tar.gz volse-hubzilla-b1eebaaedb58d8f4055eed1580ad29f029095195.tar.bz2 volse-hubzilla-b1eebaaedb58d8f4055eed1580ad29f029095195.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 0e1c5165a..7e9a6ee54 100644 --- a/include/zot.php +++ b/include/zot.php @@ -420,7 +420,7 @@ function zot_refresh($them,$channel = null, $force = false) { where abook_xchan = '%s' and abook_channel = %d and not (abook_flags & %d) > 0 ", intval($their_perms), - dbesc($next_birthday), + dbescdate($next_birthday), dbesc($x['hash']), intval($channel['channel_id']), intval(ABOOK_FLAG_SELF) |