Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 1185 | Rev 1190 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1185 Rev 1188
Line 161... Line 161...
161
				break;
161
				break;
162
				case 'complet':
162
				case 'complet':
163
					$lois = $this->obtenirLois($lois_statuts);
163
					$lois = $this->obtenirLois($lois_statuts);
164
					foreach ($lois as $id => $loi) {
164
					foreach ($lois as $id => $loi) {
165
						$retour[$loi['zone_application']][$id] = $loi;
165
						$retour[$loi['zone_application']][$id] = $loi;
-
 
166
						if (isset($f[$id])) {
166
						foreach ($f[$id] as $num_nom => $nom_sci) {
167
							foreach ($f[$id] as $num_nom => $nom_sci) {
167
							$retour[$loi['zone_application']][$id]['nom_sci'][$num_nom] = $nom_sci;
168
								$retour[$loi['zone_application']][$id]['nom_sci'][$num_nom] = $nom_sci;
-
 
169
							}
168
						}
170
						}
169
							
-
 
170
					}
171
					}
171
					break;
172
					break;
Line 172... Line 173...
172
						
173
						
173
				default:
174
				default: