sans cache

This commit is contained in:
Michael RICOIS 2010-03-30 08:16:22 +00:00
parent adb4833896
commit 16c97443f2

View File

@ -1736,7 +1736,6 @@ $tabCommentaires = $etab['tabCommentaires'];
<br/>
<div class="blockh2" id="commentaires">
<?php
FB::log($ratiosSecteur, 'ratiosSecteur');
require_once 'commentaires/commentaires.php';
if(count($tabCommentaires)>0)
{
@ -1752,7 +1751,6 @@ if(count($tabCommentaires)>0)
ENT_COMPAT,
'utf-8');
//Traitement des graphiques
$pattern = '/\[GRAPHIQUE id=(.*?) titre=\'(.*?)\',(.*),(.*)]/';
if( preg_match($pattern, $commentaires, $matches) ){