Révision 8913a90b

b/index.php
66 66
		sort($subdivs, SORT_STRING);
67 67
		foreach ($subdivs as $s) {
68 68
			list($a, $b) = explode($SEP_DIV, $s);
69
			$poules[] = $a;
69
			if (!in_array($a, $poules)) $poules[] = $a;
70 70
		}
71 71
		if (!in_array($poule, $poules)) unset($subdiv, $poule, $phase);
72 72
		if (!$subdiv && $subdivs) $subdiv = $subdivs[0];

Formats disponibles : Unified diff