Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 296 Rev 1073
Line 12... Line 12...
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
13
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
13
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
14
 * @version		$Id$
14
 * @version		$Id$
15
 */
15
 */
Line 16... Line 16...
16
 
16
 
-
 
17
// Gestion des paramêtres passés par Papyrus
-
 
18
if (isset($GLOBALS['_GEN_commun']['info_application']->referentiel)) {
-
 
19
	$_GET['referentiel'] = $GLOBALS['_GEN_commun']['info_application']->referentiel;
-
 
20
}
17
// Gestion des paramêtres définis dans Papyrus
21
 
18
if (isset($GLOBALS['_GEN_commun']['info_application']->module) && !isset($_GET['module'])) {
22
if (isset($GLOBALS['_GEN_commun']['info_application']->module) && !isset($_GET['module'])) {
19
		$_GET['module'] = $GLOBALS['_GEN_commun']['info_application']->module;
23
		$_GET['module'] = $GLOBALS['_GEN_commun']['info_application']->module;
Line 20... Line 24...
20
}
24
}