Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts: include/zot.php
This commit is contained in:
commit
ce064188c6
@ -489,6 +489,7 @@ function zot_refresh($them, $channel = null, $force = false) {
|
|||||||
$new_perms = get_all_perms($channel['channel_id'],$x['hash']);
|
$new_perms = get_all_perms($channel['channel_id'],$x['hash']);
|
||||||
|
|
||||||
// Send a clone sync packet and a permissions update if permissions have changed
|
// Send a clone sync packet and a permissions update if permissions have changed
|
||||||
|
|
||||||
$new_connection = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and abook_self = 0 order by abook_created desc limit 1",
|
$new_connection = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and abook_self = 0 order by abook_created desc limit 1",
|
||||||
dbesc($x['hash']),
|
dbesc($x['hash']),
|
||||||
intval($channel['channel_id'])
|
intval($channel['channel_id'])
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-09-18.1159
|
2015-09-19.1160
|
||||||
|
Reference in New Issue
Block a user