Suppression debug

This commit is contained in:
Michael RICOIS 2010-04-28 09:09:14 +00:00
parent e1f673158e
commit 2f4fe81a36

View File

@ -9,9 +9,7 @@ function commentaires_siren($content){
function commentaires_liste($content){
$pattern = '/(.*?)<li([\=|\+|-]?)>(.*)/i';
FB::log($content, 'content');
if(preg_match($pattern, $content, $matches)){
FB::log($content, 'li');
switch($matches[2]){
case '+':
$class = 'plus';