From 184c544a24144baecf986f3b5627c55e520d0b4a Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 1 Sep 2015 22:26:21 -0700 Subject: export apps --- include/identity.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index d9a0d1818..e236b5a90 100644 --- a/include/identity.php +++ b/include/identity.php @@ -570,6 +570,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; -- cgit v1.2.3