Revert "Mobile communication module"

This commit is contained in:
bnu 2015-07-07 02:53:28 +09:00
parent be1f2ef0a5
commit 307faa8f0e
14 changed files with 86 additions and 433 deletions

View file

@ -51,16 +51,12 @@ class communicationModel extends communication
{
$communication_config->mskin = 'default';
}
if(!$communication_config->grant_write)
{
$communication_config->grant_write = array('default_grant'=>'member');
}
if(!$communication_config->able_module)
{
$communication_config->able_module = 'Y';
}
return $communication_config;
}