mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
- Removed method index, inbox, view and outbox from controller
system/Messages - Removed views messageReply, messageView, messages, messagesInbox and messagesOutbox - Removed menu item "Nachrichten" from VileSci->Admin - Controller system/Messages: method write also works for replying to a message - View system/messageWrite also worki for replying to a message - Updated content/messages.js.php to call the system/Messages controller with the new parameters
This commit is contained in:
@@ -87,7 +87,7 @@ class Message_model extends DB_Model
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function getMsgVarsData($prestudent_id)
|
||||
public function getMsgVarsDataByPrestudentId($prestudent_id)
|
||||
{
|
||||
$query = 'SELECT * FROM public.vw_msg_vars WHERE prestudent_id %s ?';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user