From: Olivier Tétard Date: Tue, 28 May 2013 19:33:37 +0000 (+0200) Subject: Correction du filtre d'export pour les souscriptions en erreur X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=670fbfeadaf0b3a54e0fe79f30101d50cf93143b;p=spip_souscriptions.git Correction du filtre d'export pour les souscriptions en erreur --- 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)