Prüfungsverwaltung; Student kann sich anmelden; Prüfer kann bestätigen

This commit is contained in:
Stefan Puraner
2014-03-28 14:24:20 +00:00
parent 42285ca49d
commit c2df183879
7 changed files with 1466 additions and 336 deletions
+5
View File
@@ -517,6 +517,11 @@ class organisationseinheit extends basis_db
return $data;
}
/**
* Lädt Organisationseinheiten nach ihrem Typ
* @param type $oetyp_kurzbz
* @return boolean true, wenn ok; false, im Fehlerfall
*/
public function getByTyp($oetyp_kurzbz)
{
$qry = 'SELECT * FROM public.tbl_organisationseinheit WHERE organisationseinheittyp_kurzbz='.$this->db_add_param($oetyp_kurzbz).';';