Infocenter: Anzeige gesperrte Nationen als disabled im Dropdown ZGVNation

This commit is contained in:
ma0068
2022-08-30 09:41:45 +02:00
parent 54a1c486c5
commit 8fd69ccd26
4 changed files with 41 additions and 36 deletions
+1 -1
View File
@@ -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);
}