diff --git a/public/formidable_criteres.php b/public/formidable_criteres.php index e85c66956a46b7bf8d5986e65201fd647c13c9e4..224cad358e9ea81ae3b0dbeaca47b2b1857112df 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];