Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
commit
23213a91ed
@ -566,6 +566,13 @@ function identity_basic_export($channel_id, $items = false) {
|
||||
if($r)
|
||||
$ret['obj'] = $r;
|
||||
|
||||
|
||||
$r = q("select * from app where app_channel = %d",
|
||||
intval($channel_id)
|
||||
);
|
||||
if($r)
|
||||
$ret['app'] = $r;
|
||||
|
||||
if(! $items)
|
||||
return $ret;
|
||||
|
||||
|
Reference in New Issue
Block a user