From a0e50f403079febe2672ab2e97694974dfd8371b Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Mon, 12 Jul 2004 22:27:14 +0000 Subject: [PATCH] typo in user display --- scripts/showuser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);