style anpassungen und funktionen geloescht

This commit is contained in:
ma0048
2022-09-14 11:57:23 +02:00
parent 4cae13d2ee
commit f0cec85d8f
7 changed files with 20 additions and 64 deletions
-10
View File
@@ -11,14 +11,4 @@ class Nation_model extends DB_Model
$this->dbTable = 'bis.tbl_nation';
$this->pk = 'nation_code';
}
/**
* getAllForStyled Dropdown
*/
public function getAll()
{
$allNations = 'SELECT * FROM bis.tbl_nation ORDER BY bis.tbl_nation.langtext ASC;';
return $this->execQuery($allNations);
}
}