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:
fe69da5
)
Logout fix test
author
Harvie
<tomas@mudrunka.cz>
Tue, 26 Oct 2010 21:04:24 +0000
(23:04 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Tue, 26 Oct 2010 21:04:24 +0000
(23:04 +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 4e44bb3b8faf2e7c6687c8ba4c012dda30db7a79..b11c484a1f027b9f020d5b5877f7a017c32da4fa 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);
- $log->log('logout',$node['node_id'],'ok',$_SESSION['user_name']);
+ //$log->log('logout',$node['node_id'],'ok',$_SESSION['user_name']); //obnovit kdyz to bude mozne. ~harvie
session_unset();
Header("Location: /main");
}
This page took
0.101068 seconds
and
4
git commands to generate.