Fix bad parameter
This commit is contained in:
parent
0032ad695c
commit
fb50daaa40
@ -706,7 +706,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
|
|||||||
$contactstatic->web = $obj->web;
|
$contactstatic->web = $obj->web;
|
||||||
$contactstatic->skype = $obj->skype;
|
$contactstatic->skype = $obj->skype;
|
||||||
|
|
||||||
$country_code = getCountry($obj->country_id, 'all');
|
$country_code = getCountry($obj->country_id, 2);
|
||||||
$contactstatic->country_code = $country_code;
|
$contactstatic->country_code = $country_code;
|
||||||
|
|
||||||
print "<tr ".$bc[$var].">";
|
print "<tr ".$bc[$var].">";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user