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

support de {!racine} (tetue)

parent 4cb45928
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -33,10 +33,8 @@ function critere_racine_dist($idb, &$boucles, $crit) { ...@@ -33,10 +33,8 @@ function critere_racine_dist($idb, &$boucles, $crit) {
$exceptions_des_tables[$boucle->id_table]['id_parent'] : $exceptions_des_tables[$boucle->id_table]['id_parent'] :
'id_parent'; 'id_parent';
if ($not) $c = array("'='", "'$boucle->id_table." . "$id_parent'", 0);
return (array('zbug_critere_inconnu', array('critere' => $not . $crit->op))); $boucle->where[]= ($crit->not ? array("'NOT'", $c) : $c);
$boucle->where[]= array("'='", "'$boucle->id_table." . "$id_parent'", 0);
} }
// {exclus} // {exclus}
......
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