Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 766 → Rev 767

/trunk/papyrus/pap_rendu.inc.php
32,7 → 32,7
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
// termes.
// ----
// CVS : $Id: pap_rendu.inc.php,v 1.27 2006-03-02 13:45:27 ddelon Exp $
// CVS : $Id: pap_rendu.inc.php,v 1.28 2006-03-13 21:00:20 ddelon Exp $
/**
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
*
48,7 → 48,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.27 $ $Date: 2006-03-02 13:45:27 $
*@version $Revision: 1.28 $ $Date: 2006-03-13 21:00:20 $
// +------------------------------------------------------------------------------------------------------+
*/
 
238,7 → 238,7
$GLOBALS['_PAPYRUS_']['page']['source'] = '';
}
 
if ($_GEN_commun['info_i18n_pays']->gip_id_pays != '') {
if ((isset($_GEN_commun['info_i18n_pays'])) && ($_GEN_commun['info_i18n_pays']->gip_id_pays != '')) {
$GLOBALS['_PAPYRUS_']['page']['langue_rfc_3066'] = $GLOBALS['_PAPYRUS_']['page']['langue'].'-'.htmlentities($_GEN_commun['info_i18n_pays']->gip_id_pays);
} else {
$GLOBALS['_PAPYRUS_']['page']['langue_rfc_3066'] = $GLOBALS['_PAPYRUS_']['page']['langue'];
539,6 → 539,9
/* +--Fin du code ---------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.27 2006/03/02 13:45:27 ddelon
* Balise url page
*
* Revision 1.26 2006/03/02 10:49:49 ddelon
* Fusion branche multilinguisme dans branche principale
*