X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=action%2Fexporter_souscriptions.php;h=031b3529ad3b3cd41286b70114e1aef0af9be58c;hb=55df99b47b0ddb4240c8f2c32d189f60dca143ce;hp=620cacfa851e2910d0f6f90f0a15546b4342c8e8;hpb=01357422d5622950aa98b4b757a8de8d8e18c5c4;p=spip_souscriptions.git diff --git a/action/exporter_souscriptions.php b/action/exporter_souscriptions.php index 620cacf..031b352 100644 --- a/action/exporter_souscriptions.php +++ b/action/exporter_souscriptions.php @@ -72,7 +72,7 @@ function action_exporter_souscriptions_dist($arg=null) { if($statut) { if($statut == "paye") - $where[] = "reglee='oui'"; + $where[] = "spip_transactions.statut='ok' and reglee='oui'"; elseif($statut == "commande") $where[] = "spip_transactions.statut='commande'"; elseif($statut == "erreur")