[Agora-commits] agora/ecrire inc_statistiques.php3,1.21,1.22

lzachulski at adullact1.hosting.cri74.org lzachulski at adullact1.hosting.cri74.org
Jeu 8 Sep 16:18:28 CEST 2005


Update of /cvsroot/agora/agora/ecrire
In directory adullact1:/tmp/cvs-serv6681/ecrire

Modified Files:
	inc_statistiques.php3 
Log Message:
Extra quotation removed from aff_referers function 2.

Index: inc_statistiques.php3
===================================================================
RCS file: /cvsroot/agora/agora/ecrire/inc_statistiques.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- inc_statistiques.php3	8 Sep 2005 13:42:41 -0000	1.21
+++ inc_statistiques.php3	8 Sep 2005 14:18:25 -0000	1.22
@@ -687,7 +687,7 @@
 			} else {
 				$aff .= $ret;
 				$lien = $lesdomaines[$numero].ereg_replace(" \([0-9]+\)$", "",$lesreferers[$numero][0]);
-				$aff .= "<a href='".$lesliens[$numero]."'><b>$lien</b></a>";
+				$aff .= "<a href=".$lesliens[$numero]."><b>$lien</b></a>";
 				$aff .= "</li>";
 			}
 		}




Plus d'informations sur la liste de diffusion Agora-commits