Skip to content
Extraits de code Groupes Projets
Vérifiée Valider a17747bb rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Fix query types

parent f6c5d9db
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!55Lkt fix
...@@ -113,12 +113,14 @@ static int ...@@ -113,12 +113,14 @@ static int
lkt_valid_type(const char *type) lkt_valid_type(const char *type)
{ {
return (STR_MATCH(type, "all") || return (STR_MATCH(type, "all") ||
STR_MATCH(type, "any") ||
STR_MATCH(type, "a") || STR_MATCH(type, "a") ||
STR_MATCH(type, "type") || STR_MATCH(type, "type") ||
STR_MATCH(type, "cat") || STR_MATCH(type, "cat") ||
STR_MATCH(type, "category") || STR_MATCH(type, "category") ||
STR_MATCH(type, "author") || STR_MATCH(type, "author") ||
STR_MATCH(type, "auth") || STR_MATCH(type, "auth") ||
STR_MATCH(type, "source") ||
STR_MATCH(type, "lang") || STR_MATCH(type, "lang") ||
STR_MATCH(type, "language")); STR_MATCH(type, "language"));
} }
......
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