From: x2000habouzit Date: Fri, 8 Oct 2004 21:13:57 +0000 (+0000) Subject: should repair manageurs.com X-Git-Tag: xorg/old~1397 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a611cf45f3e4e35f8ef0faf6803a7b5c4dec4409;p=platal.git should repair manageurs.com --- diff --git a/include/xorg.session.inc.php b/include/xorg.session.inc.php index 0c34929..795e6c8 100644 --- a/include/xorg.session.inc.php +++ b/include/xorg.session.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: xorg.session.inc.php,v 1.27 2004-10-08 20:42:33 x2000habouzit Exp $ + $Id: xorg.session.inc.php,v 1.28 2004-10-08 21:13:57 x2000habouzit Exp $ ***************************************************************************/ require("diogenes.core.session.inc.php"); @@ -245,6 +245,7 @@ function start_connexion ($uid, $identified) { $_SESSION['perms'] = $perms; $_SESSION['promo'] = $promo; $_SESSION['forlife'] = $forlife; + $_SESSION['matricule'] = $matricule; $res = $globals->db->query("SELECT flags FROM identification WHERE matricule = '$matricule' AND FIND_IN_SET(flags, 'femme')"); $_SESSION['femme'] = mysql_num_rows($res) > 0; mysql_free_result($res);