X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Flogout.inc;h=c9708aa47aab3855a26c4f9c32becabe7fb1ee69;hb=8630d2174a0f798739eeea16be61b8653a10a5da;hp=b32f9fd82f34f57662109a568c5f5699e857725c;hpb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/logout.inc b/wwwroot/inc/eventz/logout.inc index b32f9fd..c9708aa 100644 --- a/wwwroot/inc/eventz/logout.inc +++ b/wwwroot/inc/eventz/logout.inc @@ -4,9 +4,9 @@ global $db; $q="update users set user_action_id=null where user_id='".$_SESSION['user_id']."'"; $db->query($q); - log::log('logout',$node['node_id'],'ok',$_SESSION['user_name']); + logger::log('logout',$node['node_id'],'ok',$_SESSION['user_name']); session_unset(); Header("Location: /main"); } -?> \ No newline at end of file +?>