diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-20 18:43:20 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-20 18:43:20 -0800 |
commit | 493aa9f20d3a48132a83b1da0c643f80c038e617 (patch) | |
tree | 89063b5605fd9b5982395ec66ed919f45a9c6b2b /include/connections.php | |
parent | 6ff462abf39b76fb8ad6f5734c058e9b19dbc774 (diff) | |
download | volse-hubzilla-493aa9f20d3a48132a83b1da0c643f80c038e617.tar.gz volse-hubzilla-493aa9f20d3a48132a83b1da0c643f80c038e617.tar.bz2 volse-hubzilla-493aa9f20d3a48132a83b1da0c643f80c038e617.zip |
progress on abook_vcard
Diffstat (limited to 'include/connections.php')
-rw-r--r-- | include/connections.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php index 3d52d1a48..ca6931601 100644 --- a/include/connections.php +++ b/include/connections.php @@ -720,7 +720,7 @@ function update_vcard($arr,$vcard = null) { } -function get_vcard_array($vc) { +function get_vcard_array($vc,$id) { $photo = ''; if($vc->PHOTO) { @@ -810,6 +810,7 @@ function get_vcard_array($vc) { } $card = [ + 'id' => $id, 'photo' => $photo, 'fn' => $fn, 'org' => $org, |