Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 149 → Rev 150

/trunk/scripts/modules/versionnage/Versionnage.php
19,7 → 19,7
class Versionnage extends ScriptCommande {
const SCRIPT_NOM = 'versionnage';
const MANUEL_VERSION = "2.1";
const MANUEL_VERSION = "4.1";
private $projet = null;
private $traitement = null;
/trunk/scripts/modules/tests/Tests.php
32,7 → 32,7
private $referentielDao = null;
public function executer() {
$this->manuel = parse_ini_file(Config::get('chemin_appli').DS.'..'.DS.'configurations'.DS.'referentiel_v2.1.ini');
$this->manuel = parse_ini_file(Config::get('chemin_appli').DS.'..'.DS.'configurations'.DS.'referentiel_v4.1.ini');
$this->resultatDao = new ResultatDao();
$this->traitementDao = new TraitementDao();