mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Infocenter: Anzeige gesperrte Nationen als disabled im Dropdown ZGVNation
This commit is contained in:
@@ -17,7 +17,7 @@ class Zgv_model extends DB_Model
|
||||
*/
|
||||
public function getAllZgv()
|
||||
{
|
||||
$allZgv = 'SELECT * FROM bis.tbl_zgv;';
|
||||
$allZgv = 'SELECT * FROM bis.tbl_zgv ORDER BY zgv_bez ASC;';
|
||||
|
||||
return $this->execQuery($allZgv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user