0*/ $page["status"][] = "Utilisateur '" . htmlprotect($login) . "' créé."; if (!$groups) continue; /* Add associations */ foreach (explode($_POST["separator"], $groups) as $name) { $gid = checkgroup($db, $name); if ($gid) addassociation($db, $uid, $gid); else $page["status"][] = "Erreur! Groupe '" . htmlprotect($name). "' inconnu."; } } } fclose($file);