mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
temp
This commit is contained in:
@@ -180,6 +180,8 @@ class Notiz_model extends DB_Model
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Add a Notiz for a given person with DMS_id
|
||||
*/
|
||||
@@ -244,6 +246,7 @@ class Notiz_model extends DB_Model
|
||||
* @param $person_id
|
||||
*/
|
||||
//Todo(Manu) rewrite in CI-Style
|
||||
//Todo(Manu) auf andere types erweitern
|
||||
public function getNotizWithDocEntries($id)
|
||||
{
|
||||
$type = 'writeFunction';
|
||||
@@ -267,6 +270,7 @@ class Notiz_model extends DB_Model
|
||||
notiz_id, z.notizzuordnung_id
|
||||
";
|
||||
|
||||
|
||||
return $this->execQuery($qry, array($id));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user