Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1072 → Rev 1073

/trunk/eflore_papyrus.php
14,7 → 14,11
* @version $Id$
*/
 
// Gestion des paramêtres définis dans Papyrus
// Gestion des paramêtres passés par Papyrus
if (isset($GLOBALS['_GEN_commun']['info_application']->referentiel)) {
$_GET['referentiel'] = $GLOBALS['_GEN_commun']['info_application']->referentiel;
}
 
if (isset($GLOBALS['_GEN_commun']['info_application']->module) && !isset($_GET['module'])) {
$_GET['module'] = $GLOBALS['_GEN_commun']['info_application']->module;
}