Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 957 Rev 1012
Line 172... Line 172...
172
				return 'EfloreCartes';
172
				return 'EfloreCartes';
173
			case 'chorodep':
173
			case 'chorodep':
174
				return 'ChorodepCartes';
174
				return 'ChorodepCartes';
175
			case 'moissonnage':
175
			case 'moissonnage':
176
				return 'MoissonnageCartes';
176
				return 'MoissonnageCartes';
-
 
177
			case 'sophy':
-
 
178
				return 'SophyCartes';
177
			}
179
			}
178
		}
180
		}
Line 179... Line 181...
179
 
181
 
180
		return NULL;
182
		return NULL;
Line 229... Line 231...
229
				$c = 'ChorodepCartes';
231
				$c = 'ChorodepCartes';
230
				break;
232
				break;
231
			case 'moissonnage':
233
			case 'moissonnage':
232
				$c = 'MoissonnageCartes';
234
				$c = 'MoissonnageCartes';
233
				break;
235
				break;
-
 
236
			case 'sophy':
-
 
237
				$c = 'SophyCartes';
-
 
238
				break;
234
			}
239
			}
235
			if($c) {
240
			if($c) {
236
				require_once($this->cheminCourrant . 'commun' . DS . 'Commun.php');
241
				require_once($this->cheminCourrant . 'commun' . DS . 'Commun.php');
237
				require_once($this->cheminCourrant . $this->projetNom . DS . $this->obtenirNomClasseService($this->serviceNom) . '.php');
242
				require_once($this->cheminCourrant . $this->projetNom . DS . $this->obtenirNomClasseService($this->serviceNom) . '.php');
238
				return;
243
				return;