"MDL-15251, see tracker"

This commit is contained in:
dongsheng
2008-06-16 09:04:15 +00:00
parent 890a48fabe
commit 33484c1b9f
+1 -1
View File
@@ -228,7 +228,7 @@
}
$countries = get_list_of_countries();
if (!empty($countries[$user->country]) && !isset($hiddenfields['country'])) {
if ($user->city && !isset($hiddenfields['country'])) {
if ($user->city && !isset($hiddenfields['city']) && !isset($hiddenfields['country'])) {
$location .= ', ';
}
$location .= $countries[$user->country];