Backport
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 8 Feb 2007 07:45:28 +0000 (07:45 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 8 Feb 2007 07:45:28 +0000 (07:45 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1488 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/keynote.css
include/xnet/session.inc.php

index 460ef14..c73eceb 100644 (file)
@@ -156,6 +156,7 @@ table.tinybicol th, table.bicol th {
     font-weight: bold;
     text-align: center;
     vertical-align: middle;
+    background: none;
     background-color: #000;
 }
 
index 4a85ef8..de75d23 100644 (file)
@@ -101,6 +101,8 @@ class XnetSession
         $_SESSION['auth'] = AUTH_MDP;
         S::kill('challenge');
         S::kill('loginX');
+        S::kill('may_update');
+        S::kill('is_member');
         Get::kill('auth');
         Get::kill('uid');
         $path = Get::v('n');