document extra features

This commit is contained in:
friendica
2013-11-17 01:10:46 -08:00
parent 8893643da0
commit 92f37fd0d5
5 changed files with 111 additions and 5 deletions

View File

@@ -130,8 +130,8 @@ function post_init(&$a) {
} else {
logger('mod_zot: still not authenticated: ' . $x[0]['xchan_addr']);
q("update hubloc set hubloc_status = (hubloc_status | %d ) where hubloc_addr = '%s'",
intval(HUBLOC_RECEIVE_ERROR),
$x[0][xchan_addr]
intval(HUBLOC_RECEIVE_ERROR),
$x[0][xchan_addr]
);
}