mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
create merged branch with all features on topic Wiederholer - feature 12995
This commit is contained in:
@@ -179,5 +179,19 @@ class statusgrund extends basis_db
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getByBezeichnung($beschreibung)
|
||||
{
|
||||
$qry = "
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
public.tbl_status_grund
|
||||
WHERE beschreibung[1] = '" . $beschreibung . "'
|
||||
|
||||
";
|
||||
$this->db_query($qry);
|
||||
return $this->db_fetch_object();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user