Skip to content
Extraits de code Groupes Projets
Valider bbf569b6 rédigé par patfr@ifrance.com's avatar patfr@ifrance.com
Parcourir les fichiers

Attention aux fichiers non UTF-8

parent 7bc17d5a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -4,7 +4,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; ...@@ -4,7 +4,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
// {tri_donnee champ} // {tri_donnee champ}
/** /**
* Depuis la boucle FORMULAIRES_REPONSES, trier les rsulats 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 * de la table FORMULAIRES_REPONSES_CHAMPS
* {tri_selon_donnee} * {tri_selon_donnee}
* *
...@@ -17,10 +17,10 @@ if (!defined("_ECRIRE_INC_VERSION")) return; ...@@ -17,10 +17,10 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
* Antoine Pitrou * Antoine Pitrou
* Cedric Morin * Cedric Morin
* Renato * 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) ; critere_tri_selon_reponse_dist($idb, $boucles, $crit) ;
} }
function 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) { ...@@ -41,7 +41,7 @@ function critere_tri_selon_reponse_dist($idb, &$boucles, $crit) {
} }
// {recherche_donnee} ou {recherche_donnee susan} // {recherche_donnee} ou {recherche_donnee susan}
// Intgralement pomp et adapt de Forms&Tables // Intégralement pompé et adapté de Forms&Tables
function critere_recherche_reponse_dist($idb, &$boucles, $crit) { function critere_recherche_reponse_dist($idb, &$boucles, $crit) {
global $table_des_tables; global $table_des_tables;
$boucle = &$boucles[$idb]; $boucle = &$boucles[$idb];
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter