From 0e207772dfc44bae37287cd4fa32b33390b6f026 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Jun 2006 11:55:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Boites=20ins=E9r=E9es=20en=20double?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modExternalRss.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modExternalRss.class.php b/htdocs/includes/modules/modExternalRss.class.php index 6db23412a31..1b0b0aa9ae4 100644 --- a/htdocs/includes/modules/modExternalRss.class.php +++ b/htdocs/includes/modules/modExternalRss.class.php @@ -101,7 +101,7 @@ class modExternalRss extends DolibarrModules if (eregi('EXTERNAL_RSS_TITLE_([0-9]+)',$obj->name,$reg)) { // Definie la boite si on a trouvée une ancienne configuration - $this->boxes[$reg[1]][0] = "Informations externes RSS"; + $this->boxes[$reg[1]][0] = "(ExternalRSSInformations)"; $this->boxes[$reg[1]][1] = "box_external_rss.php"; $this->boxes[$reg[1]][2] = $reg[1]." (".$obj->value.")"; }