Activation de la recherche sur certains champs.
[spip_souscriptions.git] / souscription_pipelines.php
index 02099c1..37828e6 100644 (file)
@@ -70,3 +70,18 @@ function souscription_bank_traiter_reglement($flux){
        $flux['data'].=" <br />Vous allez recevoir un email de confirmation.";
        return $flux;
 }
+
+
+function souscription_rechercher_liste_des_champs($flux){
+
+       $flux['souscription'] = array("id_souscription" => 1,
+                                     "courriel" => 1,
+                                     "nom" => 1,
+                                     "prenom" => 1,
+                                     "adresse" => 1,
+                                     "ville" => 1,
+                                     "code_postal" => 1,
+                                     );
+
+       return $flux;
+}
\ No newline at end of file