b4d48877d678a09adcadf4f21e017a8972d298fd
In htdocs/lib/common.inc.php, getUserCountry(): - added "global" declaration of "$usr", which was missing - using "GB" as the fallback country code instead of "EN", which is not a valid country code In htdocs/newcache.php: - using "getUserCountry()" to initialize "$sel_country" if no "_POST['country']" was given, instead of "$default_country" - using "$sel_country" to preselect the country in the countries combobox, instead of "getUserCountrs()"
Description
Languages
JavaScript
31.4%
PHP
26.8%
SQL
18.1%
HTML
14.8%
Smarty
6.2%
Other
2.6%