mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
write log entry when sending message
This commit is contained in:
@@ -11,4 +11,11 @@ class Benutzer_model extends DB_Model
|
||||
$this->dbTable = 'public.tbl_benutzer';
|
||||
$this->pk = 'uid';
|
||||
}
|
||||
|
||||
public function getFromPersonId($person_id)
|
||||
{
|
||||
/*$this->addSelect('uid, aktiv, alias');*/
|
||||
$this->loadWhere(array('person_id' => $person_id));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user