NT_LAN_EC_7, 'ecaledit' => NT_LAN_EC_2);
}
if (!function_exists('notify_ecalnew'))
{
function notify_ecalnew($data)
{
global $nt;
include_lan(e_PLUGIN.'calendar_menu/languages/'.e_LANGUAGE.'.php');
$message = NT_LAN_EC_3.': '.USERNAME.' ('.NT_LAN_EC_4.': '.$data['ip'].' )
';
$message .= NT_LAN_EC_5.':
'.$data['cmessage'].'
';
$nt -> send('ecaledit', NT_LAN_EC_6, $message);
}
}
if (!function_exists('notify_ecaledit'))
{
function notify_ecaledit($data)
{
global $nt;
include_lan(e_PLUGIN.'calendar_menu/languages/'.e_LANGUAGE.'.php');
$message = NT_LAN_EC_3.': '.USERNAME.' ('.NT_LAN_EC_4.': '.$data['ip'].' )
';
$message .= NT_LAN_EC_5.':
'.$data['cmessage'].'
';
$nt -> send('ecaledit', NT_LAN_EC_8, $message);
}
}
?>