Dear All,
I have installed msilo module in order to store messages towards offline users.
Storing messages is being made by calling function mstore().
This function works ok and i can see these messages into silo DB.
When a user is being registered again and after his location is saved i call function mdump() to send him these messages. Unfortunately this doesn't work.
After this i check for mdump() with command
if (m_dump()) { log("MSILO: offline messages dumped - if they were\n");and i can see the relevant log that tells me that this function has been executed.