Module commit
Module commit.
This commit is contained in:
9
_module/nss/_c_clear_message.nss
Normal file
9
_module/nss/_c_clear_message.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "_c_inc_message"
|
||||
void main()
|
||||
{
|
||||
int nIndex = GetDataBaseInt(_INDEX_);
|
||||
SetDataBaseInt(_PAGE_,nIndex);
|
||||
DeleteLocalString(OBJECT_SELF,M_TITLE);
|
||||
DeleteLocalString(OBJECT_SELF,M_BODY);
|
||||
|
||||
}
|
Reference in New Issue
Block a user