Länder sortiert nach Aktiv uns Titel ausgeben
This commit is contained in:
parent
265cd90dd0
commit
bbe2c3821d
@ -79,6 +79,7 @@ class d3_cfg_geoipset_main extends d3_cfg_mod_main
|
|||||||
$sQ = "select (SELECT d3startip FROM ".$oGeoIp->getViewName().
|
$sQ = "select (SELECT d3startip FROM ".$oGeoIp->getViewName().
|
||||||
" WHERE D3ISO = " .$oListObject->getViewName(). ".
|
" WHERE D3ISO = " .$oListObject->getViewName(). ".
|
||||||
oxisoalpha2 LIMIT 1) as IP, $sFieldList from " . $oListObject->getViewName();
|
oxisoalpha2 LIMIT 1) as IP, $sFieldList from " . $oListObject->getViewName();
|
||||||
|
$sQ.= " ORDER BY oxactive DESC, oxtitle";
|
||||||
|
|
||||||
$this->oCountryList->selectString($sQ);
|
$this->oCountryList->selectString($sQ);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user