Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1452 → Rev 1453

/branches/livraison_narmer/papyrus/bibliotheque/classes/pap_rendu.class.php
29,7 → 29,7
// | Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la |
// | licence CeCILL, et que vous en avez accepté les termes. |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_rendu.class.php,v 1.7.2.2 2007-06-06 14:36:54 jp_milcent Exp $
// CVS : $Id: pap_rendu.class.php,v 1.7.2.3 2007-06-06 15:25:14 jp_milcent Exp $
/**
* Classe : pap_rendu
*
42,7 → 42,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2006
*@version $Revision: 1.7.2.2 $ $Date: 2007-06-06 14:36:54 $
*@version $Revision: 1.7.2.3 $ $Date: 2007-06-06 15:25:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
68,7 → 68,7
{
$noms_applettes = 'IDENTIFICATION|MENU|MOTEUR_RECHERCHE|SELECTEUR_SITES|VOUS_ETES_ICI|BAZAR_CALENDRIER';// Compatibilite ancienne syntaxe
$GLOBALS['_PAPYRUS_']['applette']['nbr_balise'] = preg_match_all(
'/\{\{(\w+) ?[^}]*\}\}|<!-- (?:'.$GLOBALS['_GEN_commun']['balise_prefixe'].'|'.$GLOBALS['_GEN_commun']['balise_prefixe_client'].')('.$noms_applettes.')[^ ]* -->/',
'/\{\{(\w+) ?.*?\}\}|<!-- (?:'.$GLOBALS['_GEN_commun']['balise_prefixe'].'|'.$GLOBALS['_GEN_commun']['balise_prefixe_client'].')('.$noms_applettes.')[^ ]* -->/',
$contenu,
$tab_decoupage,
PREG_SET_ORDER);