Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2359 → Rev 2360

/trunk/widget/modules/saisie/Saisie.php
118,7 → 118,7
$widget['donnees']['titre'] = ($widget['donnees']['titre'] == '0') ? '' : $widget['donnees']['titre'];
 
// cas du projet par défaut ou bien d'un projet n'ayant pas de squelette spécifique
$projetsAutorises = array('defaut', 'ambrosia', 'florileges', 'sauvages');
$projetsAutorises = array('defaut', 'ambrosia', 'arbres-tetards', 'florileges', 'sauvages');
if (in_array($this->projet, $projetsAutorises) || !$this->projetASquelette()) {
$urlWsNsTpl = $this->config['chemins']['baseURLServicesEfloreTpl'];
$urlWsNs = sprintf($urlWsNsTpl, self::EFLORE_API_VERSION, $this->NS_PROJET, self::WS_NOM);
331,5 → 331,4
}
return $tableauJs;
}
}
?>
}