GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7733d
)
Fixed typo in logout event
author
Harvie
<tomas@mudrunka.cz>
Wed, 27 Oct 2010 10:29:04 +0000
(12:29 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 27 Oct 2010 10:29:04 +0000
(12:29 +0200)
wwwroot/inc/eventz/logout.inc
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/inc/eventz/logout.inc
b/wwwroot/inc/eventz/logout.inc
index f2434e3735c2db79f15250743b6371cc3715ff31..c9708aa47aab3855a26c4f9c32becabe7fb1ee69 100644
(file)
--- a/
wwwroot/inc/eventz/logout.inc
+++ b/
wwwroot/inc/eventz/logout.inc
@@
-4,7
+4,7
@@
global $db;
$q="update users set user_action_id=null where user_id='".$_SESSION['user_id']."'";
$db->query($q);
-
$
logger::log('logout',$node['node_id'],'ok',$_SESSION['user_name']);
+ logger::log('logout',$node['node_id'],'ok',$_SESSION['user_name']);
session_unset();
Header("Location: /main");
}
This page took
0.094984 seconds
and
4
git commands to generate.