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:
@@ -97,6 +97,8 @@ class AppMessageMapBuilder
|
||||
|
||||
$tMap->addColumn('APP_MSG_SEND_DATE', 'AppMsgSendDate', 'int', CreoleTypes::TIMESTAMP, true, null);
|
||||
|
||||
$tMap->addColumn('APP_MSG_SHOW_MESSAGE', 'AppMsgShowMessage', 'int', CreoleTypes::TINYINT, true, null);
|
||||
|
||||
} // doBuild()
|
||||
|
||||
} // AppMessageMapBuilder
|
||||
|
||||
Reference in New Issue
Block a user