aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profiles.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-18 10:39:00 +0100
committerMario <mario@mariovavti.com>2022-01-18 10:39:00 +0100
commit788c973c13ef7a66928bb8eb58e16ea46f1b56fd (patch)
tree0cb1e5785ae31d3319ff08bc9077c0dbaf20b9b3 /Zotlabs/Module/Profiles.php
parent465c5c8cfb8f94abe9e226da0d534df5c090a229 (diff)
downloadvolse-hubzilla-788c973c13ef7a66928bb8eb58e16ea46f1b56fd.tar.gz
volse-hubzilla-788c973c13ef7a66928bb8eb58e16ea46f1b56fd.tar.bz2
volse-hubzilla-788c973c13ef7a66928bb8eb58e16ea46f1b56fd.zip
vcards are not actually implemented anymore
Diffstat (limited to 'Zotlabs/Module/Profiles.php')
-rw-r--r--Zotlabs/Module/Profiles.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php
index 70f6b1125..fef20c954 100644
--- a/Zotlabs/Module/Profiles.php
+++ b/Zotlabs/Module/Profiles.php
@@ -716,9 +716,9 @@ class Profiles extends \Zotlabs\Web\Controller {
//logger('extra_fields: ' . print_r($extra_fields,true));
- $vc = $r[0]['profile_vcard'];
- $vctmp = (($vc) ? \Sabre\VObject\Reader::read($vc) : null);
- $vcard = (($vctmp) ? get_vcard_array($vctmp,$r[0]['id']) : [] );
+ //$vc = $r[0]['profile_vcard'];
+ //$vctmp = (($vc) ? \Sabre\VObject\Reader::read($vc) : null);
+ //$vcard = (($vctmp) ? get_vcard_array($vctmp,$r[0]['id']) : [] );
$f = get_config('system','birthday_input_format');
if(! $f)
@@ -733,7 +733,7 @@ class Profiles extends \Zotlabs\Web\Controller {
'$profile_clone_link' => 'profiles/clone/' . $r[0]['id'] . '?t=' . get_form_security_token("profile_clone"),
'$profile_drop_link' => 'profiles/drop/' . $r[0]['id'] . '?t=' . get_form_security_token("profile_drop"),
'$fields' => $fields,
- '$vcard' => $vcard,
+ // '$vcard' => $vcard,
'$guid' => $r[0]['profile_guid'],
'$banner' => t('Edit Profile Details'),
'$submit' => t('Submit'),