Commit Graph
2 Commits
Author SHA1 Message Date
flopp b4d48877d6 Fix for bug #3906 "default country".
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()"
2012-07-31 19:44:32 +02:00
flopp fcb1eaa31e Skalierung der Cache-Icons im KML-Export auf 100% geändert 2012-07-02 19:22:18 +02:00