Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1012 → Rev 1011

/trunk/services/modules/0.1/sophy/Cartes.php
File deleted
\ No newline at end of file
/trunk/services/modules/0.1/Projets.php
174,8 → 174,6
return 'ChorodepCartes';
case 'moissonnage':
return 'MoissonnageCartes';
case 'sophy':
return 'SophyCartes';
}
}
 
233,9 → 231,6
case 'moissonnage':
$c = 'MoissonnageCartes';
break;
case 'sophy':
$c = 'SophyCartes';
break;
}
if($c) {
require_once($this->cheminCourrant . 'commun' . DS . 'Commun.php');
/trunk/services/configurations/config_sophy.ini
File deleted