Fix bad parameter

This commit is contained in:
Laurent Destailleur 2015-10-10 16:09:01 +02:00
parent 0032ad695c
commit fb50daaa40

View File

@ -706,7 +706,7 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
$contactstatic->web = $obj->web;
$contactstatic->skype = $obj->skype;
$country_code = getCountry($obj->country_id, 'all');
$country_code = getCountry($obj->country_id, 2);
$contactstatic->country_code = $country_code;
print "<tr ".$bc[$var].">";