X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=action%2Fexporter_souscriptions.php;fp=action%2Fexporter_souscriptions.php;h=3cc357573190021abe7c9dd5795e3da839d1bb97;hb=670fbfeadaf0b3a54e0fe79f30101d50cf93143b;hp=56f65a079cc525632a71bc12d1bc8cb7ac7a8f6a;hpb=c13a2768a862240162d8a31345b3d633a16f9ef7;p=spip_souscriptions.git diff --git a/action/exporter_souscriptions.php b/action/exporter_souscriptions.php index 56f65a0..3cc3575 100644 --- a/action/exporter_souscriptions.php +++ b/action/exporter_souscriptions.php @@ -76,7 +76,7 @@ function action_exporter_souscriptions_dist($arg=null) { elseif($statut == "commande") $where[] = "spip_transactions.statut='commande'"; elseif($statut == "erreur") - $where[] = "spip_transactions.statut like 'echec'"; + $where[] = "spip_transactions.statut like 'echec%'"; } if($id_campagne)