BUG 9937 PMFSendMessage way to not log in history... SOLVED
- The registration messages are displayed by default. - was add in PMFSendMessage a feature in the last parameter.
This commit is contained in:
@@ -5481,7 +5481,8 @@ class Cases
|
||||
'APP_MSG_BCC' => $aRow['APP_MSG_BCC'],
|
||||
'APP_MSG_TEMPLATE' => $aRow['APP_MSG_TEMPLATE'],
|
||||
'APP_MSG_STATUS' => $aRow['APP_MSG_STATUS'],
|
||||
'APP_MSG_ATTACH' => $aRow['APP_MSG_ATTACH']
|
||||
'APP_MSG_ATTACH' => $aRow['APP_MSG_ATTACH'],
|
||||
'APP_MSG_SHOW_MESSAGE' => $aRow['APP_MSG_SHOW_MESSAGE']
|
||||
);
|
||||
$oDataset->next();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user