From da058f16eb5413d0c859196cbe837dc8328f27a5 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sat, 15 Dec 2012 09:48:24 +0100 Subject: Bug 1124: changed the order of the entries from country-language to language-country --- pages/account/41.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/account') diff --git a/pages/account/41.php b/pages/account/41.php index d2cfc8c..26ad11c 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -74,7 +74,7 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); while($row = mysql_fetch_assoc($res)) { echo "\n"; + echo ">".$row['lang']." - ".$row['country']."\n"; } ?> -- cgit v1.2.1