Fixes education inclusion.
[platal.git] / modules / auth / auth.inc.php
index ef5492e..186506a 100644 (file)
@@ -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['full_promo'] = $personnal_data['promo'];
         $personnal_data['promo'] = $personnal_data['entry_year'];