typo in user display

This commit is contained in:
Eric J. Bowersox 2004-07-12 22:27:14 +00:00
parent 477aac51f0
commit a0e50f4030

View File

@ -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);