From bbf569b6050f7b2a3449aaed9264e1ff1956e869 Mon Sep 17 00:00:00 2001
From: "patfr@ifrance.com" <>
Date: Fri, 24 Aug 2012 10:51:24 +0000
Subject: [PATCH] Attention aux fichiers non UTF-8

---
 public/formidable_criteres.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/formidable_criteres.php b/public/formidable_criteres.php
index e85c6695..224cad35 100644
--- a/public/formidable_criteres.php
+++ b/public/formidable_criteres.php
@@ -4,7 +4,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
 
 	// {tri_donnee champ}
 /**
- * Depuis la boucle FORMULAIRES_REPONSES, trier les résulats en fonction d'un champ
+ * Depuis la boucle FORMULAIRES_REPONSES, trier les résulats en fonction d'un champ
  * de la table FORMULAIRES_REPONSES_CHAMPS
  * {tri_selon_donnee} 
  *
@@ -17,10 +17,10 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
  * Antoine Pitrou
  * Cedric Morin
  * Renato
- * © 2005,2006 - Distribue sous licence GNU/GPL
+ * @ 2005,2006 - Distribue sous licence GNU/GPL
  */
 
-function critere_tri_selon_donnee_dist($idb, &$boucles, $crit) { // Garder cette fontion pour compatibilite
+function critere_tri_selon_donnee_dist($idb, &$boucles, $crit) { // Garder cette fontion pour compatibilité
 	critere_tri_selon_reponse_dist($idb, $boucles, $crit) ;
 }
 function critere_tri_selon_reponse_dist($idb, &$boucles, $crit) {
@@ -41,7 +41,7 @@ function critere_tri_selon_reponse_dist($idb, &$boucles, $crit) {
 }
 
 // {recherche_donnee} ou {recherche_donnee susan}
-// Intégralement pompé et adapté de Forms&Tables
+// Intégralement pompé et adapté de Forms&Tables
 function critere_recherche_reponse_dist($idb, &$boucles, $crit) {
 	global $table_des_tables;
 	$boucle = &$boucles[$idb];
-- 
GitLab