From 45bd81fe8c2664b5a261d44fad12328b19ab0257 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 15 Oct 2015 21:38:16 -0700 Subject: missed the xchan_mail_query --- include/identity.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/identity.php b/include/identity.php index edf91f5bf..bcbb2bc75 100644 --- a/include/identity.php +++ b/include/identity.php @@ -636,10 +636,8 @@ function identity_basic_export($channel_id, $items = false) { if($r) { $m = array(); foreach($r as $rr) { - - - - + xchan_mail_query($rr); + $m[] = mail_encode($rr,true); } $ret['mail'] = $m; } -- cgit v1.2.3