diff --git a/scripts/showuser.js b/scripts/showuser.js index e5dedb3..81e4cb0 100644 --- a/scripts/showuser.js +++ b/scripts/showuser.js @@ -80,7 +80,7 @@ try rinput.setRequestAttribute("address.lastline",buf.toString().trim()); - scountry = prof.fullCountry(); + scountry = prof.fullCountry; if (prof.country.equals("XX")) scountry = ""; rinput.setRequestAttribute("country",scountry);