- 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:
Paolo
2017-04-11 12:03:15 +02:00
parent 7d4486d34a
commit de0ed58ba6
10 changed files with 79 additions and 340 deletions
+1 -1
View File
@@ -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 ?';