Länder sortiert nach Aktiv uns Titel ausgeben

This commit is contained in:
Markus Gärtner 2020-04-17 10:49:26 +02:00
parent 265cd90dd0
commit bbe2c3821d
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class d3_cfg_geoipset_main extends d3_cfg_mod_main
$sQ = "select (SELECT d3startip FROM ".$oGeoIp->getViewName().
" WHERE D3ISO = " .$oListObject->getViewName(). ".
oxisoalpha2 LIMIT 1) as IP, $sFieldList from " . $oListObject->getViewName();
$sQ.= " ORDER BY oxactive DESC, oxtitle";
$this->oCountryList->selectString($sQ);