mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
- Modified MessageLib constructor to allow to give the parameter UID from a Controller
- Controller Message now works with MessageLib - Added getMessagesByPersonID method to controller Message - Added permissions basis/message and fs/system to dump.sql
This commit is contained in:
@@ -92,7 +92,7 @@ WHERE person_id = ?';
|
||||
if (! $all)
|
||||
$sql .= ' AND status<2';
|
||||
$result = $this->db->query($sql, array($person_id));
|
||||
var_dump($result);
|
||||
//var_dump($result);
|
||||
if (is_object($result))
|
||||
return $this->_success($result->result());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user