X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth%2Fauth.inc.php;h=383745a815ce734d8247d1e60027e7c3372727f2;hb=4452750bdfcca53d7e1e8dfb8edb16c03fae4c8b;hp=f41b60075dae847cb9024b6f1823c9df1869b456;hpb=fe13bc1d7ba9f72d452ec07baf8538a74b7c67b8;p=platal.git diff --git a/modules/auth/auth.inc.php b/modules/auth/auth.inc.php index f41b600..383745a 100644 --- a/modules/auth/auth.inc.php +++ b/modules/auth/auth.inc.php @@ -34,7 +34,7 @@ function gpex_make($chlg, $privkey, $datafields, $charset) $user =& S::user(); if ($user->hasProfile()) { - // XXX: Transition table for auth. + /* Transition table for authentification. */ $personnal_data = $user->profile()->data(); $personnal_data['matricule'] = $personnal_data['xorg_id']; $personnal_data['matricule_ax'] = $personnal_data['ax_id'];