Skip to content
Extraits de code Groupes Projets
Valider b8f31b3b rédigé par Fil's avatar Fil
Parcourir les fichiers

il avait raison le bougre ;) Correction finale de {titre_mot} et {type_mot}

parent 12061c31
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -435,10 +435,10 @@ function parser_boucle($texte, $id_parent) { ...@@ -435,10 +435,10 @@ function parser_boucle($texte, $id_parent) {
$req_order = " ORDER BY alea"; $req_order = " ORDER BY alea";
} }
else if ($match[1] == 'titre_mot'){ else if ($match[1] == 'titre_mot'){
$req_order= " ORDER BY lien_mot.titre"; $req_order= " ORDER BY mots.titre";
} }
else if ($match[1] == 'type_mot'){ else if ($match[1] == 'type_mot'){
$req_order= " ORDER BY lien_mot.type"; $req_order= " ORDER BY mots.type";
} }
else if ($match[1] == 'points'){ else if ($match[1] == 'points'){
$req_order= " ORDER BY points"; $req_order= " ORDER BY points";
......
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