unify hcard and vcard: make $pdesc available in hcard&vcard

This commit is contained in:
rabuzarus 2015-12-01 19:47:23 +01:00
parent 39b37281a7
commit cd7ec72b20
10 changed files with 29 additions and 18 deletions

View file

@ -190,7 +190,7 @@ if(! function_exists('profile_sidebar')) {
$o = '';
$location = false;
$address = false;
$pdesc = true;
// $pdesc = true;
if((! is_array($profile)) && (! count($profile)))
return $o;
@ -371,7 +371,7 @@ if(! function_exists('profile_sidebar')) {
'$account_type' => $account_type,
'$location' => $location,
'$gender' => $gender,
'$pdesc' => $pdesc,
// '$pdesc' => $pdesc,
'$marital' => $marital,
'$homepage' => $homepage,
'$about' => $about,