diff --git a/lib/classes/deprecated/inscript.api.php b/lib/classes/deprecated/inscript.api.php index 3cfae5fb96..cd5c3d961a 100644 --- a/lib/classes/deprecated/inscript.api.php +++ b/lib/classes/deprecated/inscript.api.php @@ -209,7 +209,7 @@ function giveMeBaseUsr($usr, $lng) $inscriptions = giveMeBases($usr); foreach ($inscriptions as $sbasId => $baseInsc) { - //je pr�sente la base + //je presente la base if (($baseInsc['CollsRegistered'] || $baseInsc['CollsRefuse'] || $baseInsc['CollsWait'] || $baseInsc['CollsIntime'] || $baseInsc['CollsOuttime'] || $baseInsc['CollsNonactif'] || $baseInsc['CollsCGU'] || $baseInsc['Colls']))//&& $baseInsc['inscript']) $out .= '

' . phrasea::sbas_names ($sbasId) . '

'; @@ -239,10 +239,10 @@ function giveMeBaseUsr($usr, $lng) } if ($baseInsc['CollsWait']) { - $base_id = phrasea::baseFromColl($sbasId, $collId); foreach ($baseInsc['CollsWait'] as $collId => $isTrue) { - $out .= '' . _('login::register: en attente d\'acces sur') . phrasea::bas_names($base_id) . ''; + $base_id = phrasea::baseFromColl($sbasId, $collId); + $out .= '' . _('login::register: en attente d\'acces sur') .' '. phrasea::bas_names($base_id) . ''; if (trim($isTrue) != '') $out .= ' ' . _('login::register::CGU: lire les CGU') . ''; $out .= '';