Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 814 Rev 815
Line 226... Line 226...
226
				$c = 'EfloreCartes';
226
				$c = 'EfloreCartes';
227
				break;
227
				break;
228
			case 'chorodep':
228
			case 'chorodep':
229
				$c = 'ChorodepCartes';
229
				$c = 'ChorodepCartes';
230
				break;
230
				break;
231
			case 'moissonnage'
231
			case 'moissonnage':
232
				$c = 'MoissonnageCartes';
232
				$c = 'MoissonnageCartes';
233
				break;
233
				break;
234
			}
234
			}
235
			if($c) {
235
			if($c) {
236
				require_once($this->cheminCourrant . 'commun' . DS . 'Commun.php');
236
				require_once($this->cheminCourrant . 'commun' . DS . 'Commun.php');