From 72a317ee424d12b4a55bb5b2b13cbf27a26814df Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Sat, 25 Sep 2010 14:48:51 +0000 Subject: [PATCH] pas d'exception dans le phraseur, on la gere dans le plugin concerne --- ecrire/public/phraser_html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ecrire/public/phraser_html.php b/ecrire/public/phraser_html.php index b5f5bb5ee8..0db790f584 100644 --- a/ecrire/public/phraser_html.php +++ b/ecrire/public/phraser_html.php @@ -709,7 +709,6 @@ function public_phraser_html_dist($texte, $id_parent, &$boucles, $descr, $ligne= $type = substr($type,$p+1); } $soustype = strtolower($type); - if ($soustype == 'sites') $soustype = 'syndication' ; # alias if (!isset($GLOBALS["table_des_tables"][$soustype])) $soustype = $type; -- GitLab