2025-03-23 00:45:05 : Partie 1 : controle sugarcrm -> drupal 2025-03-23 00:45:05 : /* get contact to create user */ select contacts.first_name, contacts.last_name, contacts.id, email_addresses.email_address, abnmt_abonnement.identifiant, abnmt_abonnement.motdepasse, abnmt_abonnement.numfacture, abnmt_abonnement.debut, abnmt_abonnement.fin from /* on récupere nom, prenom,.. */ contacts left join /* les mails sont pas toujours remplis ... */ /*on récupere l''adresse mail lié au contacts */ email_addr_bean_rel eabr on eabr.bean_module = 'Contacts' /*and eabr.email_address_id = 535*/ and eabr.deleted = 0 and eabr.primary_address = 1 and eabr.bean_id = contacts.id left join /* les mails sont pas toujours remplis ... */ email_addresses on email_addresses.id = eabr.email_address_id and email_addresses.deleted = 0 inner join /* contacts qui ont des abonnement */ abnmt_abnement_contacts_c on abnmt_abnement_contacts_c.abnmt_aa8e6acts_ida = contacts.id and abnmt_abnement_contacts_c.deleted = 0 inner join /* details de l'abonnement, identifiant, mot de passe, ..) */ abnmt_abonnement on abnmt_abonnement.id = abnmt_abnement_contacts_c.abnmt_a47d4ment_idb and abnmt_abonnement.identifiant <> '' and abnmt_abonnement.deleted = 0 inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 where contacts.deleted = 0 /* and abnmt_abonnement.identifiant = 'edvlaurent' */ /* and abnmt_abonnement.identifiant = 'edvbarat' */ group by contacts.first_name, contacts.last_name, contacts.id, email_addresses.email_address, abnmt_abonnement.identifiant, abnmt_abonnement.motdepasse, abnmt_abonnement.numfacture, abnmt_abonnement.debut, abnmt_abonnement.fin /* meme chose que dans le select*/ order by /* on trie sur le mail et sur date début pour etre sure d'utiliser les bons compte a cause des homonymie ou autre probleme */ abnmt_abonnement.identifiant, /* clé qu'on doit utiliser car les contacts.id peuvent changer ... */ abnmt_abonnement.debut desc, abnmt_abonnement.fin, email_addresses.email_address, /* cas aprticulier pg@oiuea.fr ou p.gerbeauid@oieau.fr*/ contacts.id, /* attention des fois un contacts est recrées avec un autre id, l'un actif et pas l'autres ... edvotton */ contacts.first_name, contacts.last_name, /*email_addresses.email_address,*/ abnmt_abonnement.motdepasse, abnmt_abonnement.numfacture /*LIMIT 10*/ 2025-03-23 00:45:05 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '23F044', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '22F191', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '21F200', 'debut' => '2021-09-22', 'fin' => '2022-09-22', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '20F221', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '18F198', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '17F216', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '16F237', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '15F0262', 'debut' => '2015-05-26', 'fin' => '2016-05-26', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '14F0320', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '13F0253', 'debut' => '2013-05-06', 'fin' => '2014-05-06', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => '2edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '12F0076', 'debut' => '2012-05-25', 'fin' => NULL, )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'PIASER', 'id' => 'ea171c5a-ce9e-8247-588e-4f841dbeb107', 'email_address' => 'a.piaser@oieau.fr', 'identifiant' => 'a.piaser', 'motdepasse' => 'toto', 'numfacture' => '123456', 'debut' => '2013-12-10', 'fin' => '2014-12-10', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'PIASER', 'id' => 'ea171c5a-ce9e-8247-588e-4f841dbeb107', 'email_address' => 'a.piaser@oieau.fr', 'identifiant' => 'a.piaser', 'motdepasse' => 'resaip.a', 'numfacture' => NULL, 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'PIASER', 'id' => 'ea171c5a-ce9e-8247-588e-4f841dbeb107', 'email_address' => 'a.piaser@oieau.fr', 'identifiant' => 'a.piaser', 'motdepasse' => 'resaip.a', 'numfacture' => NULL, 'debut' => '2012-04-10', 'fin' => '2014-12-10', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Sylvia', 'last_name' => 'BEAUVAIS', 'id' => '54dbbea7-7379-1201-5827-65313459f9d0', 'email_address' => 's-beauvais@eauxdevienne.fr', 'identifiant' => 'adherents2023', 'motdepasse' => 'adherents2023', 'numfacture' => NULL, 'debut' => '2023-10-19', 'fin' => '2024-10-19', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'ADHERENTS 2023', 'id' => 'eae9e395-8bc8-5600-e8dd-64993164bf7e', 'email_address' => NULL, 'identifiant' => 'adherents2023', 'motdepasse' => 'adherents2023', 'numfacture' => NULL, 'debut' => '2023-06-26', 'fin' => '2024-06-26', )) 2025-03-23 00:45:07 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'AEAG', 'id' => '68', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'aeag_interne', 'motdepasse' => 'interne211107', 'numfacture' => '', 'debut' => '2008-01-03', 'fin' => NULL, )) 2025-03-23 00:45:07 : aeag_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'AEAP', 'id' => '71', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'aeap_interne', 'motdepasse' => 'interne241107', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:07 : aeap_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'AELB', 'id' => '70', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'aelb_interne', 'motdepasse' => 'interne231107', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:07 : aelb_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'AERMC', 'id' => '73', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'aermc_interne', 'motdepasse' => 'interne261107', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:07 : aermc_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'AERM', 'id' => '72', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'aerm_interne', 'motdepasse' => 'interne251107', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:07 : aerm_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'AESN', 'id' => '69', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'aesn_interne', 'motdepasse' => 'interne221107', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:07 : aesn_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HUNOT', 'id' => '5c18b9df-2dfd-6489-c139-607ea01a2cd2', 'email_address' => 'c.hunot@oieau.fr', 'identifiant' => 'c.hunot@oieau.fr', 'motdepasse' => 'OIEAU', 'numfacture' => NULL, 'debut' => '2021-04-20', 'fin' => '2022-04-20', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'VOGT', 'id' => '258a669f-d3a7-0cd3-0669-607e805203a8', 'email_address' => 'cv-ingenierie@orange.fr', 'identifiant' => 'cv-ingenierie@orange.fr', 'motdepasse' => '21F142', 'numfacture' => '23F071', 'debut' => '2023-02-02', 'fin' => '2023-08-02', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'VOGT', 'id' => '258a669f-d3a7-0cd3-0669-607e805203a8', 'email_address' => 'cv-ingenierie@orange.fr', 'identifiant' => 'cv-ingenierie@orange.fr', 'motdepasse' => '21F142', 'numfacture' => '22F131', 'debut' => '2022-07-19', 'fin' => '2023-07-19', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'VOGT', 'id' => '258a669f-d3a7-0cd3-0669-607e805203a8', 'email_address' => 'cv-ingenierie@orange.fr', 'identifiant' => 'cv-ingenierie@orange.fr', 'motdepasse' => '21F142', 'numfacture' => '21F142', 'debut' => '2021-04-20', 'fin' => '2022-04-20', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '22F116', 'debut' => '2022-04-01', 'fin' => '2023-04-01', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '20F317', 'debut' => '2020-11-26', 'fin' => '2021-11-26', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '20F013', 'debut' => '2020-01-16', 'fin' => '2021-01-16', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '18F351', 'debut' => '2018-11-19', 'fin' => '2019-11-19', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '17F363', 'debut' => '2017-11-14', 'fin' => '2018-11-14', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '16F381', 'debut' => '2016-11-23', 'fin' => '2017-11-23', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Direction de l\'Assainissement', 'id' => '8ed61121-fdf7-4c2b-d07c-565c1d8e0fb1', 'email_address' => NULL, 'identifiant' => 'dirassainement35', 'motdepasse' => '15F0459', 'numfacture' => '15F0459', 'debut' => '2015-11-30', 'fin' => '2016-11-30', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'THOUET', 'id' => '39cdf044-d9e4-c628-b942-5005246ec9c6', 'email_address' => 'aurelie.thouet@sante.gouv.fr', 'identifiant' => 'EDV-MISS', 'motdepasse' => 'EDV-MISS', 'numfacture' => NULL, 'debut' => '2012-07-17', 'fin' => '2013-07-17', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'Chantrel', 'id' => '527', 'email_address' => 'p.chantrel@oieau.fr', 'identifiant' => 'EDV-MISS', 'motdepasse' => 'EDV-MISS', 'numfacture' => '', 'debut' => '2010-08-27', 'fin' => NULL, )) 2025-03-23 00:45:07 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'MARTINEZ', 'id' => '508', 'email_address' => 'c.martinez@mmm.com', 'identifiant' => 'edv3mfrance', 'motdepasse' => '10F0186', 'numfacture' => '13F0212', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'MARTINEZ', 'id' => '508', 'email_address' => 'c.martinez@mmm.com', 'identifiant' => 'edv3mfrance', 'motdepasse' => '10F0186', 'numfacture' => '12F0244', 'debut' => '2012-04-11', 'fin' => '2013-04-11', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'MARTINEZ', 'id' => '508', 'email_address' => 'c.martinez@mmm.com', 'identifiant' => 'edv3mfrance', 'motdepasse' => '10F0186', 'numfacture' => '11F0252', 'debut' => '2011-04-11', 'fin' => '2013-04-11', )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'MARTINEZ', 'id' => '508', 'email_address' => 'c.martinez@mmm.com', 'identifiant' => 'edv3mfrance', 'motdepasse' => '10F0186', 'numfacture' => '10F0186', 'debut' => '2010-04-09', 'fin' => NULL, )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'ABELARD', 'id' => '311', 'email_address' => 'jean-luc.abelard@alteau.fr', 'identifiant' => 'edvabelard', 'motdepasse' => '08F0375', 'numfacture' => '09F0492', 'debut' => '2009-12-03', 'fin' => NULL, )) 2025-03-23 00:45:07 : edvabelard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'ABELARD', 'id' => '311', 'email_address' => 'jean-luc.abelard@alteau.fr', 'identifiant' => 'edvabelard', 'motdepasse' => '08F0375', 'numfacture' => '08F0375', 'debut' => '2008-11-18', 'fin' => NULL, )) 2025-03-23 00:45:07 : deja traité on continue 2025-03-23 00:45:07 : stdClass::__set_state(array( 'first_name' => 'May', 'last_name' => 'Abirached', 'id' => '5fa19f11-b6fc-d799-ee71-5d38752d187f', 'email_address' => 'm.abirached@oieau.fr', 'identifiant' => 'edvabirached', 'motdepasse' => 'edvabirached', 'numfacture' => NULL, 'debut' => '2019-07-24', 'fin' => '2020-07-24', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michéla', 'last_name' => 'ADIN', 'id' => '3df486b4-c0de-2f78-0e3f-6164071af609', 'email_address' => 'michela.adin@eaumartinique.fr', 'identifiant' => 'edvadin', 'motdepasse' => 'edvmichela', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'MOULINIER', 'id' => '61ff8fd1-5394-c274-40df-6050ebd6e39c', 'email_address' => 'helene.moulinier@agglodebrive.fr', 'identifiant' => 'edvagglobrive', 'motdepasse' => '21F104', 'numfacture' => '21F104', 'debut' => '2021-03-16', 'fin' => '2022-03-16', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'AÏT MOKHTAR', 'id' => '385', 'email_address' => 'siae.lajarrie@wanadoo.fr', 'identifiant' => 'edvaitmokhtar', 'motdepasse' => '09F0094', 'numfacture' => '11F0027', 'debut' => '2011-02-09', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvaitmokhtar Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'AÏT MOKHTAR', 'id' => '385', 'email_address' => 'siae.lajarrie@wanadoo.fr', 'identifiant' => 'edvaitmokhtar', 'motdepasse' => '09F0094', 'numfacture' => '10F0033', 'debut' => '2010-02-09', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'AÏT MOKHTAR', 'id' => '385', 'email_address' => 'siae.lajarrie@wanadoo.fr', 'identifiant' => 'edvaitmokhtar', 'motdepasse' => '09F0094', 'numfacture' => '09F0094', 'debut' => '2009-02-09', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '23F078', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '21F183', 'debut' => '2022-11-25', 'fin' => '2021-11-23', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '20F209', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '18F214', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '17F273', 'debut' => '2017-06-28', 'fin' => '2018-06-28', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '16F265', 'debut' => '2016-06-14', 'fin' => '2017-06-14', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '15F0311', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '14F0344', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '13F0293', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '12F0322', 'debut' => '2012-06-20', 'fin' => '2013-05-14', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '11F0287', 'debut' => '2011-05-20', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'ALBERTINI', 'id' => '226', 'email_address' => 'mc.albertini@agglo-bastia.fr', 'identifiant' => 'edvalbertini', 'motdepasse' => '11F0052', 'numfacture' => '11F0052', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '10F0220', 'debut' => '2010-05-20', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvalbertini', 'motdepasse' => '09F275', 'numfacture' => '09F0275', 'debut' => '2009-05-25', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Christopher', 'last_name' => 'ALEXANDRE', 'id' => '559', 'email_address' => 'christopher.alexandre@afpa.fr', 'identifiant' => 'edvalexandre', 'motdepasse' => '11F0126', 'numfacture' => '15F0488', 'debut' => '2015-12-15', 'fin' => '2016-12-15', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Christopher', 'last_name' => 'ALEXANDRE', 'id' => '559', 'email_address' => 'christopher.alexandre@afpa.fr', 'identifiant' => 'edvalexandre', 'motdepasse' => '11F0126', 'numfacture' => '15F0192', 'debut' => '2015-03-06', 'fin' => '2016-03-06', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Christopher', 'last_name' => 'ALEXANDRE', 'id' => '559', 'email_address' => 'christopher.alexandre@afpa.fr', 'identifiant' => 'edvalexandre', 'motdepasse' => '11F0126', 'numfacture' => '14F0038', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Christopher', 'last_name' => 'ALEXANDRE', 'id' => '559', 'email_address' => 'christopher.alexandre@afpa.fr', 'identifiant' => 'edvalexandre', 'motdepasse' => '11F0126', 'numfacture' => '13F0366', 'debut' => '2013-07-29', 'fin' => '2014-07-29', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Christopher', 'last_name' => 'ALEXANDRE', 'id' => '559', 'email_address' => 'christopher.alexandre@afpa.fr', 'identifiant' => 'edvalexandre', 'motdepasse' => '11F0126', 'numfacture' => '12F0215', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Christopher', 'last_name' => 'ALEXANDRE', 'id' => '559', 'email_address' => 'christopher.alexandre@afpa.fr', 'identifiant' => 'edvalexandre', 'motdepasse' => '11F0126', 'numfacture' => '11F0126', 'debut' => '2011-02-15', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '23F114', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '22F069', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '21F067', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '20F093', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '19F052', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '18F072', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '17F048', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '16F0008', 'debut' => '2016-01-20', 'fin' => '2017-01-20', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '15F0072', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'ALLARD', 'id' => 'bcff9bb3-5425-7b4c-4e68-5305bb141709', 'email_address' => 'veronique.allard@reimsmetropole.fr', 'identifiant' => 'edvallard', 'motdepasse' => '14F0155', 'numfacture' => '14F0155', 'debut' => '2014-02-20', 'fin' => '2015-02-20', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvambourhouet', 'motdepasse' => '09F0148', 'numfacture' => '13F0162', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvambourhouet', 'motdepasse' => '09F0148', 'numfacture' => '12F0171', 'debut' => '2012-03-16', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvambourhouet', 'motdepasse' => '09F0148', 'numfacture' => '11F0160', 'debut' => '2011-03-16', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvambourhouet', 'motdepasse' => '09F0148', 'numfacture' => '10F0128', 'debut' => '2010-03-16', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvambourhouet', 'motdepasse' => '09F0148', 'numfacture' => '09F0148', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'ANDRIEU', 'id' => '438', 'email_address' => NULL, 'identifiant' => 'edvandrieu', 'motdepasse' => '09F0325', 'numfacture' => '09F0325', 'debut' => '2009-06-05', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvandrieu Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'PISSAVY', 'id' => '290', 'email_address' => 'aqua.lp@wanadoo.fr', 'identifiant' => 'edvaqualp', 'motdepasse' => 'edvaqualp', 'numfacture' => NULL, 'debut' => '2015-05-20', 'fin' => '2016-05-20', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'PISSAVY', 'id' => '290', 'email_address' => 'aqua.lp@wanadoo.fr', 'identifiant' => 'edvaqualp', 'motdepasse' => 'edvaqualp', 'numfacture' => NULL, 'debut' => '2008-10-16', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Corinne', 'last_name' => 'ARCHAMBAULT', 'id' => '593', 'email_address' => 'corinne.archambault@mairie-six-fours.fr', 'identifiant' => 'edvarchambault', 'motdepasse' => '11F0405', 'numfacture' => '11F0405', 'debut' => '2011-09-08', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvarchambault Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'FADEUILHE', 'id' => '9e407f10-a058-7732-3cb7-54b39f2bb83c', 'email_address' => 'magali.fadeuilhe@ars.sante.fr', 'identifiant' => 'edvars21', 'motdepasse' => '15F0002', 'numfacture' => '16F0060', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'FADEUILHE', 'id' => '9e407f10-a058-7732-3cb7-54b39f2bb83c', 'email_address' => 'magali.fadeuilhe@ars.sante.fr', 'identifiant' => 'edvars21', 'motdepasse' => '15F0002', 'numfacture' => '15F0002', 'debut' => '2015-01-12', 'fin' => '2016-01-12', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvasadac73', 'motdepasse' => '16F0034', 'numfacture' => '20F031', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvasadac73', 'motdepasse' => '16F0034', 'numfacture' => '19F010', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvasadac73', 'motdepasse' => '16F0034', 'numfacture' => '18F088', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvasadac73', 'motdepasse' => '16F0034', 'numfacture' => '17F030', 'debut' => '2017-02-01', 'fin' => '2018-02-15', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvasadac73', 'motdepasse' => '16F0034', 'numfacture' => '16F0034', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'ASCENCIO', 'id' => '456', 'email_address' => 'contact@seureca.com', 'identifiant' => 'edvascencio', 'motdepasse' => '11F0336', 'numfacture' => '15F0314', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'ASCENCIO', 'id' => '456', 'email_address' => 'contact@seureca.com', 'identifiant' => 'edvascencio', 'motdepasse' => '11F0336', 'numfacture' => '14F0346', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'ASCENCIO', 'id' => '456', 'email_address' => 'contact@seureca.com', 'identifiant' => 'edvascencio', 'motdepasse' => '11F0336', 'numfacture' => '13F0316', 'debut' => '2013-06-30', 'fin' => '2014-07-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'ASCENCIO', 'id' => '456', 'email_address' => 'contact@seureca.com', 'identifiant' => 'edvascencio', 'motdepasse' => '11F0336', 'numfacture' => '12F0292', 'debut' => '2012-06-04', 'fin' => '2013-06-04', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'ASCENCIO', 'id' => '456', 'email_address' => 'contact@seureca.com', 'identifiant' => 'edvascencio', 'motdepasse' => '11F0336', 'numfacture' => '11F0336', 'debut' => '2011-06-28', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'AUBACH', 'id' => '244', 'email_address' => 'service.eau@bedarieux.fr', 'identifiant' => 'edvaubach', 'motdepasse' => '08F0231', 'numfacture' => '08F0231', 'debut' => '2009-10-08', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvaubach Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'AUBREVILLE', 'id' => '297', 'email_address' => 'valdemeuse-dieue@wanadoo.fr', 'identifiant' => 'edvaubreville', 'motdepasse' => '08F0339', 'numfacture' => '11F0479', 'debut' => '2011-11-22', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvaubreville Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'AUBREVILLE', 'id' => '297', 'email_address' => 'valdemeuse-dieue@wanadoo.fr', 'identifiant' => 'edvaubreville', 'motdepasse' => '08F0339', 'numfacture' => '10F0361', 'debut' => '2010-11-22', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'AUBREVILLE', 'id' => '297', 'email_address' => 'valdemeuse-dieue@wanadoo.fr', 'identifiant' => 'edvaubreville', 'motdepasse' => '08F0339', 'numfacture' => '08F0339', 'debut' => '2009-10-15', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'AUDOUS', 'id' => '172', 'email_address' => 'clement.audous@codah.fr', 'identifiant' => 'edvaudous', 'motdepasse' => '17F245', 'numfacture' => '21F178', 'debut' => '2021-07-29', 'fin' => '2022-07-29', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'AUDOUS', 'id' => '172', 'email_address' => 'clement.audous@codah.fr', 'identifiant' => 'edvaudous', 'motdepasse' => '17F245', 'numfacture' => '20F183', 'debut' => '2020-07-30', 'fin' => '2021-07-30', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'AUDOUS', 'id' => '172', 'email_address' => 'clement.audous@codah.fr', 'identifiant' => 'edvaudous', 'motdepasse' => '17F245', 'numfacture' => '19F221', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'AUDOUS', 'id' => '172', 'email_address' => 'clement.audous@codah.fr', 'identifiant' => 'edvaudous', 'motdepasse' => '17F245', 'numfacture' => '18F180', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'AUDOUS', 'id' => '172', 'email_address' => 'clement.audous@codah.fr', 'identifiant' => 'edvaudous', 'motdepasse' => '17F245', 'numfacture' => '17F245', 'debut' => '2017-05-17', 'fin' => '2018-05-17', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'AUMASSON', 'id' => '468', 'email_address' => 'frederic.aumasson@siaap.fr', 'identifiant' => 'edvaumasson', 'motdepasse' => '09F0471', 'numfacture' => '15F0064', 'debut' => '2015-01-27', 'fin' => '2016-01-27', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'AUMASSON', 'id' => '468', 'email_address' => 'frederic.aumasson@siaap.fr', 'identifiant' => 'edvaumasson', 'motdepasse' => '09F0471', 'numfacture' => '13F0494', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'AUMASSON', 'id' => '468', 'email_address' => 'frederic.aumasson@siaap.fr', 'identifiant' => 'edvaumasson', 'motdepasse' => '09F0471', 'numfacture' => '13F0059', 'debut' => '2013-02-01', 'fin' => '2014-02-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'AUMASSON', 'id' => '468', 'email_address' => 'frederic.aumasson@siaap.fr', 'identifiant' => 'edvaumasson', 'motdepasse' => '09F0471', 'numfacture' => '12F0015', 'debut' => '2012-02-23', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'AUMASSON', 'id' => '468', 'email_address' => 'frederic.aumasson@siaap.fr', 'identifiant' => 'edvaumasson', 'motdepasse' => '09F0471', 'numfacture' => '10F0356', 'debut' => '2011-02-23', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'AUMASSON', 'id' => '468', 'email_address' => 'frederic.aumasson@siaap.fr', 'identifiant' => 'edvaumasson', 'motdepasse' => '09F0471', 'numfacture' => '09F0471', 'debut' => '2009-11-23', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'MOUNIER', 'id' => '105', 'email_address' => 'v.lagrange.yssandonnais@wanadoo.fr', 'identifiant' => 'edvayen19', 'motdepasse' => '11F0371', 'numfacture' => '13F0345', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'MOUNIER', 'id' => '105', 'email_address' => 'v.lagrange.yssandonnais@wanadoo.fr', 'identifiant' => 'edvayen19', 'motdepasse' => '11F0371', 'numfacture' => '12F0351', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'MOUNIER', 'id' => '105', 'email_address' => 'v.lagrange.yssandonnais@wanadoo.fr', 'identifiant' => 'edvayen19', 'motdepasse' => '11F0371', 'numfacture' => '11F0371', 'debut' => '2011-07-11', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '17F138', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '16F165', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '15F0182', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '14F0176', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '13F0178', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '12F0175', 'debut' => '2012-03-11', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '11F0167', 'debut' => '2011-03-11', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '10F0106', 'debut' => '2010-03-11', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BREANT', 'id' => '350', 'email_address' => 'mairie@noyant-de-touraine.fr', 'identifiant' => 'edvaznar', 'motdepasse' => '09F0029', 'numfacture' => '09F0029', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvazzout', 'motdepasse' => '11F0223', 'numfacture' => '15F0137', 'debut' => '2015-02-18', 'fin' => '2016-02-18', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvazzout', 'motdepasse' => '11F0223', 'numfacture' => '15F0075', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvazzout', 'motdepasse' => '11F0223', 'numfacture' => '14F0152', 'debut' => '2014-02-18', 'fin' => '2015-02-18', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvazzout', 'motdepasse' => '11F0223', 'numfacture' => '13F0188', 'debut' => '2013-03-14', 'fin' => '2014-03-07', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvazzout', 'motdepasse' => '11F0223', 'numfacture' => '12F0201', 'debut' => '2012-03-22', 'fin' => '2013-04-20', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvazzout', 'motdepasse' => '11F0223', 'numfacture' => '11F0223', 'debut' => '2011-03-30', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '20F230', 'debut' => '2020-08-04', 'fin' => '2021-08-04', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '19F203', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '18F152', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '17F191', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '16F198', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '15F0233', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '14F0254', 'debut' => '2014-04-09', 'fin' => '2015-04-09', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '13F0237', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '12F0224', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '11F0238', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '10F0182', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '09F0352', 'debut' => '2009-03-14', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'BACCI', 'id' => '191', 'email_address' => 'jerome.bacci@siaeag.fr', 'identifiant' => 'edvbacci', 'motdepasse' => '08F0139', 'numfacture' => '08F0139', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'BACQUEY-ZANETTIN', 'id' => '1c75d5e7-76f2-7a7b-bd31-571493e5880c', 'email_address' => 'patricia.bacquey-zanettin@gers.gouv.fr', 'identifiant' => 'edvbacquey', 'motdepasse' => '16F0205', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'BACQUEY-ZANETTIN', 'id' => '1c75d5e7-76f2-7a7b-bd31-571493e5880c', 'email_address' => 'patricia.bacquey-zanettin@gers.gouv.fr', 'identifiant' => 'edvbacquey', 'motdepasse' => '16F0205', 'numfacture' => '18F168', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'BACQUEY-ZANETTIN', 'id' => '1c75d5e7-76f2-7a7b-bd31-571493e5880c', 'email_address' => 'patricia.bacquey-zanettin@gers.gouv.fr', 'identifiant' => 'edvbacquey', 'motdepasse' => '16F0205', 'numfacture' => '17F181', 'debut' => '2017-04-11', 'fin' => '2018-04-11', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'BACQUEY-ZANETTIN', 'id' => '1c75d5e7-76f2-7a7b-bd31-571493e5880c', 'email_address' => 'patricia.bacquey-zanettin@gers.gouv.fr', 'identifiant' => 'edvbacquey', 'motdepasse' => '16F0205', 'numfacture' => '16F0205', 'debut' => '2016-04-06', 'fin' => '2017-04-18', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'BADEL', 'id' => 'f1488b5f-8a14-a314-cf9c-54d9d323a07c', 'email_address' => 'accueil@sieva.fr', 'identifiant' => 'edvbadel', 'motdepasse' => '15F0103', 'numfacture' => '16F100', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'BADEL', 'id' => 'f1488b5f-8a14-a314-cf9c-54d9d323a07c', 'email_address' => 'accueil@sieva.fr', 'identifiant' => 'edvbadel', 'motdepasse' => '15F0103', 'numfacture' => '15F0103', 'debut' => '2015-02-10', 'fin' => '2016-02-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'BADIE', 'id' => '6', 'email_address' => 'isabelle.badie@veoliaeau.fr', 'identifiant' => 'edvbadie', 'motdepasse' => '07F0150', 'numfacture' => '11F0180', 'debut' => '2011-04-07', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbadie Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'BADIE', 'id' => '6', 'email_address' => 'isabelle.badie@veoliaeau.fr', 'identifiant' => 'edvbadie', 'motdepasse' => '07F0150', 'numfacture' => '10F0138', 'debut' => '2010-04-07', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'BADIE', 'id' => '6', 'email_address' => 'isabelle.badie@veoliaeau.fr', 'identifiant' => 'edvbadie', 'motdepasse' => '07F0150', 'numfacture' => '09F0234', 'debut' => '2009-04-07', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'BADIE', 'id' => '6', 'email_address' => 'isabelle.badie@veoliaeau.fr', 'identifiant' => 'edvbadie', 'motdepasse' => '07F0150', 'numfacture' => '07F0150', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BAILLAIS', 'id' => '18', 'email_address' => 'michel.baillais@lyonnaise-des-eaux.fr', 'identifiant' => 'edvbaillais', 'motdepasse' => '07F0224', 'numfacture' => '09F0081', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbaillais Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BAILLAIS', 'id' => '18', 'email_address' => 'michel.baillais@lyonnaise-des-eaux.fr', 'identifiant' => 'edvbaillais', 'motdepasse' => '07F0224', 'numfacture' => '07F0224', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BAILLEUL', 'id' => '616', 'email_address' => 'obailleul@cc-coeurdostrevent.fr', 'identifiant' => 'edvbailleul', 'motdepasse' => '12F0154', 'numfacture' => '17F097', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BAILLEUL', 'id' => '616', 'email_address' => 'obailleul@cc-coeurdostrevent.fr', 'identifiant' => 'edvbailleul', 'motdepasse' => '12F0154', 'numfacture' => '16F070', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BAILLEUL', 'id' => '616', 'email_address' => 'obailleul@cc-coeurdostrevent.fr', 'identifiant' => 'edvbailleul', 'motdepasse' => '12F0154', 'numfacture' => '15F0082', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BAILLEUL', 'id' => '616', 'email_address' => 'obailleul@cc-coeurdostrevent.fr', 'identifiant' => 'edvbailleul', 'motdepasse' => '12F0154', 'numfacture' => '14F0142', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BAILLEUL', 'id' => '616', 'email_address' => 'obailleul@cc-coeurdostrevent.fr', 'identifiant' => 'edvbailleul', 'motdepasse' => '12F0154', 'numfacture' => '13F0070', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BAILLEUL', 'id' => '616', 'email_address' => 'obailleul@cc-coeurdostrevent.fr', 'identifiant' => 'edvbailleul', 'motdepasse' => '12F0154', 'numfacture' => '12F0154', 'debut' => '2012-02-27', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'BAILLON', 'id' => 'a5168e04-9aa9-0beb-b007-54f56e564271', 'email_address' => NULL, 'identifiant' => 'edvbaillon', 'motdepasse' => '15F0140', 'numfacture' => '15F0140', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BAL', 'id' => '528', 'email_address' => 'guillaume.bal@cc-deuxrives.fr', 'identifiant' => 'edvbal', 'motdepasse' => '10F0303', 'numfacture' => '11F0419', 'debut' => '2011-09-13', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbal Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BAL', 'id' => '528', 'email_address' => 'guillaume.bal@cc-deuxrives.fr', 'identifiant' => 'edvbal', 'motdepasse' => '10F0303', 'numfacture' => '10F0303', 'debut' => '2010-09-07', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvballand', 'motdepasse' => '08F0104', 'numfacture' => '09F0034', 'debut' => '2009-03-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvballand Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvballand', 'motdepasse' => '08F0104', 'numfacture' => '08F0104', 'debut' => '2008-02-29', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '23F051', 'debut' => '2023-01-31', 'fin' => '2024-01-31', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '22F190', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '21F203', 'debut' => '2021-09-22', 'fin' => '2022-09-22', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '20F202', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '18F225', 'debut' => '2018-06-15', 'fin' => '2019-06-15', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '17F261', 'debut' => '2017-06-22', 'fin' => '2018-06-22', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '16F284', 'debut' => '2016-06-28', 'fin' => '2017-06-28', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '15F0304', 'debut' => '2015-06-03', 'fin' => '2016-06-03', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '14F0333', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '13F0309', 'debut' => '2013-06-25', 'fin' => '2014-06-25', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '12F0305', 'debut' => '2012-06-06', 'fin' => '2013-06-06', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '11F0317', 'debut' => '2011-06-10', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'BALLU', 'id' => '520', 'email_address' => 'julie.ballu@lannion-tregor.com', 'identifiant' => 'edvballu', 'motdepasse' => '10F0249', 'numfacture' => '10F0249', 'debut' => '2010-06-10', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '22F054', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '21F096', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '20F057', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '19F073', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '18F061', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '17F113', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '16F126', 'debut' => '2016-02-25', 'fin' => '2017-02-25', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '15F0144', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '14F0259', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '13F0220', 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '12F0239', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '11F0263', 'debut' => '2011-07-20', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Fabienne', 'last_name' => 'BANNERY', 'id' => '525', 'email_address' => 'fbannery@agglo-orleans.fr', 'identifiant' => 'edvbannery', 'motdepasse' => '10F0280', 'numfacture' => '10F0280', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florent', 'last_name' => 'BARAT', 'id' => '159', 'email_address' => 'fbarat@gers.fr', 'identifiant' => 'edvbarat', 'motdepasse' => '09F0214', 'numfacture' => '12F0194', 'debut' => '2012-03-30', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbarat Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florent', 'last_name' => 'BARAT', 'id' => '159', 'email_address' => 'fbarat@gers.fr', 'identifiant' => 'edvbarat', 'motdepasse' => '09F0214', 'numfacture' => '11F0188', 'debut' => '2011-03-30', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florent', 'last_name' => 'BARAT', 'id' => '159', 'email_address' => 'fbarat@gers.fr', 'identifiant' => 'edvbarat', 'motdepasse' => '09F0214', 'numfacture' => '10F0157', 'debut' => '2010-03-30', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Florent', 'last_name' => 'BARAT', 'id' => '159', 'email_address' => 'fbarat@gers.fr', 'identifiant' => 'edvbarat', 'motdepasse' => '09F0214', 'numfacture' => '09F0214', 'debut' => '2009-03-30', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '23F146', 'debut' => '2023-02-14', 'fin' => '2024-01-14', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '22F176', 'debut' => '2022-11-25', 'fin' => '2023-01-25', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '20F222', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '18F172', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '17F184', 'debut' => '2017-04-11', 'fin' => '2018-04-11', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '16F202', 'debut' => '2016-04-06', 'fin' => '2017-04-06', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '15F0218', 'debut' => '2015-04-16', 'fin' => '2016-04-16', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '14F0275', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '13F0206', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '12F0202', 'debut' => '2012-04-17', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '11F0224', 'debut' => '2011-04-17', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '10F0177', 'debut' => '2010-04-17', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '09F0252', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BARBET', 'id' => '23', 'email_address' => 'philippebarbet@beziers-agglo.org', 'identifiant' => 'edvbarbet', 'motdepasse' => '07F0218', 'numfacture' => '07F0218', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'François-Xavier', 'last_name' => 'BARBEZAT', 'id' => '538', 'email_address' => 'service-assainissement@cc-airvaudais.fr', 'identifiant' => 'edvbarbezat', 'motdepasse' => '13F0501', 'numfacture' => '15F0477', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'François-Xavier', 'last_name' => 'BARBEZAT', 'id' => '538', 'email_address' => 'service-assainissement@cc-airvaudais.fr', 'identifiant' => 'edvbarbezat', 'motdepasse' => '13F0501', 'numfacture' => '14F0523', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'François-Xavier', 'last_name' => 'BARBEZAT', 'id' => '538', 'email_address' => 'service-assainissement@cc-airvaudais.fr', 'identifiant' => 'edvbarbezat', 'motdepasse' => '13F0501', 'numfacture' => '13F0501', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'François-Xavier', 'last_name' => 'BARBEZAT', 'id' => '538', 'email_address' => 'service-assainissement@cc-airvaudais.fr', 'identifiant' => 'edvbarbezat', 'motdepasse' => '10F0383', 'numfacture' => '12F0512', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'François-Xavier', 'last_name' => 'BARBEZAT', 'id' => '538', 'email_address' => 'service-assainissement@cc-airvaudais.fr', 'identifiant' => 'edvbarbezat', 'motdepasse' => '10F0383', 'numfacture' => '11F0499', 'debut' => '2011-12-09', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'François-Xavier', 'last_name' => 'BARBEZAT', 'id' => '538', 'email_address' => 'service-assainissement@cc-airvaudais.fr', 'identifiant' => 'edvbarbezat', 'motdepasse' => '10F0383', 'numfacture' => '10F0383', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BARBIER', 'id' => 'dfcc1719-8ad3-9883-5791-50ab781d29f8', 'email_address' => 'sivu-assainissement-espalion@orange.fr', 'identifiant' => 'edvbarbier', 'motdepasse' => '12F0472', 'numfacture' => '16F391', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BARBIER', 'id' => 'dfcc1719-8ad3-9883-5791-50ab781d29f8', 'email_address' => 'sivu-assainissement-espalion@orange.fr', 'identifiant' => 'edvbarbier', 'motdepasse' => '12F0472', 'numfacture' => '15F0444', 'debut' => '2015-11-05', 'fin' => '2016-11-05', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BARBIER', 'id' => 'dfcc1719-8ad3-9883-5791-50ab781d29f8', 'email_address' => 'sivu-assainissement-espalion@orange.fr', 'identifiant' => 'edvbarbier', 'motdepasse' => '12F0472', 'numfacture' => '14F0494', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BARBIER', 'id' => 'dfcc1719-8ad3-9883-5791-50ab781d29f8', 'email_address' => 'sivu-assainissement-espalion@orange.fr', 'identifiant' => 'edvbarbier', 'motdepasse' => '12F0472', 'numfacture' => '13F0474', 'debut' => '2013-11-27', 'fin' => '2014-11-27', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BARBIER', 'id' => 'dfcc1719-8ad3-9883-5791-50ab781d29f8', 'email_address' => 'sivu-assainissement-espalion@orange.fr', 'identifiant' => 'edvbarbier', 'motdepasse' => '12F0472', 'numfacture' => '12F0472', 'debut' => '2012-11-20', 'fin' => '2013-11-20', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DOENLEN', 'id' => '150', 'email_address' => 'caroline.doenlen@agglopole-provence.org', 'identifiant' => 'edvbare', 'motdepasse' => '08F0106', 'numfacture' => '09F0240', 'debut' => '2009-04-09', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbare Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DOENLEN', 'id' => '150', 'email_address' => 'caroline.doenlen@agglopole-provence.org', 'identifiant' => 'edvbare', 'motdepasse' => '08F0106', 'numfacture' => '08F0106', 'debut' => '2008-02-29', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'ALBERTINI', 'id' => '94', 'email_address' => 'karine.albertini@icseo.com', 'identifiant' => 'edvbarlet', 'motdepasse' => '08F0017', 'numfacture' => '08F0017', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbarlet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BARNADAS', 'id' => '300', 'email_address' => 'ccbvg.servitech@wanadoo.fr', 'identifiant' => 'edvbarnadas', 'motdepasse' => '08F0342', 'numfacture' => '08F0342', 'debut' => '2009-10-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbarnadas Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'BARNAY', 'id' => '31', 'email_address' => 'julien.barnay@dstautunois.fr', 'identifiant' => 'edvbarnay', 'motdepasse' => '07F0207', 'numfacture' => '10F0260', 'debut' => '2010-06-28', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbarnay Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'BARNAY', 'id' => '31', 'email_address' => 'julien.barnay@dstautunois.fr', 'identifiant' => 'edvbarnay', 'motdepasse' => '07F0207', 'numfacture' => '09F0276', 'debut' => '2009-05-07', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'BARNAY', 'id' => '31', 'email_address' => 'julien.barnay@dstautunois.fr', 'identifiant' => 'edvbarnay', 'motdepasse' => '07F0207', 'numfacture' => '07F0207', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'BARRAL', 'id' => 'c6bd8189-5c73-1e48-f34b-5e1c856e638f', 'email_address' => 'stephanie.barral@paysvoironnais.com', 'identifiant' => 'edvbarral', 'motdepasse' => '20F003', 'numfacture' => '22F009', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'BARRAL', 'id' => 'c6bd8189-5c73-1e48-f34b-5e1c856e638f', 'email_address' => 'stephanie.barral@paysvoironnais.com', 'identifiant' => 'edvbarral', 'motdepasse' => '20F003', 'numfacture' => '21F028', 'debut' => '2021-01-25', 'fin' => '2022-01-25', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'BARRAL', 'id' => 'c6bd8189-5c73-1e48-f34b-5e1c856e638f', 'email_address' => 'stephanie.barral@paysvoironnais.com', 'identifiant' => 'edvbarral', 'motdepasse' => '20F003', 'numfacture' => '20F003', 'debut' => '2020-01-13', 'fin' => '2021-01-13', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvbarret', 'motdepasse' => '12F0266', 'numfacture' => '15F0268', 'debut' => '2015-05-26', 'fin' => '2016-05-26', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvbarret', 'motdepasse' => '12F0266', 'numfacture' => '14F0311', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvbarret', 'motdepasse' => '12F0266', 'numfacture' => '13F0268', 'debut' => '2013-05-13', 'fin' => '2014-05-13', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvbarret', 'motdepasse' => '12F0266', 'numfacture' => '12F0266', 'debut' => '2012-05-10', 'fin' => '2013-05-10', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Arnaud', 'last_name' => 'BARTHELEMY', 'id' => '371', 'email_address' => 'environnement@cc-val-ailette.fr', 'identifiant' => 'edvbarthelemy', 'motdepasse' => '09F0066', 'numfacture' => '', 'debut' => '2011-01-20', 'fin' => NULL, )) 2025-03-23 00:45:08 : edvbarthelemy Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Arnaud', 'last_name' => 'BARTHELEMY', 'id' => '371', 'email_address' => 'environnement@cc-val-ailette.fr', 'identifiant' => 'edvbarthelemy', 'motdepasse' => '09F0066', 'numfacture' => '09F0066', 'debut' => '2009-01-27', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'BAUDET', 'id' => '47', 'email_address' => 'spanc.ccpc@orange.fr', 'identifiant' => 'edvbaudet', 'motdepasse' => '07F0176', 'numfacture' => '14F0050', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'BAUDET', 'id' => '47', 'email_address' => 'spanc.ccpc@orange.fr', 'identifiant' => 'edvbaudet', 'motdepasse' => '07F0176', 'numfacture' => '13F0001', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'BAUDET', 'id' => '47', 'email_address' => 'spanc.ccpc@orange.fr', 'identifiant' => 'edvbaudet', 'motdepasse' => '07F0176', 'numfacture' => '12F0080', 'debut' => '2012-01-31', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'BAUDET', 'id' => '47', 'email_address' => 'spanc.ccpc@orange.fr', 'identifiant' => 'edvbaudet', 'motdepasse' => '07F0176', 'numfacture' => '11F0084', 'debut' => '2011-01-31', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'BAUDET', 'id' => '47', 'email_address' => 'spanc.ccpc@orange.fr', 'identifiant' => 'edvbaudet', 'motdepasse' => '07F0176', 'numfacture' => '07F0176', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:08 : deja traité on continue 2025-03-23 00:45:08 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BAUER', 'id' => '375', 'email_address' => 't.bauer@berest.fr', 'identifiant' => 'edvbauer', 'motdepasse' => '09F0153', 'numfacture' => '11F0171', 'debut' => '2011-03-16', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbauer Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BAUER', 'id' => '375', 'email_address' => 't.bauer@berest.fr', 'identifiant' => 'edvbauer', 'motdepasse' => '09F0153', 'numfacture' => '10F0122', 'debut' => '2010-03-16', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BAUER', 'id' => '375', 'email_address' => 't.bauer@berest.fr', 'identifiant' => 'edvbauer', 'motdepasse' => '09F0153', 'numfacture' => '09F0153', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '23F064', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '22F146', 'debut' => '2022-07-26', 'fin' => '2023-07-26', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '21F168', 'debut' => '2021-07-20', 'fin' => '2022-07-20', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '20F178', 'debut' => '2020-07-30', 'fin' => '2021-07-30', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '20F178', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '18F238', 'debut' => '2018-06-21', 'fin' => '2019-06-21', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '17F316', 'debut' => '2017-07-25', 'fin' => '2018-07-25', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '16F308', 'debut' => '2016-07-07', 'fin' => '2017-07-07', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '15F0349', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '14F0404', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '13F0326', 'debut' => '2013-07-04', 'fin' => '2014-07-04', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '12F0348', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Colette', 'last_name' => 'BAWIN', 'id' => '584', 'email_address' => 'colette.bawin@cile.be', 'identifiant' => 'edvbawin', 'motdepasse' => '11F0374', 'numfacture' => '11F0374', 'debut' => '2011-07-12', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '20F080', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '19F047', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '18F078', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '17F035', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '16F0025', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '15F0038', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '14F0024', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '13F0048', 'debut' => '2013-01-28', 'fin' => '2015-01-20', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '12F0018', 'debut' => '2012-01-06', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '11F0013', 'debut' => '2011-01-06', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '09F0453', 'debut' => '2009-11-28', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '08F0387', 'debut' => '2008-11-28', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BECHET', 'id' => '46', 'email_address' => 'ebechet@agglo-annecy.fr', 'identifiant' => 'edvbechet', 'motdepasse' => '07F0177', 'numfacture' => '07F0177', 'debut' => '2007-12-18', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean-Christophe', 'last_name' => 'BEHRENS', 'id' => 'd171cacf-d174-2d97-20da-50658b6d65cc', 'email_address' => NULL, 'identifiant' => 'edvbehrens', 'motdepasse' => '12F0416', 'numfacture' => '14F0419', 'debut' => '2014-09-10', 'fin' => '2015-09-10', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean-Christophe', 'last_name' => 'BEHRENS', 'id' => 'd171cacf-d174-2d97-20da-50658b6d65cc', 'email_address' => NULL, 'identifiant' => 'edvbehrens', 'motdepasse' => '12F0416', 'numfacture' => '13F0376', 'debut' => '2013-09-17', 'fin' => '2014-09-17', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean-Christophe', 'last_name' => 'BEHRENS', 'id' => 'd171cacf-d174-2d97-20da-50658b6d65cc', 'email_address' => NULL, 'identifiant' => 'edvbehrens', 'motdepasse' => '12F0416', 'numfacture' => '12F0416', 'debut' => '2012-09-28', 'fin' => '2013-09-28', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvbellin', 'motdepasse' => '08F0246', 'numfacture' => '08F0246', 'debut' => '2008-06-10', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbellin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'BELMONT', 'id' => 'aa1de941-ada0-05a5-bea9-5836ad8ae5e9', 'email_address' => 'eau-assainissement@paysdiois.fr', 'identifiant' => 'edvbelmont', 'motdepasse' => '16F383', 'numfacture' => '18F355', 'debut' => '2018-11-20', 'fin' => '2019-11-20', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'BELMONT', 'id' => 'aa1de941-ada0-05a5-bea9-5836ad8ae5e9', 'email_address' => 'eau-assainissement@paysdiois.fr', 'identifiant' => 'edvbelmont', 'motdepasse' => '16F383', 'numfacture' => '17F376', 'debut' => '2017-11-15', 'fin' => '2018-11-15', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'BELMONT', 'id' => 'aa1de941-ada0-05a5-bea9-5836ad8ae5e9', 'email_address' => 'eau-assainissement@paysdiois.fr', 'identifiant' => 'edvbelmont', 'motdepasse' => '16F383', 'numfacture' => '16F383', 'debut' => '2016-11-24', 'fin' => '2017-11-24', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvbeltramo', 'motdepasse' => '13F0198', 'numfacture' => '23F017', 'debut' => '2023-01-26', 'fin' => '2024-01-26', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvbeltramo', 'motdepasse' => '13F0198', 'numfacture' => '21F202', 'debut' => '2021-09-22', 'fin' => '2022-09-22', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvbeltramo', 'motdepasse' => '13F0198', 'numfacture' => '20F264', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvbeltramo', 'motdepasse' => '13F0198', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'BENOIT', 'id' => '99', 'email_address' => 'benoitc@agglo-carene.fr', 'identifiant' => 'edvbenoit', 'motdepasse' => '08F0022', 'numfacture' => '08F0022', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbenoit Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'ASELMEYER', 'id' => '545', 'email_address' => 'aselmeyer@berest.fr', 'identifiant' => 'edvberest67', 'motdepasse' => '11F0075', 'numfacture' => '16F0056', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'ASELMEYER', 'id' => '545', 'email_address' => 'aselmeyer@berest.fr', 'identifiant' => 'edvberest67', 'motdepasse' => '11F0075', 'numfacture' => '15F0009', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'ASELMEYER', 'id' => '545', 'email_address' => 'aselmeyer@berest.fr', 'identifiant' => 'edvberest67', 'motdepasse' => '11F0075', 'numfacture' => '14F0053', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'ASELMEYER', 'id' => '545', 'email_address' => 'aselmeyer@berest.fr', 'identifiant' => 'edvberest67', 'motdepasse' => '11F0075', 'numfacture' => '13F0010', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'ASELMEYER', 'id' => '545', 'email_address' => 'aselmeyer@berest.fr', 'identifiant' => 'edvberest67', 'motdepasse' => '11F0075', 'numfacture' => '12F0085', 'debut' => '2012-01-27', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'ASELMEYER', 'id' => '545', 'email_address' => 'aselmeyer@berest.fr', 'identifiant' => 'edvberest67', 'motdepasse' => '11F0075', 'numfacture' => '11F0075', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvberger', 'motdepasse' => '08F0039', 'numfacture' => '12F0096', 'debut' => '2012-02-09', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvberger Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'BERGEROT', 'id' => 'bd6500b9-1919-c7ad-d874-6142fa699a86', 'email_address' => 'hbergerot@saretec.fr', 'identifiant' => 'edvbergerot', 'motdepasse' => '21F180', 'numfacture' => '23F038', 'debut' => '2023-01-30', 'fin' => '2023-07-30', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'BERGEROT', 'id' => 'bd6500b9-1919-c7ad-d874-6142fa699a86', 'email_address' => 'hbergerot@saretec.fr', 'identifiant' => 'edvbergerot', 'motdepasse' => '21F180', 'numfacture' => '22F141', 'debut' => '2022-07-19', 'fin' => '2022-11-19', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'BERGEROT', 'id' => 'bd6500b9-1919-c7ad-d874-6142fa699a86', 'email_address' => 'hbergerot@saretec.fr', 'identifiant' => 'edvbergerot', 'motdepasse' => '21F180', 'numfacture' => '21F180', 'debut' => '2021-09-16', 'fin' => '2022-09-16', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'BERNARD', 'id' => '444', 'email_address' => 'lt.bernard@orange.fr', 'identifiant' => 'edvbernard', 'motdepasse' => '09F0365', 'numfacture' => '09F0365', 'debut' => '2009-07-09', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbernard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BERTEAUD', 'id' => 'd8e5f724-18f9-47c3-d94d-6164302a0542', 'email_address' => 'pascal.berteaud@cerema.fr', 'identifiant' => 'edvberteaud', 'motdepasse' => 'edvpascal', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '18F160', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '18F160', 'debut' => '2018-04-17', 'fin' => '2020-07-01', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '17F207', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '16F177', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '15F0239', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '14F0248', 'debut' => '2014-04-08', 'fin' => '2015-04-08', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '13F0234', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '12F0186', 'debut' => '2012-04-07', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '11F0179', 'debut' => '2011-04-07', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '10F0137', 'debut' => '2010-04-07', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Nadia', 'last_name' => 'BERTHEL', 'id' => '417', 'email_address' => 'eau@kingersheim.fr', 'identifiant' => 'edvberthel', 'motdepasse' => '09F0236', 'numfacture' => '09F0236', 'debut' => '2009-04-07', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '21e46182-f31e-f42a-2262-60db14d82a0f', 'email_address' => 'mathilde.berthelot@terresduhautberry.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '21F157', 'numfacture' => '23F072', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '21e46182-f31e-f42a-2262-60db14d82a0f', 'email_address' => 'mathilde.berthelot@terresduhautberry.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '21F157', 'numfacture' => '22F132', 'debut' => '2022-07-19', 'fin' => '2023-07-19', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '21e46182-f31e-f42a-2262-60db14d82a0f', 'email_address' => 'mathilde.berthelot@terresduhautberry.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '21F157', 'numfacture' => '21F157', 'debut' => '2021-06-29', 'fin' => '2022-06-29', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '272', 'email_address' => 'siaepa-smsg@wanadoo.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '08F0294', 'numfacture' => '14F0487', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '272', 'email_address' => 'siaepa-smsg@wanadoo.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '08F0294', 'numfacture' => '13F0482', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '272', 'email_address' => 'siaepa-smsg@wanadoo.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '08F0294', 'numfacture' => '12F0393', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '272', 'email_address' => 'siaepa-smsg@wanadoo.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '08F0294', 'numfacture' => '11F0351', 'debut' => '2011-09-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '272', 'email_address' => 'siaepa-smsg@wanadoo.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '08F0294', 'numfacture' => '10F0278', 'debut' => '2010-09-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Mathilde', 'last_name' => 'BERTHELOT', 'id' => '272', 'email_address' => 'siaepa-smsg@wanadoo.fr', 'identifiant' => 'edvberthelot', 'motdepasse' => '08F0294', 'numfacture' => '08F0294', 'debut' => '2009-09-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'BERTRAND', 'id' => '544', 'email_address' => 'stephane.bertrand@mairie-gerardmer.com', 'identifiant' => 'edvbertrand', 'motdepasse' => '11F0074', 'numfacture' => '15F0004', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'BERTRAND', 'id' => '544', 'email_address' => 'stephane.bertrand@mairie-gerardmer.com', 'identifiant' => 'edvbertrand', 'motdepasse' => '11F0074', 'numfacture' => '14F0061', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'BERTRAND', 'id' => '544', 'email_address' => 'stephane.bertrand@mairie-gerardmer.com', 'identifiant' => 'edvbertrand', 'motdepasse' => '11F0074', 'numfacture' => '13F0009', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'BERTRAND', 'id' => '544', 'email_address' => 'stephane.bertrand@mairie-gerardmer.com', 'identifiant' => 'edvbertrand', 'motdepasse' => '11F0074', 'numfacture' => '12F0075', 'debut' => '2012-01-27', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'BERTRAND', 'id' => '544', 'email_address' => 'stephane.bertrand@mairie-gerardmer.com', 'identifiant' => 'edvbertrand', 'motdepasse' => '11F0074', 'numfacture' => '11F0074', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'BEZERRA', 'id' => '407', 'email_address' => 'sat32@wanadoo.fr', 'identifiant' => 'edvbezerra', 'motdepasse' => '09F0187', 'numfacture' => '09F0187', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbezerra Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '16F376', 'debut' => '2016-11-18', 'fin' => '2017-11-18', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '15F0433', 'debut' => '2015-11-04', 'fin' => '2016-11-04', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '14F0489', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '13F0477', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '12F0467', 'debut' => '2012-11-15', 'fin' => '2013-11-15', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '11F0480', 'debut' => '2011-11-12', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '10F0366', 'debut' => '2010-11-12', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '09F0451', 'debut' => '2009-11-12', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BEZIAT', 'id' => '298', 'email_address' => 'dac-satese@cg34.fr', 'identifiant' => 'edvbeziat', 'motdepasse' => '08F0340', 'numfacture' => '08F0340', 'debut' => '2008-10-23', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Benoît', 'last_name' => 'FRIBOURG-BLANC', 'id' => '541308d1-0922-1552-6eb0-5d22ef11261e', 'email_address' => 'b.fribourg-blanc@oieau.fr', 'identifiant' => 'edvbfb', 'motdepasse' => 'edvbfb', 'numfacture' => NULL, 'debut' => '2019-07-08', 'fin' => '2020-07-08', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'BIECHLIN', 'id' => '6b29a7e7-6f87-a4f9-bb1d-5e2eed8545d7', 'email_address' => 'cbritz@rese17.fr', 'identifiant' => 'edvbiechlin', 'motdepasse' => '20F038', 'numfacture' => '23F032', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'BIECHLIN', 'id' => '6b29a7e7-6f87-a4f9-bb1d-5e2eed8545d7', 'email_address' => 'cbritz@rese17.fr', 'identifiant' => 'edvbiechlin', 'motdepasse' => '20F038', 'numfacture' => '22F020', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'BIECHLIN', 'id' => '6b29a7e7-6f87-a4f9-bb1d-5e2eed8545d7', 'email_address' => 'cbritz@rese17.fr', 'identifiant' => 'edvbiechlin', 'motdepasse' => '20F038', 'numfacture' => '21F013', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'BIECHLIN', 'id' => '6b29a7e7-6f87-a4f9-bb1d-5e2eed8545d7', 'email_address' => 'cbritz@rese17.fr', 'identifiant' => 'edvbiechlin', 'motdepasse' => '20F038', 'numfacture' => '20F038', 'debut' => '2020-01-27', 'fin' => '2021-01-27', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '17F067', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '16F120', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '15F0085', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '14F0125', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '13F0097', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '12F0127', 'debut' => '2012-02-15', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvbignon', 'motdepasse' => '11F0127', 'numfacture' => '11F0127', 'debut' => '2011-02-15', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'BIGOT', 'id' => '94d44fe2-101e-e92f-69ec-5bc5df2acfd0', 'email_address' => 'celine.bigot@eaudeparis.fr', 'identifiant' => 'edvbigot', 'motdepasse' => '18F320', 'numfacture' => '18F320', 'debut' => '2018-10-16', 'fin' => '2019-10-16', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvbilla', 'motdepasse' => '12F0002', 'numfacture' => '17F051', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvbilla', 'motdepasse' => '12F0002', 'numfacture' => '16F0005', 'debut' => '2016-01-18', 'fin' => '2017-01-18', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvbilla', 'motdepasse' => '12F0002', 'numfacture' => '15F0047', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvbilla', 'motdepasse' => '12F0002', 'numfacture' => '14F0014', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvbilla', 'motdepasse' => '12F0002', 'numfacture' => '13F0049', 'debut' => '2013-01-28', 'fin' => '2014-01-28', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvbilla', 'motdepasse' => '12F0002', 'numfacture' => '12F0002', 'debut' => '2012-01-04', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'JEAN CHRISTOPHE', 'last_name' => 'BIOT', 'id' => '452', 'email_address' => 'jbiot@cabinet-merlin.fr', 'identifiant' => 'edvbiot', 'motdepasse' => '09F0378', 'numfacture' => '09F0378', 'debut' => '2009-09-01', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbiot Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Ingrid', 'last_name' => 'BIROCHEAU', 'id' => '34', 'email_address' => 'i-birocheau@siarce.fr', 'identifiant' => 'edvbirocheau', 'motdepasse' => '07F0204', 'numfacture' => '13F0073', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Ingrid', 'last_name' => 'BIROCHEAU', 'id' => '34', 'email_address' => 'i-birocheau@siarce.fr', 'identifiant' => 'edvbirocheau', 'motdepasse' => '07F0204', 'numfacture' => '12F0110', 'debut' => '2012-02-26', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Ingrid', 'last_name' => 'BIROCHEAU', 'id' => '34', 'email_address' => 'i-birocheau@siarce.fr', 'identifiant' => 'edvbirocheau', 'motdepasse' => '07F0204', 'numfacture' => '11F0103', 'debut' => '2011-02-26', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Ingrid', 'last_name' => 'BIROCHEAU', 'id' => '34', 'email_address' => 'i-birocheau@siarce.fr', 'identifiant' => 'edvbirocheau', 'motdepasse' => '07F0204', 'numfacture' => '10F0061', 'debut' => '2010-02-26', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Ingrid', 'last_name' => 'BIROCHEAU', 'id' => '34', 'email_address' => 'i-birocheau@siarce.fr', 'identifiant' => 'edvbirocheau', 'motdepasse' => '07F0204', 'numfacture' => '09F0139', 'debut' => '2009-02-26', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Ingrid', 'last_name' => 'BIROCHEAU', 'id' => '34', 'email_address' => 'i-birocheau@siarce.fr', 'identifiant' => 'edvbirocheau', 'motdepasse' => '07F0204', 'numfacture' => '07F0204', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'BLANCHARD', 'id' => '533', 'email_address' => 'jblanchard@ccpaysdethann.fr', 'identifiant' => 'edvblanchard', 'motdepasse' => '10F0357', 'numfacture' => '12F0463', 'debut' => '2012-11-14', 'fin' => '2013-11-14', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'BLANCHARD', 'id' => '533', 'email_address' => 'jblanchard@ccpaysdethann.fr', 'identifiant' => 'edvblanchard', 'motdepasse' => '10F0357', 'numfacture' => '11F0476', 'debut' => '2011-11-22', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'BLANCHARD', 'id' => '533', 'email_address' => 'jblanchard@ccpaysdethann.fr', 'identifiant' => 'edvblanchard', 'motdepasse' => '10F0357', 'numfacture' => '10F0357', 'debut' => '2010-11-22', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'BLANCHARD', 'id' => '423', 'email_address' => 'karineblanchard.ccbr@orange.fr', 'identifiant' => 'edvblanchard', 'motdepasse' => '09F0253', 'numfacture' => '09F0253', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'René', 'last_name' => 'BLANCHET', 'id' => '447', 'email_address' => 'sigal-assainissement@wanadoo.fr', 'identifiant' => 'edvblanchet', 'motdepasse' => '09F2222', 'numfacture' => '11F0422', 'debut' => '2011-09-16', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvblanchet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'René', 'last_name' => 'BLANCHET', 'id' => '447', 'email_address' => 'sigal-assainissement@wanadoo.fr', 'identifiant' => 'edvblanchet', 'motdepasse' => '09F2222', 'numfacture' => '10F0310', 'debut' => '2010-09-16', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'René', 'last_name' => 'BLANCHET', 'id' => '447', 'email_address' => 'sigal-assainissement@wanadoo.fr', 'identifiant' => 'edvblanchet', 'motdepasse' => '09F2222', 'numfacture' => '', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'BLOCH', 'id' => '432', 'email_address' => 'philippe-bloch.castelsarrasin@laposte.net', 'identifiant' => 'edvbloch', 'motdepasse' => '09F0287', 'numfacture' => '09F0287', 'debut' => '2009-05-12', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbloch Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Alain', 'last_name' => 'BLOND', 'id' => '58', 'email_address' => 'stechnique.vallee.gorre@orange.fr', 'identifiant' => 'edvblond', 'motdepasse' => '07F0157', 'numfacture' => '07F0157', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvblond Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BLOT', 'id' => '450e8e4c-009c-f68a-cb95-538ed5153aeb', 'email_address' => 'eric.blot@eaudeslacsdelessonne.fr', 'identifiant' => 'edvblot', 'motdepasse' => '14F0325', 'numfacture' => '19F233', 'debut' => '2019-08-22', 'fin' => '2021-03-06', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BLOT', 'id' => '450e8e4c-009c-f68a-cb95-538ed5153aeb', 'email_address' => 'eric.blot@eaudeslacsdelessonne.fr', 'identifiant' => 'edvblot', 'motdepasse' => '14F0325', 'numfacture' => '18F212', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BLOT', 'id' => '450e8e4c-009c-f68a-cb95-538ed5153aeb', 'email_address' => 'eric.blot@eaudeslacsdelessonne.fr', 'identifiant' => 'edvblot', 'motdepasse' => '14F0325', 'numfacture' => '17F276', 'debut' => '2017-06-29', 'fin' => '2018-06-29', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BLOT', 'id' => '450e8e4c-009c-f68a-cb95-538ed5153aeb', 'email_address' => 'eric.blot@eaudeslacsdelessonne.fr', 'identifiant' => 'edvblot', 'motdepasse' => '14F0325', 'numfacture' => '16F257', 'debut' => '2016-06-06', 'fin' => '2017-06-06', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BLOT', 'id' => '450e8e4c-009c-f68a-cb95-538ed5153aeb', 'email_address' => 'eric.blot@eaudeslacsdelessonne.fr', 'identifiant' => 'edvblot', 'motdepasse' => '14F0325', 'numfacture' => '15F0325', 'debut' => '2015-06-10', 'fin' => '2016-06-10', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BLOT', 'id' => '450e8e4c-009c-f68a-cb95-538ed5153aeb', 'email_address' => 'eric.blot@eaudeslacsdelessonne.fr', 'identifiant' => 'edvblot', 'motdepasse' => '14F0325', 'numfacture' => '14F0325', 'debut' => '2014-06-04', 'fin' => '2015-06-04', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Marie-Thérèse', 'last_name' => 'BOBBIO', 'id' => '179', 'email_address' => 'mtb@saur.fr', 'identifiant' => 'edvbobbio', 'motdepasse' => '08F0125', 'numfacture' => '08F0125', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbobbio Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '21F050', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '20F100', 'debut' => '2020-02-11', 'fin' => '2021-02-11', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '19F029', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '18F014', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '17F016', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '16F0053', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '15F0010', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '14F0060', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '13F0012', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '12F0067', 'debut' => '2012-01-26', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvboisard', 'motdepasse' => '11F0065', 'numfacture' => '11F0065', 'debut' => '2011-01-26', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '15F0090', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '14F0136', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '13F0088', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '12F0118', 'debut' => '2012-02-17', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '11F0115', 'debut' => '2011-02-17', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '10F0080', 'debut' => '2010-02-17', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '09F0114', 'debut' => '2009-02-17', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'BONANSEA', 'id' => '102', 'email_address' => 'anne-laure.bonansea@veoliaeau.fr', 'identifiant' => 'edvbonansea', 'motdepasse' => '08F0024', 'numfacture' => '08F0024', 'debut' => '2008-01-25', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'BONJOUR', 'id' => '416a6f06-2b51-7037-da39-616449f9fa10', 'email_address' => 'michel.bonjour@ars.sante.fr', 'identifiant' => 'edvbonjour', 'motdepasse' => 'edvmichel', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Albert', 'last_name' => 'BONNAIRE', 'id' => '420', 'email_address' => NULL, 'identifiant' => 'edvbonnaire', 'motdepasse' => '09F0248', 'numfacture' => '09F0248', 'debut' => '2009-04-16', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbonnaire Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BONNANFANT', 'id' => '378', 'email_address' => 'secretariat@cc-valdesevre.fr', 'identifiant' => 'edvbonnanfant', 'motdepasse' => '09F0082', 'numfacture' => '12F0190', 'debut' => '2012-03-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : edvbonnanfant Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BONNANFANT', 'id' => '378', 'email_address' => 'secretariat@cc-valdesevre.fr', 'identifiant' => 'edvbonnanfant', 'motdepasse' => '09F0082', 'numfacture' => '11F0184', 'debut' => '2011-03-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BONNANFANT', 'id' => '378', 'email_address' => 'secretariat@cc-valdesevre.fr', 'identifiant' => 'edvbonnanfant', 'motdepasse' => '09F0082', 'numfacture' => '10F0146', 'debut' => '2010-03-24', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BONNANFANT', 'id' => '378', 'email_address' => 'secretariat@cc-valdesevre.fr', 'identifiant' => 'edvbonnanfant', 'motdepasse' => '09F0082', 'numfacture' => '09F0082', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'BONNARD', 'id' => '442', 'email_address' => 'bertrand.bonnard@equipement-agriculture.gouv.fr', 'identifiant' => 'edvbonnard', 'motdepasse' => '09F0337', 'numfacture' => '12F0296', 'debut' => '2012-06-05', 'fin' => '2013-06-05', )) 2025-03-23 00:45:09 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'BONNARD', 'id' => '442', 'email_address' => 'bertrand.bonnard@equipement-agriculture.gouv.fr', 'identifiant' => 'edvbonnard', 'motdepasse' => '09F0337', 'numfacture' => '11F0320', 'debut' => '2011-06-21', 'fin' => NULL, )) 2025-03-23 00:45:09 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'BONNARD', 'id' => '442', 'email_address' => 'bertrand.bonnard@equipement-agriculture.gouv.fr', 'identifiant' => 'edvbonnard', 'motdepasse' => '09F0337', 'numfacture' => '10F0254', 'debut' => '2010-06-21', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'BONNARD', 'id' => '442', 'email_address' => 'bertrand.bonnard@equipement-agriculture.gouv.fr', 'identifiant' => 'edvbonnard', 'motdepasse' => '09F0337', 'numfacture' => '09F0337', 'debut' => '2009-06-18', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '20F060', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '19F095', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '18F039', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '17F075', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '16F108', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '15F0080', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '14F0143', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '13F0072', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Katy', 'last_name' => 'BONNEL', 'id' => '615', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvbonnel', 'motdepasse' => '12F0153', 'numfacture' => '12F0153', 'debut' => '2012-02-27', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'BONNES', 'id' => '304', 'email_address' => 'frederic.bonnes@sivom-sauchune.fr', 'identifiant' => 'edvbonnes', 'motdepasse' => '08F0351', 'numfacture' => '08F0351', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:10 : edvbonnes Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '22F096', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '21F108', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '20F132', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '19F151', 'debut' => '2019-03-26', 'fin' => '2020-03-26', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '18F121', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '17F140', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '16F162', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '15F0174', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '14F0172', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '13F0181', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '12F0128', 'debut' => '2012-03-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '11F0128', 'debut' => '2011-03-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Michaël', 'last_name' => 'BONNET', 'id' => '494', 'email_address' => 'm.bonnet@sivom-regionminiere.com', 'identifiant' => 'edvbonnet', 'motdepasse' => '10F0098', 'numfacture' => '10F0098', 'debut' => '2010-03-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BOOM', 'id' => '111', 'email_address' => 'cctvb.serviceanc@wanadoo.fr', 'identifiant' => 'edvboom', 'motdepasse' => '08F0033', 'numfacture' => '08F0033', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:10 : edvboom Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '23F154', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '21F260', 'debut' => '2021-12-14', 'fin' => '2022-12-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '20F282', 'debut' => '2020-11-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '19F162', 'debut' => '2019-11-19', 'fin' => '2021-01-15', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '18F246', 'debut' => '2018-07-09', 'fin' => '2019-07-09', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '17F314', 'debut' => '2017-07-25', 'fin' => '2018-07-25', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '16F292', 'numfacture' => '16F292', 'debut' => '2016-07-06', 'fin' => '2017-07-06', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '09F0445', 'numfacture' => '12F0465', 'debut' => '2012-11-14', 'fin' => '2013-11-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '09F0445', 'numfacture' => '11F0474', 'debut' => '2011-11-19', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '09F0445', 'numfacture' => '10F0352', 'debut' => '2010-11-19', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean Michel', 'last_name' => 'BORDES', 'id' => '463', 'email_address' => 'jm.bordes@siavb.fr', 'identifiant' => 'edvbordes', 'motdepasse' => '09F0445', 'numfacture' => '09F0445', 'debut' => '2009-11-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '18F329', 'debut' => '2018-10-17', 'fin' => '2019-10-17', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '17F354', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '16F364', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '15F0413', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '14F0459', 'debut' => '2014-10-08', 'fin' => '2015-10-08', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '13F0414', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '12F0420', 'debut' => '2012-10-08', 'fin' => '2013-10-08', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '11F0437', 'debut' => '2011-10-28', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '10F0322', 'debut' => '2010-10-28', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '09F0459', 'debut' => '2009-11-28', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'BORDIER', 'id' => '318', 'email_address' => 'mairie-naveil@wanadoo.fr', 'identifiant' => 'edvbordier', 'motdepasse' => '08F0386', 'numfacture' => '08F0386', 'debut' => '2008-11-28', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvbotzung', 'motdepasse' => '12F0097', 'numfacture' => '15F0487', 'debut' => '2015-12-15', 'fin' => '2016-12-15', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvbotzung', 'motdepasse' => '12F0097', 'numfacture' => '15F0195', 'debut' => '2015-03-11', 'fin' => '2016-03-11', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvbotzung', 'motdepasse' => '12F0097', 'numfacture' => '14F0077', 'debut' => '2014-02-05', 'fin' => '2015-02-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvbotzung', 'motdepasse' => '12F0097', 'numfacture' => '13F0058', 'debut' => '2013-01-31', 'fin' => '2014-02-01', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvbotzung', 'motdepasse' => '12F0097', 'numfacture' => '12F0097', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvbotzung', 'motdepasse' => '09F0499', 'numfacture' => NULL, 'debut' => '2011-12-07', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Anne', 'last_name' => 'BOUCHE', 'id' => '77003ea4-6263-909d-aecd-504da263d8d7', 'email_address' => 'anne.bouche@mairie-saint-maur.com', 'identifiant' => 'edvbouche', 'motdepasse' => '12F0389', 'numfacture' => '15F0395', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Anne', 'last_name' => 'BOUCHE', 'id' => '77003ea4-6263-909d-aecd-504da263d8d7', 'email_address' => 'anne.bouche@mairie-saint-maur.com', 'identifiant' => 'edvbouche', 'motdepasse' => '12F0389', 'numfacture' => '14F0412', 'debut' => '2014-09-02', 'fin' => '2015-09-02', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Anne', 'last_name' => 'BOUCHE', 'id' => '77003ea4-6263-909d-aecd-504da263d8d7', 'email_address' => 'anne.bouche@mairie-saint-maur.com', 'identifiant' => 'edvbouche', 'motdepasse' => '12F0389', 'numfacture' => '13F0389', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Anne', 'last_name' => 'BOUCHE', 'id' => '77003ea4-6263-909d-aecd-504da263d8d7', 'email_address' => 'anne.bouche@mairie-saint-maur.com', 'identifiant' => 'edvbouche', 'motdepasse' => '12F0389', 'numfacture' => '12F0389', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '20F086', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '19F041', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '18F089', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '17F029', 'debut' => '2017-02-01', 'fin' => '2018-02-01', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '16F0036', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '15F0030', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '14F0037', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '13F0029', 'debut' => '2013-01-24', 'fin' => '2014-01-24', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '12F0030', 'debut' => '2012-01-18', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '11F0024', 'debut' => '2011-01-18', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Grégory', 'last_name' => 'BOUCLET', 'id' => '483', 'email_address' => 'gregory.bouclet@paysnoyonnais.fr', 'identifiant' => 'edvbouclet', 'motdepasse' => '10F0030', 'numfacture' => '10F0030', 'debut' => '2010-01-18', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOUDIN', 'id' => '295', 'email_address' => 'si.eaux.galaure@orange.fr', 'identifiant' => 'edvboudin', 'motdepasse' => '09F0446', 'numfacture' => '09F0446', 'debut' => '2009-11-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : edvboudin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Marie', 'last_name' => 'BOUILLON', 'id' => '347', 'email_address' => 'bouillonjeanmarie@orange.fr', 'identifiant' => 'edvbouillon', 'motdepasse' => '09F0025', 'numfacture' => '09F0025', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:10 : edvbouillon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvboulard', 'motdepasse' => '14F0187', 'numfacture' => '14F0187', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '23F133', 'debut' => '2023-02-09', 'fin' => '2024-02-09', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '22F057', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '21F079', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '20F073', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '19F067', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '18F055', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '17F084', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '16F118', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '15F0074', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOULAS', 'id' => '12070c0e-8f7e-75ec-caca-530334efa074', 'email_address' => 'socama@socama.fr', 'identifiant' => 'edvboulas', 'motdepasse' => '14F0150', 'numfacture' => '14F0150', 'debut' => '2014-02-18', 'fin' => '2015-02-18', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '18F197', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '17F218', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '16F238', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '15F0265', 'debut' => '2015-05-26', 'fin' => '2016-05-26', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '14F0310', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '13F0269', 'debut' => '2013-05-13', 'fin' => '2014-05-13', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '12F0036', 'debut' => '2012-05-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '11F0030', 'debut' => '2011-05-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '10F0037', 'debut' => '2010-05-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '09F0265', 'debut' => '2009-05-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'BOULVERT', 'id' => '219', 'email_address' => 'jl.boulvert@agglo-tours.fr', 'identifiant' => 'edvboulvert', 'motdepasse' => '08F0192', 'numfacture' => '08F0192', 'debut' => '2008-05-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '20F075', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '19F065', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '18F045', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '17F085', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '16F099', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '15F0101', 'debut' => '2015-02-10', 'fin' => '2016-02-10', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '14F0079', 'debut' => '2014-02-06', 'fin' => '2015-02-06', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '13F0117', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '12F0107', 'debut' => '2012-02-03', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '11F0100', 'debut' => '2011-02-03', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '10F0055', 'debut' => '2010-02-03', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'BOURREAU', 'id' => '363', 'email_address' => 'directeur@siade.fr', 'identifiant' => 'edvbourreau', 'motdepasse' => '09F0050', 'numfacture' => '09F0050', 'debut' => '2009-01-21', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '20F151', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '19F127', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '18F129', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '17F151', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '16F153', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '15F0170', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '14F0178', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '13F0185', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '12F0170', 'debut' => '2012-03-07', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'BOUSQUET', 'id' => '568', 'email_address' => 'guy.bousquet@aveyron.gouv.fr', 'identifiant' => 'edvbousquet', 'motdepasse' => '11F0159', 'numfacture' => '11F0159', 'debut' => '2011-03-07', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '18F157', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '17F198', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '16F191', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '15F0234', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '14F0255', 'debut' => '2014-04-09', 'fin' => '2015-04-09', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '13F0248', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '12F0143', 'debut' => '2012-04-01', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '11F0151', 'debut' => '2011-04-01', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '10F0134', 'debut' => '2010-04-01', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '09F0220', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'BOUVARD', 'id' => '176', 'email_address' => 'v.bouvard@cg38.fr', 'identifiant' => 'edvbouvard', 'motdepasse' => '08F0122', 'numfacture' => '08F0122', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'BOYER', 'id' => '720d3beb-719c-ba00-b17e-50bf0189ad36', 'email_address' => 'louis.boyer@mairie-tampon.fr', 'identifiant' => 'edvboyer', 'motdepasse' => '12F0500', 'numfacture' => '17F393', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'BOYER', 'id' => '720d3beb-719c-ba00-b17e-50bf0189ad36', 'email_address' => 'louis.boyer@mairie-tampon.fr', 'identifiant' => 'edvboyer', 'motdepasse' => '12F0500', 'numfacture' => '16F419', 'debut' => '2016-12-20', 'fin' => '2017-12-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'BOYER', 'id' => '720d3beb-719c-ba00-b17e-50bf0189ad36', 'email_address' => 'louis.boyer@mairie-tampon.fr', 'identifiant' => 'edvboyer', 'motdepasse' => '12F0500', 'numfacture' => '15F0467', 'debut' => '2015-12-08', 'fin' => '2016-12-08', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'BOYER', 'id' => '720d3beb-719c-ba00-b17e-50bf0189ad36', 'email_address' => 'louis.boyer@mairie-tampon.fr', 'identifiant' => 'edvboyer', 'motdepasse' => '12F0500', 'numfacture' => '14F0524', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'BOYER', 'id' => '720d3beb-719c-ba00-b17e-50bf0189ad36', 'email_address' => 'louis.boyer@mairie-tampon.fr', 'identifiant' => 'edvboyer', 'motdepasse' => '12F0500', 'numfacture' => '13F0510', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'BOYER', 'id' => '720d3beb-719c-ba00-b17e-50bf0189ad36', 'email_address' => 'louis.boyer@mairie-tampon.fr', 'identifiant' => 'edvboyer', 'motdepasse' => '12F0500', 'numfacture' => '12F500', 'debut' => '2012-12-05', 'fin' => '2013-12-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BRACHET', 'id' => '458', 'email_address' => 'sandrine.brachet@reimsmetropole.fr', 'identifiant' => 'edvbrachet', 'motdepasse' => '09F0435', 'numfacture' => '12F0481', 'debut' => '2012-11-23', 'fin' => '2013-11-23', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BRACHET', 'id' => '458', 'email_address' => 'sandrine.brachet@reimsmetropole.fr', 'identifiant' => 'edvbrachet', 'motdepasse' => '09F0435', 'numfacture' => '11F0470', 'debut' => '2011-11-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BRACHET', 'id' => '458', 'email_address' => 'sandrine.brachet@reimsmetropole.fr', 'identifiant' => 'edvbrachet', 'motdepasse' => '09F0435', 'numfacture' => '10F0335', 'debut' => '2010-11-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BRACHET', 'id' => '458', 'email_address' => 'sandrine.brachet@reimsmetropole.fr', 'identifiant' => 'edvbrachet', 'motdepasse' => '09F0435', 'numfacture' => '09F0435', 'debut' => '2009-10-20', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BRANQUART', 'id' => '214', 'email_address' => 'jean-pierre.branquart@agglo-montbeliard.fr', 'identifiant' => 'edvbranquart', 'motdepasse' => '08F0176', 'numfacture' => '08F0176', 'debut' => '2008-04-10', 'fin' => NULL, )) 2025-03-23 00:45:10 : edvbranquart Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '18F247', 'debut' => '2018-07-09', 'fin' => '2019-07-09', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '17F311', 'debut' => '2017-07-20', 'fin' => '2018-07-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '16F296', 'debut' => '2016-07-06', 'fin' => '2017-07-06', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '15F0365', 'debut' => '2015-07-08', 'fin' => '2016-07-08', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '14F0386', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '13F0352', 'debut' => '2013-07-23', 'fin' => '2014-07-23', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '12F0350', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvbraquet', 'motdepasse' => '11F0368', 'numfacture' => '11F0368', 'debut' => '2011-07-11', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'BRASQUET', 'id' => '253', 'email_address' => 'a.lecomte@agglo-pau.fr', 'identifiant' => 'edvbrasquet', 'motdepasse' => '08F0241', 'numfacture' => '12F0422', 'debut' => '2012-10-09', 'fin' => '2013-10-09', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'BRASQUET', 'id' => '253', 'email_address' => 'a.lecomte@agglo-pau.fr', 'identifiant' => 'edvbrasquet', 'motdepasse' => '08F0241', 'numfacture' => '11F0432', 'debut' => '2011-10-20', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'BRASQUET', 'id' => '253', 'email_address' => 'a.lecomte@agglo-pau.fr', 'identifiant' => 'edvbrasquet', 'motdepasse' => '08F0241', 'numfacture' => '10F0325', 'debut' => '2010-10-20', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'BRASQUET', 'id' => '253', 'email_address' => 'a.lecomte@agglo-pau.fr', 'identifiant' => 'edvbrasquet', 'motdepasse' => '08F0241', 'numfacture' => '08F0241', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRASQUET', 'id' => 'b4f42a94-81c9-8c80-3c2c-57d8ee72cc1d', 'email_address' => 'mbrasquet@dax.fr', 'identifiant' => 'edvbrasquet2', 'motdepasse' => '16F336', 'numfacture' => '18F293', 'debut' => '2018-09-12', 'fin' => '2019-09-12', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRASQUET', 'id' => 'b4f42a94-81c9-8c80-3c2c-57d8ee72cc1d', 'email_address' => 'mbrasquet@dax.fr', 'identifiant' => 'edvbrasquet2', 'motdepasse' => '16F336', 'numfacture' => '17F332', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRASQUET', 'id' => 'b4f42a94-81c9-8c80-3c2c-57d8ee72cc1d', 'email_address' => 'mbrasquet@dax.fr', 'identifiant' => 'edvbrasquet2', 'motdepasse' => '16F336', 'numfacture' => '16F336', 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRAUNSTEDTER', 'id' => '554', 'email_address' => 'm.braunstedter@mairie-baldersheim.fr', 'identifiant' => 'edvbraunstedter', 'motdepasse' => '11F0094', 'numfacture' => '14F0084', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRAUNSTEDTER', 'id' => '554', 'email_address' => 'm.braunstedter@mairie-baldersheim.fr', 'identifiant' => 'edvbraunstedter', 'motdepasse' => '11F0094', 'numfacture' => '13F0116', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRAUNSTEDTER', 'id' => '554', 'email_address' => 'm.braunstedter@mairie-baldersheim.fr', 'identifiant' => 'edvbraunstedter', 'motdepasse' => '11F0094', 'numfacture' => '12F0124', 'debut' => '2012-02-04', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'BRAUNSTEDTER', 'id' => '554', 'email_address' => 'm.braunstedter@mairie-baldersheim.fr', 'identifiant' => 'edvbraunstedter', 'motdepasse' => '11F0094', 'numfacture' => '11F0094', 'debut' => '2011-02-04', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '23dacae9-92e9-60a8-cf3f-5fb3cd57437f', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '21F181', 'debut' => '2021-09-16', 'fin' => '2022-09-16', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '23dacae9-92e9-60a8-cf3f-5fb3cd57437f', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '20F243', 'debut' => '2020-08-20', 'fin' => '2021-08-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F01931', 'numfacture' => '20F232', 'debut' => '2020-08-05', 'fin' => '2021-08-05', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F01931', 'numfacture' => '19F236', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F01931', 'numfacture' => '18F219', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F01931', 'numfacture' => '17F266', 'debut' => '2017-06-27', 'fin' => '2018-06-27', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '16F281', 'debut' => '2016-06-21', 'fin' => '2017-06-21', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '15F0310', 'debut' => '2015-06-08', 'fin' => '2016-06-08', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '14F0334', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '13F0307', 'debut' => '2013-06-25', 'fin' => '2014-06-25', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '12F0304', 'debut' => '2012-06-06', 'fin' => '2013-06-06', )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '11F0318', 'debut' => '2011-06-14', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '10F0251', 'debut' => '2010-06-14', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '09F0316', 'debut' => '2009-05-27', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'BRECHE', 'id' => '220', 'email_address' => 'tbreche@saur.fr', 'identifiant' => 'edvbreche', 'motdepasse' => '08F0193', 'numfacture' => '08F0193', 'debut' => '2008-05-05', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BREJOUX', 'id' => 'f4093cbd-d1e5-94cd-a4ea-57cd5c0dfe6a', 'email_address' => NULL, 'identifiant' => 'edvbrejoux', 'motdepasse' => 'edvbrejoux', 'numfacture' => NULL, 'debut' => '2016-09-05', 'fin' => '2017-09-05', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BREJOUX', 'id' => '530', 'email_address' => 'eric.brejoux@agriculture.gouv.fr', 'identifiant' => 'edvbrejoux', 'motdepasse' => '10F0312', 'numfacture' => '11F0423', 'debut' => '2011-09-17', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'BREJOUX', 'id' => '530', 'email_address' => 'eric.brejoux@agriculture.gouv.fr', 'identifiant' => 'edvbrejoux', 'motdepasse' => '10F0312', 'numfacture' => '10F0312', 'debut' => '2010-09-17', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '14F0090', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '13F0104', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '12F0063', 'debut' => '2012-02-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '11F0058', 'debut' => '2011-02-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '10F0058', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '09F0121', 'debut' => '2009-01-29', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'BRELLE', 'id' => '116', 'email_address' => 'sie-mangiennes@wanadoo.fr', 'identifiant' => 'edvbrelle', 'motdepasse' => '08F0038', 'numfacture' => '08F0038', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'BRELOT', 'id' => 'd674a9f5-13b6-a970-2746-61644d471b94', 'email_address' => 'elodie.brelot@graie.org', 'identifiant' => 'edvbrelot', 'motdepasse' => 'edvelodie', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BRESSE', 'id' => '232', 'email_address' => NULL, 'identifiant' => 'edvbresse', 'motdepasse' => '08F0207', 'numfacture' => '08F0207', 'debut' => '2008-05-19', 'fin' => NULL, )) 2025-03-23 00:45:10 : edvbresse Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'BRIAS', 'id' => '83554ceb-7739-f142-5e51-601d1a080284', 'email_address' => 'sebastien.brias@eauxtdp.fr', 'identifiant' => 'edvbrias', 'motdepasse' => '21F029', 'numfacture' => '23F102', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'BRIAS', 'id' => '83554ceb-7739-f142-5e51-601d1a080284', 'email_address' => 'sebastien.brias@eauxtdp.fr', 'identifiant' => 'edvbrias', 'motdepasse' => '21F029', 'numfacture' => '22F090', 'debut' => '2022-03-15', 'fin' => '2023-03-15', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'BRIAS', 'id' => '83554ceb-7739-f142-5e51-601d1a080284', 'email_address' => 'sebastien.brias@eauxtdp.fr', 'identifiant' => 'edvbrias', 'motdepasse' => '21F029', 'numfacture' => '21F029', 'debut' => '2021-02-05', 'fin' => '2022-02-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sabine', 'last_name' => 'BRISVILLE', 'id' => '2088c48d-617b-44c4-5c96-6176b749d910', 'email_address' => 'sabine.brisville@grandchambord.fr', 'identifiant' => 'edvbrisville', 'motdepasse' => '21F231', 'numfacture' => '21F231', 'debut' => '2022-12-31', 'fin' => '2023-12-31', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sabine', 'last_name' => 'BRISVILLE', 'id' => '507', 'email_address' => 'ccpc.brisville@orange.fr', 'identifiant' => 'edvbrisville', 'motdepasse' => '10F0185', 'numfacture' => '12F0198', 'debut' => '2012-04-09', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sabine', 'last_name' => 'BRISVILLE', 'id' => '507', 'email_address' => 'ccpc.brisville@orange.fr', 'identifiant' => 'edvbrisville', 'motdepasse' => '10F0185', 'numfacture' => '10F0210', 'debut' => '2011-04-09', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sabine', 'last_name' => 'BRISVILLE', 'id' => '507', 'email_address' => 'ccpc.brisville@orange.fr', 'identifiant' => 'edvbrisville', 'motdepasse' => '10F0185', 'numfacture' => '10F0185', 'debut' => '2010-04-09', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BROGGI', 'id' => '492', 'email_address' => 'contact@chamade.fr', 'identifiant' => 'edvbroggi', 'motdepasse' => '10F0085', 'numfacture' => '14F0139', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BROGGI', 'id' => '492', 'email_address' => 'contact@chamade.fr', 'identifiant' => 'edvbroggi', 'motdepasse' => '10F0085', 'numfacture' => '13F0077', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BROGGI', 'id' => '492', 'email_address' => 'contact@chamade.fr', 'identifiant' => 'edvbroggi', 'motdepasse' => '10F0085', 'numfacture' => '12F0101', 'debut' => '2012-02-24', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BROGGI', 'id' => '492', 'email_address' => 'contact@chamade.fr', 'identifiant' => 'edvbroggi', 'motdepasse' => '10F0085', 'numfacture' => '11F0116', 'debut' => '2011-02-24', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'BROGGI', 'id' => '492', 'email_address' => 'contact@chamade.fr', 'identifiant' => 'edvbroggi', 'motdepasse' => '10F0085', 'numfacture' => '10F0085', 'debut' => '2010-02-24', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '21F213', 'debut' => '2021-09-28', 'fin' => '2022-09-28', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '20F211', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '18F155', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '17F192', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '16F199', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '15F0240', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '14F0250', 'debut' => '2014-04-08', 'fin' => '2015-04-08', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '13F0238', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '12F0221', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '11F0235', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '10F0174', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '09F0147', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'BROSSIER', 'id' => '21', 'email_address' => 'accueil@sgev.fr', 'identifiant' => 'edvbrossier', 'motdepasse' => '07F0220', 'numfacture' => '07F0220', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvburdeau', 'motdepasse' => '21F254', 'numfacture' => '23F149', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvburdeau', 'motdepasse' => '21F254', 'numfacture' => '21F254', 'debut' => '2021-12-16', 'fin' => '2022-12-16', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Benoit', 'last_name' => 'BUREL', 'id' => '2afb407a-67e7-64ca-1f85-50865620d181', 'email_address' => 'bburel@cc-breslemaritime.fr', 'identifiant' => 'edvburel', 'motdepasse' => '12F0443', 'numfacture' => '15F0410', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Benoit', 'last_name' => 'BUREL', 'id' => '2afb407a-67e7-64ca-1f85-50865620d181', 'email_address' => 'bburel@cc-breslemaritime.fr', 'identifiant' => 'edvburel', 'motdepasse' => '12F0443', 'numfacture' => '14F0464', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Benoit', 'last_name' => 'BUREL', 'id' => '2afb407a-67e7-64ca-1f85-50865620d181', 'email_address' => 'bburel@cc-breslemaritime.fr', 'identifiant' => 'edvburel', 'motdepasse' => '12F0443', 'numfacture' => '13F0398', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Benoit', 'last_name' => 'BUREL', 'id' => '2afb407a-67e7-64ca-1f85-50865620d181', 'email_address' => 'bburel@cc-breslemaritime.fr', 'identifiant' => 'edvburel', 'motdepasse' => '12F0443', 'numfacture' => '12F0443', 'debut' => '2012-10-23', 'fin' => '2013-10-23', )) 2025-03-23 00:45:10 : deja traité on continue 2025-03-23 00:45:10 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '20F019', 'debut' => '2020-01-17', 'fin' => '2021-01-17', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '18F395', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '17F392', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '16F417', 'debut' => '2016-12-20', 'fin' => '2017-12-20', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '15F0468', 'debut' => '2015-12-09', 'fin' => '2016-12-09', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '14F0527', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '13F0508', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '12F0509', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvbutruille', 'motdepasse' => 'iop123', 'numfacture' => '11F0500', 'debut' => '2011-12-09', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '17F142', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '16F164', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '15F0181', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '14F0180', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '13F0184', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '12F0167', 'debut' => '2012-03-07', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '11F0155', 'debut' => '2011-03-07', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'RUELLE', 'id' => '7', 'email_address' => 'christophe.ruelle@coeurdardenne.fr', 'identifiant' => 'edvca08', 'motdepasse' => '08F0296', 'numfacture' => '08F0296', 'debut' => '2008-09-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '19F034', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '18F095', 'debut' => '2018-02-21', 'fin' => '2019-02-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '17F160', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '16F146', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '15F0158', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '14F0213', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '13F0166', 'debut' => '2013-03-11', 'fin' => '2014-03-11', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '12F0205', 'debut' => '2012-03-15', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '11F0190', 'debut' => '2011-03-15', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Elodie', 'last_name' => 'PENA', 'id' => '497', 'email_address' => 'e.pena@caba.fr', 'identifiant' => 'edvcaba15', 'motdepasse' => '10F0117', 'numfacture' => '10F0117', 'debut' => '2010-03-15', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION BEAUNE COTE ET SUD', 'id' => '343', 'email_address' => 'muriel.leduc@beaune-cote-et-sud.fr', 'identifiant' => 'edvcabeaune21', 'motdepasse' => '09F0020', 'numfacture' => '12F0245', 'debut' => '2012-04-11', 'fin' => '2013-04-11', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION BEAUNE COTE ET SUD', 'id' => '343', 'email_address' => 'muriel.leduc@beaune-cote-et-sud.fr', 'identifiant' => 'edvcabeaune21', 'motdepasse' => '09F0020', 'numfacture' => '11F0253', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION BEAUNE COTE ET SUD', 'id' => '343', 'email_address' => 'muriel.leduc@beaune-cote-et-sud.fr', 'identifiant' => 'edvcabeaune21', 'motdepasse' => '09F0020', 'numfacture' => '10F0189', 'debut' => '2010-04-21', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION BEAUNE COTE ET SUD', 'id' => '343', 'email_address' => 'muriel.leduc@beaune-cote-et-sud.fr', 'identifiant' => 'edvcabeaune21', 'motdepasse' => '09F0020', 'numfacture' => '09F0020', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '23F036', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '22F024', 'debut' => '2022-01-28', 'fin' => '2023-01-28', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '21F001', 'debut' => '2021-01-06', 'fin' => '2021-11-19', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '19F302', 'debut' => '2019-11-12', 'fin' => '2020-11-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '18F354', 'debut' => '2018-11-29', 'fin' => '2019-11-29', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '18F354', 'debut' => '2018-11-20', 'fin' => '2019-11-20', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Héloise', 'last_name' => 'LEGRAND', 'id' => '6187f704-72c6-0821-bdb0-5a12aacee135', 'email_address' => 'heloise.legrand@bethunebruay.fr', 'identifiant' => 'edvcabethune62', 'motdepasse' => '17F361', 'numfacture' => '17F361', 'debut' => '2017-11-20', 'fin' => '2018-11-20', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'CABIROL', 'id' => '234', 'email_address' => 'jerome.cabirol@siepr.fr', 'identifiant' => 'edvcabirol', 'motdepasse' => '08F0209', 'numfacture' => '10F0234', 'debut' => '2010-06-02', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcabirol Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'CABIROL', 'id' => '234', 'email_address' => 'jerome.cabirol@siepr.fr', 'identifiant' => 'edvcabirol', 'motdepasse' => '08F0209', 'numfacture' => '09F0288', 'debut' => '2009-05-20', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'CABIROL', 'id' => '234', 'email_address' => 'jerome.cabirol@siepr.fr', 'identifiant' => 'edvcabirol', 'motdepasse' => '08F0209', 'numfacture' => '08F0209', 'debut' => '2008-05-20', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE URBAINE DE LILLE', 'id' => '333', 'email_address' => 'abonnements-documentation@cudl-lille.fr', 'identifiant' => 'edvcadoc59', 'motdepasse' => '08F0434', 'numfacture' => '11F0511', 'debut' => '2011-12-19', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcadoc59 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE URBAINE DE LILLE', 'id' => '333', 'email_address' => 'abonnements-documentation@cudl-lille.fr', 'identifiant' => 'edvcadoc59', 'motdepasse' => '08F0434', 'numfacture' => '10F0392', 'debut' => '2010-12-19', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE URBAINE DE LILLE', 'id' => '333', 'email_address' => 'abonnements-documentation@cudl-lille.fr', 'identifiant' => 'edvcadoc59', 'motdepasse' => '08F0434', 'numfacture' => '09F0513', 'debut' => '2009-12-19', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE URBAINE DE LILLE', 'id' => '333', 'email_address' => 'abonnements-documentation@cudl-lille.fr', 'identifiant' => 'edvcadoc59', 'motdepasse' => '08F0434', 'numfacture' => '08F0434', 'debut' => '2008-12-19', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Rose', 'last_name' => 'CADORET', 'id' => '495', 'email_address' => 'd.gamard@tremblayenfrance.fr', 'identifiant' => 'edvcadoret', 'motdepasse' => '10F0100', 'numfacture' => '15F0173', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Rose', 'last_name' => 'CADORET', 'id' => '495', 'email_address' => 'd.gamard@tremblayenfrance.fr', 'identifiant' => 'edvcadoret', 'motdepasse' => '10F0100', 'numfacture' => '14F0173', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Rose', 'last_name' => 'CADORET', 'id' => '495', 'email_address' => 'd.gamard@tremblayenfrance.fr', 'identifiant' => 'edvcadoret', 'motdepasse' => '10F0100', 'numfacture' => '13F180', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Rose', 'last_name' => 'CADORET', 'id' => '495', 'email_address' => 'd.gamard@tremblayenfrance.fr', 'identifiant' => 'edvcadoret', 'motdepasse' => '10F0100', 'numfacture' => '12F0103', 'debut' => '2012-03-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Rose', 'last_name' => 'CADORET', 'id' => '495', 'email_address' => 'd.gamard@tremblayenfrance.fr', 'identifiant' => 'edvcadoret', 'motdepasse' => '10F0100', 'numfacture' => '11F0129', 'debut' => '2011-03-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Rose', 'last_name' => 'CADORET', 'id' => '495', 'email_address' => 'd.gamard@tremblayenfrance.fr', 'identifiant' => 'edvcadoret', 'motdepasse' => '10F0100', 'numfacture' => '10F0100', 'debut' => '2010-03-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvcaesm', 'motdepasse' => '18F032', 'numfacture' => '21F139', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvcaesm', 'motdepasse' => '18F032', 'numfacture' => '20F048', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvcaesm', 'motdepasse' => '18F032', 'numfacture' => '19F093', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvcaesm', 'motdepasse' => '18F032', 'numfacture' => '18F032', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvcaespacesud', 'motdepasse' => '17F239', 'numfacture' => '17F052', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION HENIN-CARVIN', 'id' => '196', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcahc', 'motdepasse' => '08F0144', 'numfacture' => '12F0468', 'debut' => '2012-11-15', 'fin' => '2013-11-15', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION HENIN-CARVIN', 'id' => '196', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcahc', 'motdepasse' => '08F0144', 'numfacture' => '11F0468', 'debut' => '2011-11-10', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION HENIN-CARVIN', 'id' => '196', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcahc', 'motdepasse' => '08F0144', 'numfacture' => '09F0364', 'debut' => '2009-07-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION HENIN-CARVIN', 'id' => '196', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcahc', 'motdepasse' => '08F0144', 'numfacture' => '', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'COMMUNAUTE D\'AGGLOMERATION HENIN-CARVIN', 'id' => '196', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcahc', 'motdepasse' => '08F0144', 'numfacture' => '08F0144', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'William', 'last_name' => 'CAILLAVA', 'id' => '4739704d-908b-b191-abc2-6012cf87e254', 'email_address' => 'william.caillava@tarn.gouv.fr', 'identifiant' => 'edvcaillava', 'motdepasse' => '20F276', 'numfacture' => '20F276', 'debut' => '2020-10-13', 'fin' => '2022-01-28', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcalderon', 'motdepasse' => '07F0203', 'numfacture' => '09F0315', 'debut' => '2009-05-27', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcalderon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcalderon', 'motdepasse' => '07F0203', 'numfacture' => '07F0203', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Armand', 'last_name' => 'CALIPPE', 'id' => '473', 'email_address' => 'contact@siaepacheuxchepy.fr', 'identifiant' => 'edvcalippe', 'motdepasse' => '09F0493', 'numfacture' => '09F0493', 'debut' => '2009-12-04', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcalippe Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvcambraye', 'motdepasse' => '13F0198', 'numfacture' => '18F161', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvcambraye', 'motdepasse' => '13F0198', 'numfacture' => '17F203', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvcambraye', 'motdepasse' => '13F0198', 'numfacture' => '16F176', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvcambraye', 'motdepasse' => '13F0198', 'numfacture' => '15F0227', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvcambraye', 'motdepasse' => '13F0198', 'numfacture' => '14F0281', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'BELTRAMO', 'id' => 'd78479c4-3af3-8a8d-5a1d-5162bd2ef7a3', 'email_address' => 'olivier.beltramo@ville-antibes.fr', 'identifiant' => 'edvcambraye', 'motdepasse' => '13F0198', 'numfacture' => '13F0198', 'debut' => '2013-04-08', 'fin' => '2014-04-08', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'GUILLON', 'id' => '412', 'email_address' => NULL, 'identifiant' => 'edvcamoulins', 'motdepasse' => '090221', 'numfacture' => '090221', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcamoulins Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '17F015', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '16F0059', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '15F0022', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '14F0056', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '13F0006', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '12F0074', 'debut' => '2012-01-27', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Thomas', 'last_name' => 'CAMPION', 'id' => '543', 'email_address' => 'tcampion@rgeb.fr', 'identifiant' => 'edvcampion', 'motdepasse' => '11F0073', 'numfacture' => '11F0073', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '21F187', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '20F233', 'debut' => '2020-08-05', 'fin' => '2021-08-05', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '19F248', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '18F239', 'debut' => '2018-06-21', 'fin' => '2019-06-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '17F295', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '16F321', 'debut' => '2016-07-21', 'fin' => '2017-07-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '15F0338', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '14F0383', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '13F0363', 'debut' => '2013-07-26', 'fin' => '2014-07-26', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '12F0336', 'debut' => '2012-07-03', 'fin' => '2013-07-03', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '11F0394', 'debut' => '2011-07-26', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '10F0264', 'debut' => '2010-07-01', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '09F0027', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CAP ATLANTIQUE', 'id' => '113', 'email_address' => 'benedicte.hublier@cap-atlantique.fr', 'identifiant' => 'edvcapatlantique', 'motdepasse' => '08F0035', 'numfacture' => '08F0035', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'FARRE', 'id' => '252', 'email_address' => 'karine.farre@capc-chatellerault.fr', 'identifiant' => 'edvcapc86', 'motdepasse' => '08F0240', 'numfacture' => '12F0486', 'debut' => '2012-11-23', 'fin' => '2013-11-23', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'FARRE', 'id' => '252', 'email_address' => 'karine.farre@capc-chatellerault.fr', 'identifiant' => 'edvcapc86', 'motdepasse' => '08F0240', 'numfacture' => '11F0504', 'debut' => '2011-11-02', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'FARRE', 'id' => '252', 'email_address' => 'karine.farre@capc-chatellerault.fr', 'identifiant' => 'edvcapc86', 'motdepasse' => '08F0240', 'numfacture' => '10F0394', 'debut' => '2010-11-02', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'FARRE', 'id' => '252', 'email_address' => 'karine.farre@capc-chatellerault.fr', 'identifiant' => 'edvcapc86', 'motdepasse' => '08F0240', 'numfacture' => '09F0458', 'debut' => '2009-11-02', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'FARRE', 'id' => '252', 'email_address' => 'karine.farre@capc-chatellerault.fr', 'identifiant' => 'edvcapc86', 'motdepasse' => '08F0240', 'numfacture' => '08F0240', 'debut' => '2008-11-02', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '18F222', 'debut' => '2018-06-15', 'fin' => '2019-06-15', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '18F222', 'debut' => '2018-06-15', 'fin' => '2020-07-01', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '17F269', 'debut' => '2017-06-27', 'fin' => '2018-06-27', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '16F276', 'debut' => '2016-06-16', 'fin' => '2017-06-16', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '15F0319', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '14F0339', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '13F0290', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '12F0327', 'debut' => '2012-06-26', 'fin' => '2013-06-26', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '11F0440', 'debut' => '2011-10-04', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '10F0317', 'debut' => '2010-10-04', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Matthieu', 'last_name' => 'LAPORTE', 'id' => '278', 'email_address' => 'lhirel@sna27.fr', 'identifiant' => 'edvcape27', 'motdepasse' => '08F0301', 'numfacture' => '08F0301', 'debut' => '2009-09-03', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => 'ea1a7bc8-98fc-ee3b-ea60-6048ec262141', 'email_address' => 'ajerome@caprovenceverte.fr', 'identifiant' => 'edvcaprovenceverte', 'motdepasse' => '23F195', 'numfacture' => '23F195', 'debut' => '2023-09-14', 'fin' => '2024-09-14', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BRESSE', 'id' => '232', 'email_address' => NULL, 'identifiant' => 'edvcapv38', 'motdepasse' => '09F0163', 'numfacture' => '09F0163', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcapv38 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '15F0031', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '14F0031', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '13F0037', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '12F0081', 'debut' => '2012-01-15', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '11F0032', 'debut' => '2011-01-15', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '10F0016', 'debut' => '2010-01-15', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '08F0397', 'debut' => '2008-12-03', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE DE CARBONNE', 'id' => '322', 'email_address' => 'urbanisme@ville-carbonne.fr', 'identifiant' => 'edvcarbonne31', 'motdepasse' => '08F0397', 'numfacture' => '08F0397', 'debut' => '2008-12-02', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'CAROFF', 'id' => '164', 'email_address' => 'spanc-cc-yerres-a-ancoeur@wanadoo.fr', 'identifiant' => 'edvcaroff', 'motdepasse' => '08F0117', 'numfacture' => '09F0308', 'debut' => '2009-05-26', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcaroff Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'CAROFF', 'id' => '164', 'email_address' => 'spanc-cc-yerres-a-ancoeur@wanadoo.fr', 'identifiant' => 'edvcaroff', 'motdepasse' => '08F0117', 'numfacture' => '08F0117', 'debut' => '2008-03-10', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '19C138', 'debut' => '2019-07-08', 'fin' => '2021-11-18', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '18F253', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '17F305', 'debut' => '2017-07-20', 'fin' => '2018-07-20', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '16F306', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '15F0266', 'debut' => '2015-05-26', 'fin' => '2016-05-26', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '14F0314', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '13F0263', 'numfacture' => '13F0263', 'debut' => '2013-05-07', 'fin' => '2014-05-07', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'CARON', 'id' => '189', 'email_address' => 'assainissement@ccrc-brionne.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '08F0137', 'numfacture' => '09F0198', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'CARON', 'id' => '189', 'email_address' => 'assainissement@ccrc-brionne.fr', 'identifiant' => 'edvcaron', 'motdepasse' => '08F0137', 'numfacture' => '08F0137', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christel', 'last_name' => 'CARRIERE', 'id' => '180', 'email_address' => 'eaux@mairie-tarbes.fr', 'identifiant' => 'edvcarriere', 'motdepasse' => '08F0126', 'numfacture' => '12F0199', 'debut' => '2012-04-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcarriere Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christel', 'last_name' => 'CARRIERE', 'id' => '180', 'email_address' => 'eaux@mairie-tarbes.fr', 'identifiant' => 'edvcarriere', 'motdepasse' => '08F0126', 'numfacture' => '11F0211', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christel', 'last_name' => 'CARRIERE', 'id' => '180', 'email_address' => 'eaux@mairie-tarbes.fr', 'identifiant' => 'edvcarriere', 'motdepasse' => '08F0126', 'numfacture' => '10F0178', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christel', 'last_name' => 'CARRIERE', 'id' => '180', 'email_address' => 'eaux@mairie-tarbes.fr', 'identifiant' => 'edvcarriere', 'motdepasse' => '08F0126', 'numfacture' => '09F0161', 'debut' => '2009-03-13', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Christel', 'last_name' => 'CARRIERE', 'id' => '180', 'email_address' => 'eaux@mairie-tarbes.fr', 'identifiant' => 'edvcarriere', 'motdepasse' => '08F0126', 'numfacture' => '08F0126', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'CARRO', 'id' => '127', 'email_address' => 'spanc@cdc-chatelaudren-plouagat.com', 'identifiant' => 'edvcarro', 'motdepasse' => '08F0074', 'numfacture' => '08F0074', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcarro Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '18F107', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '17F159', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '16F143', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '15F0152', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '14F0206', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '13F0144', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvcars', 'motdepasse' => '12F0216', 'numfacture' => '12F0216', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'CASTEL GROULT', 'id' => '321', 'email_address' => 'assainissement@val-de-saire.com', 'identifiant' => 'edvcastelgroult', 'motdepasse' => '08F0391', 'numfacture' => '09F0511', 'debut' => '2009-12-10', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcastelgroult Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'CASTEL GROULT', 'id' => '321', 'email_address' => 'assainissement@val-de-saire.com', 'identifiant' => 'edvcastelgroult', 'motdepasse' => '08F0391', 'numfacture' => '08F0391', 'debut' => '2008-11-28', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'CASTERMANS', 'last_name' => 'Philippe', 'id' => 'eb5e7b4e-53ab-7c5a-ee42-53ce5955485d', 'email_address' => 'castermans@sfr.fr', 'identifiant' => 'edvcastermans', 'motdepasse' => '14F0407', 'numfacture' => '18F269', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'CASTERMANS', 'last_name' => 'Philippe', 'id' => 'eb5e7b4e-53ab-7c5a-ee42-53ce5955485d', 'email_address' => 'castermans@sfr.fr', 'identifiant' => 'edvcastermans', 'motdepasse' => '14F0407', 'numfacture' => '17F285', 'debut' => '2017-07-07', 'fin' => '2018-07-07', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'CASTERMANS', 'last_name' => 'Philippe', 'id' => 'eb5e7b4e-53ab-7c5a-ee42-53ce5955485d', 'email_address' => 'castermans@sfr.fr', 'identifiant' => 'edvcastermans', 'motdepasse' => '14F0407', 'numfacture' => '16F330', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'CASTERMANS', 'last_name' => 'Philippe', 'id' => 'eb5e7b4e-53ab-7c5a-ee42-53ce5955485d', 'email_address' => 'castermans@sfr.fr', 'identifiant' => 'edvcastermans', 'motdepasse' => '14F0407', 'numfacture' => '15F0342', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'CASTERMANS', 'last_name' => 'Philippe', 'id' => 'eb5e7b4e-53ab-7c5a-ee42-53ce5955485d', 'email_address' => 'castermans@sfr.fr', 'identifiant' => 'edvcastermans', 'motdepasse' => '14F0407', 'numfacture' => '14F0407', 'debut' => '2014-07-22', 'fin' => '2015-07-22', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '19F137', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '18F109', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '17F168', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '16F168', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '15F0176', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '14F0175', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '13F0182', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '12F0204', 'debut' => '2012-03-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CORBIERE', 'id' => '570', 'email_address' => 'ecorbiere@casud.re', 'identifiant' => 'edvcasud', 'motdepasse' => '11F0163', 'numfacture' => '11F0163', 'debut' => '2011-03-08', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Yann', 'last_name' => 'CAUET', 'id' => '205', 'email_address' => 'directeur.sivom@villedemorlaix.org', 'identifiant' => 'edvcauet', 'motdepasse' => '08F0158', 'numfacture' => '08F0158', 'debut' => '2008-03-31', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcauet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Natacha', 'last_name' => 'CAUNEAU', 'id' => '381', 'email_address' => 'spanc.confolentais@gmail.com', 'identifiant' => 'edvcauneau', 'motdepasse' => '09F0086', 'numfacture' => '09F0086', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:11 : edvcauneau Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '15F0019', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '14F0049', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '13F002', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '12F0025', 'debut' => '2012-01-23', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '11F0019', 'debut' => '2011-01-23', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '10F0024', 'debut' => '2010-01-23', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '09F0093', 'debut' => '2009-01-23', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'CAZES', 'id' => '92', 'email_address' => 'cazesaurelie@yahoo.fr', 'identifiant' => 'edvcazes', 'motdepasse' => '08F0016', 'numfacture' => '08F0016', 'debut' => '2008-01-23', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvcchesdinois', 'motdepasse' => '11F0059', 'numfacture' => '16F0050', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvcchesdinois', 'motdepasse' => '11F0059', 'numfacture' => '15F0014', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvcchesdinois', 'motdepasse' => '11F0059', 'numfacture' => '14F0055', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvcchesdinois', 'motdepasse' => '11F0059', 'numfacture' => '13F0014', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvcchesdinois', 'motdepasse' => '11F0059', 'numfacture' => '12F0084', 'debut' => '2012-01-25', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvcchesdinois', 'motdepasse' => '11F0059', 'numfacture' => '11F0059', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '18F263', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '17F294', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '16F315', 'debut' => '2016-07-21', 'fin' => '2017-07-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '15F0340', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '14F0373', 'debut' => '2014-07-02', 'fin' => '2015-07-02', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '13F0351', 'debut' => '2013-07-23', 'fin' => '2014-07-23', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '12F0346', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DANARD', 'id' => '585', 'email_address' => 'patrick.danard@cchpb.com', 'identifiant' => 'edvcchpb', 'motdepasse' => '11F0375', 'numfacture' => '11F0375', 'debut' => '2011-07-12', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'NICOLAS', 'id' => '1356dd12-8a8b-580e-ec28-5f291163f23b', 'email_address' => 'dst@cchpb.com', 'identifiant' => 'edvcchpb29', 'motdepasse' => '20F225', 'numfacture' => '23F047', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'NICOLAS', 'id' => '1356dd12-8a8b-580e-ec28-5f291163f23b', 'email_address' => 'dst@cchpb.com', 'identifiant' => 'edvcchpb29', 'motdepasse' => '20F225', 'numfacture' => '22F192', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'NICOLAS', 'id' => '1356dd12-8a8b-580e-ec28-5f291163f23b', 'email_address' => 'dst@cchpb.com', 'identifiant' => 'edvcchpb29', 'motdepasse' => '20F225', 'numfacture' => '21F194', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'NICOLAS', 'id' => '1356dd12-8a8b-580e-ec28-5f291163f23b', 'email_address' => 'dst@cchpb.com', 'identifiant' => 'edvcchpb29', 'motdepasse' => '20F225', 'numfacture' => '20F225', 'debut' => '2020-08-04', 'fin' => '2021-08-04', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '23F116', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '22F067', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '21F073', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '20F074', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '19F062', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '18F076', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '17F050', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '16F0004', 'debut' => '2016-01-18', 'fin' => '2017-01-18', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '15F0108', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '14F0107', 'debut' => '2014-02-12', 'fin' => '2015-02-12', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '13F0099', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Lisa', 'last_name' => 'VINCENT', 'id' => '35', 'email_address' => 'l.vincent@ccl-valleedoree.fr', 'identifiant' => 'edvcclvd', 'motdepasse' => '12F0005', 'numfacture' => '12F0005', 'debut' => '2012-02-10', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '14F0457', 'debut' => '2014-10-08', 'fin' => '2015-10-08', )) 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '13F0406', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '12F0433', 'debut' => '2012-10-15', 'fin' => '2013-10-15', )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '11F0441', 'debut' => '2011-10-05', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '10F0318', 'debut' => '2010-10-05', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '09F0257', 'debut' => '2009-05-06', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Louis', 'last_name' => 'FAIVRE D\'ARCIER', 'id' => '223', 'email_address' => 'lfaivredarcier@ccomptes.fr', 'identifiant' => 'edvccomptes75', 'motdepasse' => '08F0198', 'numfacture' => '08F0198', 'debut' => '2008-05-06', 'fin' => NULL, )) 2025-03-23 00:45:11 : deja traité on continue 2025-03-23 00:45:11 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '20F170', 'debut' => '2020-07-21', 'fin' => '2021-07-21', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '18F167', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '17F182', 'debut' => '2017-04-11', 'fin' => '2018-04-11', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '16F203', 'debut' => '2016-04-06', 'fin' => '2017-04-06', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '15F0217', 'debut' => '2015-04-16', 'fin' => '2016-04-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '14F0277', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '13F0213', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '12F0242', 'debut' => '2012-04-11', 'fin' => '2013-04-11', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '11F0250', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'PAQUETEAU', 'id' => '503', 'email_address' => 'fabrice.paqueteau@paysapt-luberon.fr', 'identifiant' => 'edvccpaysapt', 'motdepasse' => '10F0175', 'numfacture' => '10F0175', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '22F084', 'debut' => '2022-03-14', 'fin' => '2023-03-14', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '21F046', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '20F108', 'debut' => '2020-02-17', 'fin' => '2021-02-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '19F026', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '18F013', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '17F021', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '16F0043', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '15F0024', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '14F0057', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '13F0008', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '12F0086', 'debut' => '2012-01-27', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '11F0078', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '09F0461', 'debut' => '2009-11-13', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Fanny', 'last_name' => 'THOUMINE', 'id' => '301', 'email_address' => 'fthoumine@cc-lespieux.com', 'identifiant' => 'edvccpieux', 'motdepasse' => '08F0348', 'numfacture' => '08F0348', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '23F079', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '22F179', 'debut' => '2022-11-25', 'fin' => '2023-11-25', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '21F215', 'debut' => '2021-09-28', 'fin' => '2022-09-28', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '20F217', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '18F148', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '17F206', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '16F184', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '15F0232', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '14F0278', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '13F0210', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '12F0246', 'debut' => '2012-04-16', 'fin' => '2013-04-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '11F0254', 'debut' => '2011-04-27', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '10F0204', 'debut' => '2010-04-27', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Emeline', 'last_name' => 'BAUJON', 'id' => '428', 'email_address' => 'ebaujon@cc-valdeaisne.fr', 'identifiant' => 'edvccvaldeaisne', 'motdepasse' => '09F0264', 'numfacture' => '09F0264', 'debut' => '2009-04-21', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'CERESA', 'id' => 'c8210221-1e85-51cb-2403-522d8eaa34e9', 'email_address' => 'mairie.thillot@ville-lethillot88.fr', 'identifiant' => 'edvceresa', 'motdepasse' => '13F0368', 'numfacture' => '14F0421', 'debut' => '2014-09-10', 'fin' => '2015-09-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'CERESA', 'id' => 'c8210221-1e85-51cb-2403-522d8eaa34e9', 'email_address' => 'mairie.thillot@ville-lethillot88.fr', 'identifiant' => 'edvceresa', 'motdepasse' => '13F0368', 'numfacture' => '13F0368', 'debut' => '2013-09-09', 'fin' => '2014-09-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Joseph', 'last_name' => 'CESARO', 'id' => '3ff5c46b-7eab-a6fc-c468-61642c1050b3', 'email_address' => 'c.masson@agglo-casa.fr', 'identifiant' => 'edvcesaro', 'motdepasse' => 'edvjoseph', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DES ALPES HAUTE PROVENCE', 'id' => '306', 'email_address' => NULL, 'identifiant' => 'edvcg04', 'motdepasse' => '08F0353', 'numfacture' => '08F0353', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvcg04 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'ROBERT', 'id' => '617', 'email_address' => 'i.robert@dordogne.fr', 'identifiant' => 'edvcg24', 'motdepasse' => '12F0155', 'numfacture' => '14F0144', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'ROBERT', 'id' => '617', 'email_address' => 'i.robert@dordogne.fr', 'identifiant' => 'edvcg24', 'motdepasse' => '12F0155', 'numfacture' => '13F0071', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'ROBERT', 'id' => '617', 'email_address' => 'i.robert@dordogne.fr', 'identifiant' => 'edvcg24', 'motdepasse' => '12F0155', 'numfacture' => '12F0155', 'debut' => '2012-02-27', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '21F044', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '20F107', 'debut' => '2020-02-17', 'fin' => '2021-02-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '19F017', 'debut' => '2019-02-05', 'fin' => '2020-02-05', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '18F027', 'debut' => '2018-01-24', 'fin' => '2019-01-24', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '17F045', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '16F0011', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '15F0069', 'debut' => '2015-01-29', 'fin' => '2016-01-29', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '14F0165', 'debut' => '2014-03-10', 'fin' => '2015-03-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Pôle Documentaire', 'id' => '369446f0-da8c-cbf4-335e-515048a85b3f', 'email_address' => 'documentation@cg29.fr', 'identifiant' => 'edvcg29', 'motdepasse' => '13F0196', 'numfacture' => '13F0196', 'debut' => '2013-03-25', 'fin' => '2014-03-25', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DU GARD', 'id' => '409', 'email_address' => 'satese@gard.fr', 'identifiant' => 'edvcg30', 'motdepasse' => '09F0211', 'numfacture' => '12F0332', 'debut' => '2012-07-02', 'fin' => '2013-07-02', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DU GARD', 'id' => '409', 'email_address' => 'satese@gard.fr', 'identifiant' => 'edvcg30', 'motdepasse' => '09F0211', 'numfacture' => '11F0361', 'debut' => '2011-07-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DU GARD', 'id' => '409', 'email_address' => 'satese@gard.fr', 'identifiant' => 'edvcg30', 'motdepasse' => '09F0211', 'numfacture' => '10F0293', 'debut' => '2010-07-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DU GARD', 'id' => '409', 'email_address' => 'satese@gard.fr', 'identifiant' => 'edvcg30', 'motdepasse' => '09F0211', 'numfacture' => '09F0211', 'debut' => '2009-03-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MANZONI', 'id' => '459', 'email_address' => 'l.manzoni@cg33.fr', 'identifiant' => 'edvcg33', 'motdepasse' => '09F0436', 'numfacture' => '11F0406', 'debut' => '2011-10-22', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvcg33 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MANZONI', 'id' => '459', 'email_address' => 'l.manzoni@cg33.fr', 'identifiant' => 'edvcg33', 'motdepasse' => '09F0436', 'numfacture' => '10F0298', 'debut' => '2010-10-22', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MANZONI', 'id' => '459', 'email_address' => 'l.manzoni@cg33.fr', 'identifiant' => 'edvcg33', 'motdepasse' => '09F0436', 'numfacture' => '09F0436', 'debut' => '2009-10-22', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '15F0056', 'debut' => '2015-01-22', 'fin' => '2016-01-22', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '14F0009', 'debut' => '2014-01-17', 'fin' => '2015-01-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '13F0047', 'debut' => '2013-01-28', 'fin' => '2014-01-28', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '12F0010', 'debut' => '2012-01-12', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '10F0393', 'debut' => '2011-02-03', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '10F0054', 'debut' => '2010-02-03', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DU LOT', 'id' => '356', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcg46', 'motdepasse' => '09F0040', 'numfacture' => '09F0040', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '17F196', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '16F196', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '15F0228', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '14F0273', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '13F0211', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '12F0247', 'debut' => '2012-04-16', 'fin' => '2013-04-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '11F0265', 'debut' => '2011-05-25', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '09F0338', 'debut' => '2010-05-25', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE LA NIEVRE', 'id' => '260', 'email_address' => 'sde@cg58.fr', 'identifiant' => 'edvcg58', 'motdepasse' => '08F0257', 'numfacture' => '08F0257', 'debut' => '2008-06-20', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '23F082', 'debut' => '2023-02-03', 'fin' => '2024-02-03', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '12F032', 'debut' => '2022-02-07', 'fin' => '2023-02-07', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '21F032', 'debut' => '2021-02-08', 'fin' => '2022-02-08', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '20F114', 'debut' => '2020-02-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '19F112', 'debut' => '2019-03-18', 'fin' => '2020-03-18', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '18F139', 'debut' => '2018-04-11', 'fin' => '2019-04-11', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '17F171', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '16F0041', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '15F0043', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '14F0018', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '13F0055', 'debut' => '2013-01-29', 'fin' => '2014-01-29', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '12F0207', 'debut' => '2012-03-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '11F0226', 'debut' => '2011-03-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '10F0292', 'debut' => '2010-11-13', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '09F0460', 'debut' => '2009-11-13', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Alice', 'last_name' => 'ERNULT', 'id' => '266', 'email_address' => 'marie-alice.ernult@valdemarne.fr', 'identifiant' => 'edvcg94', 'motdepasse' => '08F0270', 'numfacture' => '08F0270', 'debut' => '2008-07-08', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '23F046', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '22F197', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '21F189', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '20F229', 'debut' => '2020-08-04', 'fin' => '2021-08-04', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '19F237', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '18F220', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '17F267', 'debut' => '2017-06-27', 'fin' => '2018-06-27', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '16F274', 'debut' => '2016-06-16', 'fin' => '2017-06-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '15F0312', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '14F0341', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '13F0322', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '12F0148', 'debut' => '2012-06-14', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '11F0134', 'debut' => '2011-06-14', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '10F0250', 'debut' => '2010-06-14', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '09F0092', 'debut' => '2009-02-09', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Ronan', 'last_name' => 'PHILIPPE', 'id' => '20', 'email_address' => 'anne-marie.moine@cg42.fr', 'identifiant' => 'edvcgstetienne', 'motdepasse' => '07F0221', 'numfacture' => '07F0221', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Cédric', 'last_name' => 'CHAILLOUX', 'id' => 'a3231eb1-ad5a-249b-ce81-508664d451be', 'email_address' => 'mairie@saintmichelmontmercure.fr', 'identifiant' => 'edvchailloux', 'motdepasse' => '12F0445', 'numfacture' => '17F348', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Cédric', 'last_name' => 'CHAILLOUX', 'id' => 'a3231eb1-ad5a-249b-ce81-508664d451be', 'email_address' => 'mairie@saintmichelmontmercure.fr', 'identifiant' => 'edvchailloux', 'motdepasse' => '12F0445', 'numfacture' => '16F369', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Cédric', 'last_name' => 'CHAILLOUX', 'id' => 'a3231eb1-ad5a-249b-ce81-508664d451be', 'email_address' => 'mairie@saintmichelmontmercure.fr', 'identifiant' => 'edvchailloux', 'motdepasse' => '12F0445', 'numfacture' => '15F0407', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Cédric', 'last_name' => 'CHAILLOUX', 'id' => 'a3231eb1-ad5a-249b-ce81-508664d451be', 'email_address' => 'mairie@saintmichelmontmercure.fr', 'identifiant' => 'edvchailloux', 'motdepasse' => '12F0445', 'numfacture' => '14F0468', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Cédric', 'last_name' => 'CHAILLOUX', 'id' => 'a3231eb1-ad5a-249b-ce81-508664d451be', 'email_address' => 'mairie@saintmichelmontmercure.fr', 'identifiant' => 'edvchailloux', 'motdepasse' => '12F0445', 'numfacture' => '13F0399', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Cédric', 'last_name' => 'CHAILLOUX', 'id' => 'a3231eb1-ad5a-249b-ce81-508664d451be', 'email_address' => 'mairie@saintmichelmontmercure.fr', 'identifiant' => 'edvchailloux', 'motdepasse' => '12F0445', 'numfacture' => '12F0445', 'debut' => '2012-10-23', 'fin' => '2013-10-23', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '23F151', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '21F261', 'debut' => '2021-12-14', 'fin' => '2022-12-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '20F283', 'debut' => '2020-11-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '19F326', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '18F295', 'debut' => '2018-09-12', 'fin' => '2019-09-12', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '17F335', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '16F341', 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '15F0411', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MOSCHIETTO-FRANSA', 'id' => 'c763240b-caee-5363-ea70-542a6dc36f5c', 'email_address' => 'celine.moschietto-fransa@grandchambery.fr', 'identifiant' => 'edvchamberymetropole', 'motdepasse' => '14F0473', 'numfacture' => '14F0473', 'debut' => '2014-10-09', 'fin' => '2015-09-30', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Boris', 'last_name' => 'DAVID', 'id' => '200', 'email_address' => 'boris.david@veolia.com', 'identifiant' => 'edvchampagne', 'motdepasse' => '09F0188', 'numfacture' => '09F0188', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvchampagne Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '19F144', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '18F120', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '17F147', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '16F158', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '15F0166', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '14F0197', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '13F0152', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '12F0184', 'debut' => '2012-03-22', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '11F0177', 'debut' => '2011-03-22', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '10F0135', 'debut' => '2010-03-22', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '09F0196', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvchanal', 'motdepasse' => '08F0013', 'numfacture' => '08F0013', 'debut' => '2008-01-23', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '23F119', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '22F064', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '21F082', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '20F065', 'debut' => '2020-02-06', 'fin' => '2021-02-06', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '19F081', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '18F058', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '17F072', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '16F091', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '15F0120', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '14F0094', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '13F0111', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '12F0031', 'debut' => '2012-02-06', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '11F0025', 'debut' => '2011-02-06', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '10F0031', 'debut' => '2010-02-06', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'CHANTREAU', 'id' => '379', 'email_address' => 'syndicat-eau@wanadoo.fr', 'identifiant' => 'edvchantreau', 'motdepasse' => '09F0083', 'numfacture' => '09F0083', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'CHAPELEAU', 'id' => '11', 'email_address' => 'vanessa.chapeleau@nantesmetropole.fr', 'identifiant' => 'edvchapeleau', 'motdepasse' => '07F0227', 'numfacture' => '09F0045', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvchapeleau Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'CHAPELEAU', 'id' => '11', 'email_address' => 'vanessa.chapeleau@nantesmetropole.fr', 'identifiant' => 'edvchapeleau', 'motdepasse' => '07F0227', 'numfacture' => '07F0227', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvcharles', 'motdepasse' => '10F0211', 'numfacture' => '12F0235', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvcharles', 'motdepasse' => '10F0211', 'numfacture' => '11F0249', 'debut' => '2011-04-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvcharles', 'motdepasse' => '10F0211', 'numfacture' => '10F0211', 'debut' => '2010-04-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'CHARPENTIER', 'id' => '54', 'email_address' => 'c3e.fcharpentier@wanadoo.fr', 'identifiant' => 'edvcharpentier', 'motdepasse' => '07F0162', 'numfacture' => '10F0285', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvcharpentier Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Bénédicte', 'last_name' => 'CHARPENTIER', 'id' => '281', 'email_address' => 'assainissement@fontenay-sous-bois.fr', 'identifiant' => 'edvcharpentier', 'motdepasse' => '08F0304', 'numfacture' => '08F0304', 'debut' => '2009-09-03', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'CHARPENTIER', 'id' => '54', 'email_address' => 'c3e.fcharpentier@wanadoo.fr', 'identifiant' => 'edvcharpentier', 'motdepasse' => '07F0162', 'numfacture' => '09F0131', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'CHARPENTIER', 'id' => '54', 'email_address' => 'c3e.fcharpentier@wanadoo.fr', 'identifiant' => 'edvcharpentier', 'motdepasse' => '07F0162', 'numfacture' => '07F0162', 'debut' => '2007-12-18', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '21F234', 'debut' => '2021-11-22', 'fin' => '2022-11-22', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '20F304', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '19F307', 'debut' => '2019-11-12', 'fin' => '2020-11-12', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '18F350', 'debut' => '2018-11-19', 'fin' => '2019-11-19', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '17F370', 'debut' => '2017-11-15', 'fin' => '2018-11-15', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '16F395', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '15F0434', 'debut' => '2015-11-04', 'fin' => '2016-11-04', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '14F0486', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '13F0483', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '11F0319', 'debut' => '2011-06-14', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvcharrade', 'motdepasse' => '10F0252', 'numfacture' => '10F0252', 'debut' => '2010-06-14', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CHARRAS', 'id' => '578', 'email_address' => NULL, 'identifiant' => 'edvcharras', 'motdepasse' => '11F0297', 'numfacture' => '13F0256', 'debut' => '2013-05-06', 'fin' => '2014-05-06', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CHARRAS', 'id' => '578', 'email_address' => NULL, 'identifiant' => 'edvcharras', 'motdepasse' => '11F0297', 'numfacture' => '12F0277', 'debut' => '2012-05-15', 'fin' => '2013-05-15', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CHARRAS', 'id' => '578', 'email_address' => NULL, 'identifiant' => 'edvcharras', 'motdepasse' => '11F0297', 'numfacture' => '11F0297', 'debut' => '2011-05-12', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '20F241', 'debut' => '2020-08-06', 'fin' => '2021-08-06', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '19F236', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '18F236', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '17F173', 'debut' => '2017-04-10', 'fin' => '2018-04-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '16F220', 'debut' => '2016-04-25', 'fin' => '2017-04-25', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '15F0255', 'debut' => '2015-05-21', 'fin' => '2016-05-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '14F0324', 'debut' => '2014-05-27', 'fin' => '2015-05-27', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '13F0382', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Yoann', 'last_name' => 'CHATEAU', 'id' => '9b9d0fc8-03cd-cb0e-3f77-4fed6cf26fb9', 'email_address' => 'yoann.chateau@laval.fr', 'identifiant' => 'edvchateau', 'motdepasse' => '12F0330', 'numfacture' => '12F0330', 'debut' => '2012-06-29', 'fin' => '2013-06-29', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Jean-Baptiste', 'last_name' => 'CHEREAU', 'id' => 'e270327d-bcc3-8041-c61f-529ee5e4544c', 'email_address' => 'jean-baptiste.chereau@veolia.com', 'identifiant' => 'edvchereau', 'motdepasse' => '13F0484', 'numfacture' => '13F0484', 'debut' => '2013-12-04', 'fin' => '2014-12-04', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'CHIALVA', 'id' => '380', 'email_address' => 'sierdv@wanadoo.fr', 'identifiant' => 'edvchiala', 'motdepasse' => '09F0085', 'numfacture' => '12F0237', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'CHIALVA', 'id' => '380', 'email_address' => 'sierdv@wanadoo.fr', 'identifiant' => 'edvchiala', 'motdepasse' => '09F0085', 'numfacture' => '11F0258', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'CHIALVA', 'id' => '380', 'email_address' => 'sierdv@wanadoo.fr', 'identifiant' => 'edvchiala', 'motdepasse' => '09F0085', 'numfacture' => '09F0085', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'CHOISY', 'id' => '59395199-dea2-84fe-343e-6163fbf6f258', 'email_address' => 'guillaume.choisy@eau-adour-garonne.fr', 'identifiant' => 'edvchoisy', 'motdepasse' => 'edvguillaume', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'CHORRIER-COLLET', 'id' => '505', 'email_address' => 'ptie@orange.fr', 'identifiant' => 'edvchorriercollet', 'motdepasse' => '10F0183', 'numfacture' => '13F0236', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'CHORRIER-COLLET', 'id' => '505', 'email_address' => 'ptie@orange.fr', 'identifiant' => 'edvchorriercollet', 'motdepasse' => '10F0183', 'numfacture' => '12F0225', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'CHORRIER-COLLET', 'id' => '505', 'email_address' => 'ptie@orange.fr', 'identifiant' => 'edvchorriercollet', 'motdepasse' => '10F0183', 'numfacture' => '11F0239', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'CHORRIER-COLLET', 'id' => '505', 'email_address' => 'ptie@orange.fr', 'identifiant' => 'edvchorriercollet', 'motdepasse' => '10F0183', 'numfacture' => '10F0183', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'CHUINE', 'id' => '61', 'email_address' => 'roland.chuine@idea89.fr', 'identifiant' => 'edvchuine', 'motdepasse' => '07F0153', 'numfacture' => '12F0034', 'debut' => '2012-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvchuine Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'CHUINE', 'id' => '61', 'email_address' => 'roland.chuine@idea89.fr', 'identifiant' => 'edvchuine', 'motdepasse' => '07F0153', 'numfacture' => '11F0028', 'debut' => '2011-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'CHUINE', 'id' => '61', 'email_address' => 'roland.chuine@idea89.fr', 'identifiant' => 'edvchuine', 'motdepasse' => '07F0153', 'numfacture' => '10F0035', 'debut' => '2010-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'CHUINE', 'id' => '61', 'email_address' => 'roland.chuine@idea89.fr', 'identifiant' => 'edvchuine', 'motdepasse' => '07F0153', 'numfacture' => '09F0077', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'CHUINE', 'id' => '61', 'email_address' => 'roland.chuine@idea89.fr', 'identifiant' => 'edvchuine', 'motdepasse' => '07F0153', 'numfacture' => '07F0153', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CICLET', 'id' => '481', 'email_address' => 'dst@laclusaz.fr', 'identifiant' => 'edvciclet', 'motdepasse' => '10F0025', 'numfacture' => '15F0026', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CICLET', 'id' => '481', 'email_address' => 'dst@laclusaz.fr', 'identifiant' => 'edvciclet', 'motdepasse' => '10F0025', 'numfacture' => '14F0041', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CICLET', 'id' => '481', 'email_address' => 'dst@laclusaz.fr', 'identifiant' => 'edvciclet', 'motdepasse' => '10F0025', 'numfacture' => '13F0030', 'debut' => '2013-01-24', 'fin' => '2014-01-24', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CICLET', 'id' => '481', 'email_address' => 'dst@laclusaz.fr', 'identifiant' => 'edvciclet', 'motdepasse' => '10F0025', 'numfacture' => '12F0026', 'debut' => '2012-01-18', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CICLET', 'id' => '481', 'email_address' => 'dst@laclusaz.fr', 'identifiant' => 'edvciclet', 'motdepasse' => '10F0025', 'numfacture' => '11F0020', 'debut' => '2011-01-18', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CICLET', 'id' => '481', 'email_address' => 'dst@laclusaz.fr', 'identifiant' => 'edvciclet', 'motdepasse' => '10F0025', 'numfacture' => '10F0025', 'debut' => '2010-01-18', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvclaude', 'motdepasse' => '08F0200', 'numfacture' => '08F0200', 'debut' => '2008-05-13', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvclaude Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'CLERC', 'id' => '9216e43a-47a1-1b3b-d1e8-5d25b2f70336', 'email_address' => 's.clerc@oieau.fr', 'identifiant' => 'edvclerc', 'motdepasse' => 'edvclerc', 'numfacture' => NULL, 'debut' => '2019-07-10', 'fin' => '2020-07-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'CLERVIL', 'id' => '61601484-39d3-59b2-518c-4fd0b231af3b', 'email_address' => 'veronique.clervil@sidass.fr', 'identifiant' => 'edvclervil', 'motdepasse' => '12F0313', 'numfacture' => '15F0326', 'debut' => '2015-06-10', 'fin' => '2016-06-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'CLERVIL', 'id' => '61601484-39d3-59b2-518c-4fd0b231af3b', 'email_address' => 'veronique.clervil@sidass.fr', 'identifiant' => 'edvclervil', 'motdepasse' => '12F0313', 'numfacture' => '14F0329', 'debut' => '2014-06-04', 'fin' => '2015-06-04', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'CLERVIL', 'id' => '61601484-39d3-59b2-518c-4fd0b231af3b', 'email_address' => 'veronique.clervil@sidass.fr', 'identifiant' => 'edvclervil', 'motdepasse' => '12F0313', 'numfacture' => '13F0302', 'debut' => '2013-06-25', 'fin' => '2014-06-25', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'CLERVIL', 'id' => '61601484-39d3-59b2-518c-4fd0b231af3b', 'email_address' => 'veronique.clervil@sidass.fr', 'identifiant' => 'edvclervil', 'motdepasse' => '12F0313', 'numfacture' => '12F0313', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '16F205', 'debut' => '2016-04-06', 'fin' => '2017-04-06', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '15F0219', 'debut' => '2015-04-16', 'fin' => '2016-04-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '14F0266', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '13F0219', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '12F0234', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '11F0248', 'debut' => '2011-04-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'CLOAREC', 'id' => '515', 'email_address' => 'stephane.cloarec@gers.gouv.fr', 'identifiant' => 'edvcloarec', 'motdepasse' => '10F0208', 'numfacture' => '10F0208', 'debut' => '2010-04-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '23F120', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '22F071', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '21F063', 'debut' => '2021-02-22', 'fin' => '2022-02-22', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '20F094', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '19F040', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '18F091', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '17F027', 'debut' => '2017-02-01', 'fin' => '2018-02-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '16F0032', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '15F0025', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '14F0058', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '13F0003', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'CLOT', 'id' => '613', 'email_address' => 'etienne.clot@eauxdusiers.fr', 'identifiant' => 'edvclot', 'motdepasse' => '12F0090', 'numfacture' => '12F0090', 'debut' => '2012-01-30', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '23F122', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '22F048', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '21F097', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '20F056', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '19F075', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '18F062', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '17F071', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '16F089', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '15F0123', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '14F0088', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '13F0114', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '12F0051', 'debut' => '2012-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '11F0042', 'debut' => '2011-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '10F0056', 'debut' => '2010-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '09F0067', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Romain', 'last_name' => 'AZOULAY', 'id' => '126', 'email_address' => 'assainissement@thouars-communaute.fr', 'identifiant' => 'edvcluzel', 'motdepasse' => '08F0073', 'numfacture' => '08F0073', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'CODINA', 'id' => '434', 'email_address' => 'mcodina@mairie-montevrain.fr', 'identifiant' => 'edvcodina', 'motdepasse' => '09F0290', 'numfacture' => '12F0233', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'CODINA', 'id' => '434', 'email_address' => 'mcodina@mairie-montevrain.fr', 'identifiant' => 'edvcodina', 'motdepasse' => '09F0290', 'numfacture' => '11F0247', 'debut' => '2011-05-12', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'CODINA', 'id' => '434', 'email_address' => 'mcodina@mairie-montevrain.fr', 'identifiant' => 'edvcodina', 'motdepasse' => '09F0290', 'numfacture' => '10F0206', 'debut' => '2010-05-12', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'CODINA', 'id' => '434', 'email_address' => 'mcodina@mairie-montevrain.fr', 'identifiant' => 'edvcodina', 'motdepasse' => '09F0290', 'numfacture' => '09F0290', 'debut' => '2009-05-12', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'COIGNY', 'id' => '383', 'email_address' => 'olivier.coigny@ville-cusset.fr', 'identifiant' => 'edvcoigny', 'motdepasse' => '09F0089', 'numfacture' => '09F0089', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:12 : edvcoigny Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'COLIN', 'id' => '59aed5c7-0536-01e7-b3b2-5ad858dc142c', 'email_address' => 'martine.colin@agglo-laval.fr', 'identifiant' => 'edvcolin', 'motdepasse' => '18F177', 'numfacture' => '20F214', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'COLIN', 'id' => '59aed5c7-0536-01e7-b3b2-5ad858dc142c', 'email_address' => 'martine.colin@agglo-laval.fr', 'identifiant' => 'edvcolin', 'motdepasse' => '18F177', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'COLIN', 'id' => '59aed5c7-0536-01e7-b3b2-5ad858dc142c', 'email_address' => 'martine.colin@agglo-laval.fr', 'identifiant' => 'edvcolin', 'motdepasse' => '18F177', 'numfacture' => '18F177', 'debut' => '2018-04-19', 'fin' => '2019-04-19', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvcollange', 'motdepasse' => '11F0451', 'numfacture' => '13F0413', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvcollange', 'motdepasse' => '11F0451', 'numfacture' => '12F0423', 'debut' => '2012-10-09', 'fin' => '2013-10-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvcollange', 'motdepasse' => '11F0451', 'numfacture' => '11F0451', 'debut' => '2011-10-18', 'fin' => NULL, )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '20F258', 'debut' => '2020-10-13', 'fin' => '2021-10-13', )) 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '19F292', 'debut' => '2019-10-22', 'fin' => '2020-10-22', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '18F302', 'debut' => '2018-09-13', 'fin' => '2019-09-13', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '17F342', 'debut' => '2017-10-09', 'fin' => '2018-10-09', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '16F361', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '15F0423', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '14F0452', 'debut' => '2014-10-07', 'fin' => '2015-10-07', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '13F0416', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:12 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '12F0417', 'debut' => '2012-10-02', 'fin' => '2013-10-02', )) 2025-03-23 00:45:12 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvcollot', 'motdepasse' => '11F0485', 'numfacture' => '11F0485', 'debut' => '2011-11-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COLMARIENNE DES EAUX', 'id' => '279', 'email_address' => 'contact@cdeaux.fr', 'identifiant' => 'edvcolmar68', 'motdepasse' => '08F0302', 'numfacture' => '09F0406', 'debut' => '2009-09-24', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcolmar68 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COLMARIENNE DES EAUX', 'id' => '279', 'email_address' => 'contact@cdeaux.fr', 'identifiant' => 'edvcolmar68', 'motdepasse' => '08F0302', 'numfacture' => '08F0302', 'debut' => '2009-09-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'COLON', 'id' => '58f1d8db-3c2c-02a0-8ffc-6151c71a7b4f', 'email_address' => 'david.colon@veolia.com', 'identifiant' => 'edvcolon', 'motdepasse' => 'edvdavid', 'numfacture' => NULL, 'debut' => '2021-09-27', 'fin' => '2022-09-27', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'ComAGA', 'id' => '422', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcomaga', 'motdepasse' => '09F0251', 'numfacture' => '12F0335', 'debut' => '2012-07-03', 'fin' => '2013-07-03', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'ComAGA', 'id' => '422', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcomaga', 'motdepasse' => '09F0251', 'numfacture' => '11F0356', 'debut' => '2011-07-26', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'ComAGA', 'id' => '422', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcomaga', 'motdepasse' => '09F0251', 'numfacture' => '10F0289', 'debut' => '2010-07-26', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'ComAGA', 'id' => '422', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcomaga', 'motdepasse' => '09F0251', 'numfacture' => '09F0251', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'IRIGOYEN', 'id' => '3c6c8529-819d-4ba1-850d-5c0646b21be8', 'email_address' => 'firigoyen@agglo-lenslievin.fr', 'identifiant' => 'edvcomagglo62', 'motdepasse' => '18F370', 'numfacture' => '20F030', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'IRIGOYEN', 'id' => '3c6c8529-819d-4ba1-850d-5c0646b21be8', 'email_address' => 'firigoyen@agglo-lenslievin.fr', 'identifiant' => 'edvcomagglo62', 'motdepasse' => '18F370', 'numfacture' => '18F370', 'debut' => '2018-12-04', 'fin' => '2019-12-04', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '14F0305', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '13F0271', 'debut' => '2013-05-14', 'fin' => '2014-05-14', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '12F0261', 'debut' => '2012-04-20', 'fin' => '2013-04-20', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '11F0261', 'debut' => '2011-05-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '10F0197', 'debut' => '2010-05-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '09F0249', 'debut' => '2009-05-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Audrey', 'last_name' => 'MOKONO', 'id' => '235', 'email_address' => 'corinne.peru_le_bris@cergypontoise.fr', 'identifiant' => 'edvcomagglo95', 'motdepasse' => '08F0210', 'numfacture' => '08F0210', 'debut' => '2008-05-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Services Techniques', 'id' => '48917b47-db1c-4d8b-dab7-5c59538211a7', 'email_address' => 'cannequin@valparisis.fr', 'identifiant' => 'edvcomagglovalparisis', 'motdepasse' => '19F015', 'numfacture' => '19F015', 'debut' => '2019-02-05', 'fin' => '2020-02-05', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '18F218', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '17F268', 'debut' => '2017-06-27', 'fin' => '2018-06-27', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '16F273', 'debut' => '2016-06-16', 'fin' => '2017-06-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '15F0320', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '14F0330', 'debut' => '2014-06-04', 'fin' => '2015-06-04', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '13F0306', 'debut' => '2013-06-25', 'fin' => '2014-06-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '12F0298', 'debut' => '2012-06-06', 'fin' => '2013-06-06', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'COMBOT', 'id' => '580', 'email_address' => 'mathieu.combot@ccems.fr', 'identifiant' => 'edvcombot', 'motdepasse' => '11F0334', 'numfacture' => '11F0334', 'debut' => '2011-06-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Communauté d’agglomération du Douaisis', 'id' => '5587066e-cd64-2e10-1a21-554236c0baff', 'email_address' => NULL, 'identifiant' => 'edvcomdouaisis', 'motdepasse' => 'edvcomdouaisis', 'numfacture' => NULL, 'debut' => '2015-04-30', 'fin' => '2016-04-30', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'COPIN', 'id' => '619', 'email_address' => 'entech@entech.fr', 'identifiant' => 'edvcopin', 'motdepasse' => '12F0160', 'numfacture' => '12F0160', 'debut' => '2012-03-12', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcopin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '21F012', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '20F097', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '19F042', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '18F086', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '17F033', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '16F0035', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '15F0045', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '14F0035', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '13F0033', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '12F0039', 'debut' => '2012-01-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '11F0006', 'debut' => '2011-01-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Peggy', 'last_name' => 'MICHEL', 'id' => '480', 'email_address' => 'pmichel@gie60.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '10F0018', 'numfacture' => '10F0018', 'debut' => '2010-01-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Louis', 'last_name' => 'COPPEAUX', 'id' => '108', 'email_address' => 'jean-louis.coppeaux@agriculture.gouv.fr', 'identifiant' => 'edvcoppeaux', 'motdepasse' => '08F0030', 'numfacture' => '08F0030', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '23F086', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '22F097', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '21F111', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '20F135', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '19F136', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '18F118', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '17F145', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '16F159', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '15F0175', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '14F0184', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CORBALAN', 'id' => '9591d3d4-9e08-562e-44c2-513d8c4b2381', 'email_address' => 'environnement.mairie-montfrin@orange.fr', 'identifiant' => 'edvcorbalan', 'motdepasse' => '13F0164', 'numfacture' => '13F0164', 'debut' => '2013-03-11', 'fin' => '2014-03-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvcorbiere', 'motdepasse' => '07F0202', 'numfacture' => '09F0110', 'debut' => '2009-02-13', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcorbiere Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvcorbiere', 'motdepasse' => '07F0202', 'numfacture' => '07F0202', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvcoriou', 'motdepasse' => '08F0004', 'numfacture' => '10F0014', 'debut' => '2010-01-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcoriou Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvcoriou', 'motdepasse' => '08F0004', 'numfacture' => '09F0041', 'debut' => '2009-01-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvcoriou', 'motdepasse' => '08F0004', 'numfacture' => '08F0004', 'debut' => '2008-01-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'CORNU', 'id' => '439', 'email_address' => 'bv.colmont@wanadoo.fr', 'identifiant' => 'edvcornu', 'motdepasse' => '09F0331', 'numfacture' => '09F0331', 'debut' => '2009-06-16', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcornu Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'COROMINA', 'id' => '579', 'email_address' => NULL, 'identifiant' => 'edvcoromina', 'motdepasse' => '11F0306', 'numfacture' => '12F0271', 'debut' => '2012-05-14', 'fin' => '2013-05-14', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'COROMINA', 'id' => '579', 'email_address' => NULL, 'identifiant' => 'edvcoromina', 'motdepasse' => '11F0306', 'numfacture' => '11F0306', 'debut' => '2011-05-30', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '23F031', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '22F008', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '21F025', 'debut' => '2021-01-25', 'fin' => '2022-01-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '20F017', 'debut' => '2020-01-16', 'fin' => '2021-01-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '18F392', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '17F396', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '16F416', 'debut' => '2016-12-19', 'fin' => '2017-12-19', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '15F0469', 'debut' => '2015-12-09', 'fin' => '2016-12-09', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '14F0525', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '13F0504', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '12F0518', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '11F0494', 'debut' => '2011-12-02', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '10F0371', 'debut' => '2010-12-02', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'CORRIGNAN', 'id' => '453', 'email_address' => 'p.corrignan@antea-ingenierie.fr', 'identifiant' => 'edvcorrignan', 'motdepasse' => '09F0392', 'numfacture' => '09F0392', 'debut' => '2009-09-03', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'CORRIO', 'id' => '433', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcorrio', 'motdepasse' => '09F0289', 'numfacture' => '11F0420', 'debut' => '2011-09-13', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcorrio Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'CORRIO', 'id' => '433', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcorrio', 'motdepasse' => '09F0289', 'numfacture' => '10F0304', 'debut' => '2010-09-14', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'CORRIO', 'id' => '433', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvcorrio', 'motdepasse' => '09F0289', 'numfacture' => '09F0289', 'debut' => '2009-05-12', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Serge', 'last_name' => 'CORVINO', 'id' => '376', 'email_address' => 's.corvino@cc-pontdeveyle.com', 'identifiant' => 'edvcorvino', 'motdepasse' => '09F0079', 'numfacture' => '09F0079', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcorvino Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'COSTA', 'id' => '502', 'email_address' => 'costa-smrbb@wanadoo.fr', 'identifiant' => 'edvcosta', 'motdepasse' => '10F0173', 'numfacture' => '13F0244', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'COSTA', 'id' => '502', 'email_address' => 'costa-smrbb@wanadoo.fr', 'identifiant' => 'edvcosta', 'motdepasse' => '10F0173', 'numfacture' => '12F0220', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'COSTA', 'id' => '502', 'email_address' => 'costa-smrbb@wanadoo.fr', 'identifiant' => 'edvcosta', 'motdepasse' => '10F0173', 'numfacture' => '11F0234', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Magali', 'last_name' => 'COSTA', 'id' => '502', 'email_address' => 'costa-smrbb@wanadoo.fr', 'identifiant' => 'edvcosta', 'motdepasse' => '10F0173', 'numfacture' => '10F0173', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COTREBIL', 'id' => '523', 'email_address' => 'tcotrebil@amf.asso.fr', 'identifiant' => 'edvcotrebil', 'motdepasse' => '10F0273', 'numfacture' => '11F0333', 'debut' => '2011-07-09', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcotrebil Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COTREBIL', 'id' => '523', 'email_address' => 'tcotrebil@amf.asso.fr', 'identifiant' => 'edvcotrebil', 'motdepasse' => '10F0273', 'numfacture' => '10F0273', 'debut' => '2010-07-09', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'COTTET', 'id' => '614', 'email_address' => 'serviceeaux.sospel@orange.fr', 'identifiant' => 'edvcottet', 'motdepasse' => '12F0138', 'numfacture' => '17F079', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'COTTET', 'id' => '614', 'email_address' => 'serviceeaux.sospel@orange.fr', 'identifiant' => 'edvcottet', 'motdepasse' => '12F0138', 'numfacture' => '16F092', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'COTTET', 'id' => '614', 'email_address' => 'serviceeaux.sospel@orange.fr', 'identifiant' => 'edvcottet', 'motdepasse' => '12F0138', 'numfacture' => '15F0112', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'COTTET', 'id' => '614', 'email_address' => 'serviceeaux.sospel@orange.fr', 'identifiant' => 'edvcottet', 'motdepasse' => '12F0138', 'numfacture' => '14F0102', 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'COTTET', 'id' => '614', 'email_address' => 'serviceeaux.sospel@orange.fr', 'identifiant' => 'edvcottet', 'motdepasse' => '12F0138', 'numfacture' => '13F0098', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'COTTET', 'id' => '614', 'email_address' => 'serviceeaux.sospel@orange.fr', 'identifiant' => 'edvcottet', 'motdepasse' => '12F0138', 'numfacture' => '12F0138', 'debut' => '2012-02-13', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'COUDERC', 'id' => '339', 'email_address' => 'siaep.mvt.rabastens@wanadoo.fr', 'identifiant' => 'edvcouderc', 'motdepasse' => '09F0016', 'numfacture' => '09F0016', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcouderc Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'COUDREY', 'id' => '277', 'email_address' => 'coudrey.k@bayeux-intercom.fr', 'identifiant' => 'edvcoudrey', 'motdepasse' => '08F0300', 'numfacture' => '08F0300', 'debut' => '2008-09-11', 'fin' => NULL, )) 2025-03-23 00:45:13 : edvcoudrey Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvcoulmy', 'motdepasse' => '09F0117', 'numfacture' => '18F060', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvcoulmy', 'motdepasse' => '09F0117', 'numfacture' => '17F059', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvcoulmy', 'motdepasse' => '09F0117', 'numfacture' => '16F114', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvcoulmy', 'motdepasse' => '09F0117', 'numfacture' => '15F0084', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvcoulmy', 'motdepasse' => '09F0117', 'numfacture' => '14F0131', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvcoulmy', 'motdepasse' => '09F0117', 'numfacture' => '13F0090', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '18F165', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '17F185', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '16F204', 'debut' => '2016-04-06', 'fin' => '2017-04-06', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '15F0215', 'debut' => '2015-04-16', 'fin' => '2016-04-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '14F0267', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '13F0201', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '12F0141', 'debut' => '2012-04-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '11F0149', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '10F0192', 'debut' => '2010-04-21', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'Alvarez', 'id' => '418', 'email_address' => 'nicolas.alvarez@educagri.fr', 'identifiant' => 'edvcourtiade', 'motdepasse' => '09F0237', 'numfacture' => '09F0237', 'debut' => '2009-04-07', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '18F251', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '17F306', 'debut' => '2017-07-20', 'fin' => '2018-07-20', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '16F304', 'debut' => '2016-07-07', 'fin' => '2017-07-07', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '15F0366', 'debut' => '2015-07-08', 'fin' => '2016-07-08', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '14F0379', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '13F0364', 'debut' => '2013-07-26', 'fin' => '2014-07-26', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '12F0331', 'debut' => '2012-07-02', 'fin' => '2013-07-02', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '11F0358', 'debut' => '2011-07-30', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '10F0294', 'debut' => '2010-07-30', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '09F0332', 'debut' => '2009-07-03', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'COUSTILLET', 'id' => '263', 'email_address' => 'eric.coustillet@wanadoo.fr', 'identifiant' => 'edvcoustillet', 'motdepasse' => '08F0269', 'numfacture' => '08F0269', 'debut' => '2008-07-03', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '18F297', 'debut' => '2018-09-12', 'fin' => '2019-09-12', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '17F334', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '16F343', 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '15F0393', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '14F0420', 'debut' => '2014-09-10', 'fin' => '2015-09-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '13F0374', 'debut' => '2013-09-16', 'fin' => '2014-09-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '12F0300', 'debut' => '2012-06-06', 'fin' => '2013-06-06', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '11F0301', 'debut' => '2011-06-16', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '10F0235', 'debut' => '2010-06-16', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'CREQUER', 'id' => '254', 'email_address' => 'stephanie.crequer@agglo-rouennaise.fr', 'identifiant' => 'edvcrequer', 'motdepasse' => '09F0330', 'numfacture' => '09F0330', 'debut' => '2009-06-16', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvcreuzet', 'motdepasse' => '11F0262', 'numfacture' => '15F0194', 'debut' => '2015-03-11', 'fin' => '2016-03-11', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvcreuzet', 'motdepasse' => '11F0262', 'numfacture' => '14F0039', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvcreuzet', 'motdepasse' => '11F0262', 'numfacture' => '13F0060', 'debut' => '2013-02-01', 'fin' => '2014-02-01', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvcreuzet', 'motdepasse' => '11F0262', 'numfacture' => '12F0097', 'debut' => '2012-04-11', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvcreuzet', 'motdepasse' => '11F0262', 'numfacture' => '11F0262', 'debut' => '2011-04-11', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvcrinquant', 'motdepasse' => '13F0299', 'numfacture' => '16F287', 'debut' => '2016-06-28', 'fin' => '2017-06-28', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvcrinquant', 'motdepasse' => '13F0299', 'numfacture' => '15F0296', 'debut' => '2015-06-02', 'fin' => '2016-06-02', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvcrinquant', 'motdepasse' => '13F0299', 'numfacture' => '14F0337', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvcrinquant', 'motdepasse' => '13F0299', 'numfacture' => '13F0299', 'debut' => '2013-06-20', 'fin' => '2014-06-20', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => '17F347', 'debut' => '2017-10-09', 'fin' => '2018-10-09', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => '16F366', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => '15F0409', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => '14F0467', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => '13F0394', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => '12F0406', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'MONGIS', 'id' => '594', 'email_address' => 'marc.mongis@region-martinique.mq', 'identifiant' => 'edvcrmartinique', 'motdepasse' => '11F0409', 'numfacture' => NULL, 'debut' => '2011-09-09', 'fin' => '2013-06-08', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '22F068', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '21F069', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '20F084', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '19F051', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '18F071', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '17F053', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '16F122', 'debut' => '2016-02-25', 'fin' => '2017-02-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '15F0083', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '14F0061', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'CUARTANGO', 'id' => 'dd70d3a5-e063-f613-067d-510f7f3503b2', 'email_address' => 'cro@piemont-oloronais.fr', 'identifiant' => 'edvcuartango', 'motdepasse' => '11F0061', 'numfacture' => '13F0061', 'debut' => '2013-02-04', 'fin' => '2014-02-04', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvcudon', 'motdepasse' => '10F0115', 'numfacture' => '14F0183', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvcudon', 'motdepasse' => '10F0115', 'numfacture' => '13F0168', 'debut' => '2013-03-11', 'fin' => '2014-03-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvcudon', 'motdepasse' => '10F0115', 'numfacture' => '12F0177', 'debut' => '2012-03-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvcudon', 'motdepasse' => '10F0115', 'numfacture' => '11F0168', 'debut' => '2011-03-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvcudon', 'motdepasse' => '10F0115', 'numfacture' => '10F0115', 'debut' => '2010-03-15', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '15F0253', 'debut' => '2015-05-20', 'fin' => '2016-05-20', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '14F0291', 'debut' => '2014-05-15', 'fin' => '2015-05-15', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '13F0264', 'debut' => '2013-05-07', 'fin' => '2014-05-07', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '12F0274', 'debut' => '2012-05-14', 'fin' => '2013-05-14', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '11F0293', 'debut' => '2011-05-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '10F0219', 'debut' => '2010-05-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE URBAINE MARSEILLE PROVENCE METROPOLE', 'id' => '421', 'email_address' => 'jean-yves.guivarch@marseille-provence.fr', 'identifiant' => 'edvcumpm', 'motdepasse' => '09F0250', 'numfacture' => '09F0250', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '16F0055', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '15F0018', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '14F0043', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '13F0024', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '12F0042', 'debut' => '2012-01-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '11F0009', 'debut' => '2011-01-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '10F0010', 'debut' => '2010-01-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Martine', 'last_name' => 'DAINE', 'id' => '351', 'email_address' => 'siamhlm@wanadoo.fr', 'identifiant' => 'edvdaine', 'motdepasse' => '09F0030', 'numfacture' => '09F0030', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '20F172', 'debut' => '2020-07-21', 'fin' => '2021-07-21', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '19F167', 'debut' => '2019-07-10', 'fin' => '2020-07-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '18F248', 'debut' => '2018-07-12', 'fin' => '2019-07-12', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '17F312', 'debut' => '2017-07-20', 'fin' => '2018-07-20', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '16F295', 'debut' => '2016-06-16', 'fin' => '2017-06-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '15F0313', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '14F0343', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '13F0292', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'MASSON', 'id' => '5dbf8c37-d5d7-82ab-b466-4fe8649ca16c', 'email_address' => 'sebastien.masson@ville-noumea.nc', 'identifiant' => 'edvdangio', 'motdepasse' => '12F0325', 'numfacture' => '12F0325', 'debut' => '2012-06-25', 'fin' => '2013-06-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'DARAIGNEZ', 'id' => '59a57d30-1809-1af3-403f-4fdefb663c0a', 'email_address' => NULL, 'identifiant' => 'edvdaraignez', 'motdepasse' => '12F0320', 'numfacture' => '14F0342', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'DARAIGNEZ', 'id' => '59a57d30-1809-1af3-403f-4fdefb663c0a', 'email_address' => NULL, 'identifiant' => 'edvdaraignez', 'motdepasse' => '12F0320', 'numfacture' => '13F0294', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'DARAIGNEZ', 'id' => '59a57d30-1809-1af3-403f-4fdefb663c0a', 'email_address' => NULL, 'identifiant' => 'edvdaraignez', 'motdepasse' => '12F0320', 'numfacture' => '12F0320', 'debut' => '2012-06-18', 'fin' => '2013-06-18', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '23F115', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '22F066', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '21F072', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '20F076', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '19F059', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '18F064', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '17F066', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '16F101', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DARREAU', 'id' => 'd30b0be1-0ed0-0704-de44-54d9c70a3632', 'email_address' => 'laurence.sierf@orange.fr', 'identifiant' => 'edvdarreau', 'motdepasse' => '15F0102', 'numfacture' => '15F0102', 'debut' => '2015-02-10', 'fin' => '2016-02-10', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '23F111', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '22F081', 'debut' => '2022-03-11', 'fin' => '2023-03-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '21F045', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '20F112', 'debut' => '2020-02-17', 'fin' => '2021-02-17', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '19F030', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '18F012', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '17F022', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '16F0047', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '15F0005', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '14F0040', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '13F0031', 'debut' => '2013-01-24', 'fin' => '2014-01-24', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '12F0032', 'debut' => '2012-01-18', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '11F0026', 'debut' => '2011-01-18', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Erick', 'last_name' => 'DASTUGUE', 'id' => '484', 'email_address' => 'erickdastugue.rmc@orange.fr', 'identifiant' => 'edvdastugue', 'motdepasse' => '10F0032', 'numfacture' => '10F0032', 'debut' => '2010-01-18', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '17F139', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '16F172', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '15F0179', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '14F0174', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '13F0183', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '12F0172', 'debut' => '2012-03-08', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Steve', 'last_name' => 'DAUBAS', 'id' => '569', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvdaubas', 'motdepasse' => '11F0161', 'numfacture' => '11F0161', 'debut' => '2011-03-08', 'fin' => NULL, )) 2025-03-23 00:45:13 : deja traité on continue 2025-03-23 00:45:13 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '23F131', 'debut' => '2023-02-09', 'fin' => '2024-02-09', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '22F058', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '21F092', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '20F045', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '19F097', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '18F042', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '17F076', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '16F117', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '15F0079', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '14F0141', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '13F0079', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '12F0114', 'debut' => '2012-02-23', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '11F0108', 'debut' => '2011-02-23', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '10F0067', 'debut' => '2010-02-23', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'DAULOUEDE', 'id' => '393', 'email_address' => 'regieeautosse@orange.fr', 'identifiant' => 'edvdaulouede', 'motdepasse' => '09F0130', 'numfacture' => '09F0130', 'debut' => '2009-02-23', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '23F070', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '22F143', 'debut' => '2022-07-25', 'fin' => '2023-07-25', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '21F176', 'debut' => '2021-07-27', 'fin' => '2022-07-27', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '20F169', 'debut' => '2020-07-21', 'fin' => '2021-07-21', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '18F226', 'debut' => '2018-06-15', 'fin' => '2019-06-15', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '17F262', 'debut' => '2017-06-22', 'fin' => '2018-06-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '16F288', 'debut' => '2016-06-28', 'fin' => '2017-06-28', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DAVID', 'id' => '160d0c94-060a-3776-e52f-556d63121fba', 'email_address' => 'caroline.david@sicoval.fr', 'identifiant' => 'edvdavid', 'motdepasse' => '15F0291', 'numfacture' => '15F0291', 'debut' => '2015-06-02', 'fin' => '2016-06-02', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DAVY', 'id' => '5f2114e5-1229-8675-ef53-578ca6749a63', 'email_address' => 'gerard.davy@ville-epernon.fr', 'identifiant' => 'edvdavy', 'motdepasse' => '16F269', 'numfacture' => '18F256', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DAVY', 'id' => '5f2114e5-1229-8675-ef53-578ca6749a63', 'email_address' => 'gerard.davy@ville-epernon.fr', 'identifiant' => 'edvdavy', 'motdepasse' => '16F269', 'numfacture' => '17F302', 'debut' => '2017-07-13', 'fin' => '2018-07-13', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DAVY', 'id' => '5f2114e5-1229-8675-ef53-578ca6749a63', 'email_address' => 'gerard.davy@ville-epernon.fr', 'identifiant' => 'edvdavy', 'motdepasse' => '16F269', 'numfacture' => '16F269', 'debut' => '2016-07-18', 'fin' => '2017-07-18', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'DAVY', 'id' => '83', 'email_address' => 'gerard.davy@ville-epernon.fr', 'identifiant' => 'edvdavy', 'motdepasse' => '08F0007', 'numfacture' => '12F0404', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'DAVY', 'id' => '83', 'email_address' => 'gerard.davy@ville-epernon.fr', 'identifiant' => 'edvdavy', 'motdepasse' => '08F0007', 'numfacture' => '11F0415', 'debut' => '2011-09-12', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'DAVY', 'id' => '83', 'email_address' => 'gerard.davy@ville-epernon.fr', 'identifiant' => 'edvdavy', 'motdepasse' => '08F0007', 'numfacture' => '08F0007', 'debut' => '2008-01-22', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddaf68', 'motdepasse' => '09F0476', 'numfacture' => '09F0476', 'debut' => '2009-11-23', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvddaf68 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvddaf74', 'motdepasse' => '08F0230', 'numfacture' => '10F0339', 'debut' => '2010-11-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvddaf74 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvddaf74', 'motdepasse' => '08F0230', 'numfacture' => '09F0450', 'debut' => '2009-11-12', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUDAN-ROSSERO', 'id' => '243', 'email_address' => 'Eliane.Soudan-Rossero@haute-savoie.gouv.fr', 'identifiant' => 'edvddaf74', 'motdepasse' => '08F0230', 'numfacture' => '08F0230', 'debut' => '2008-05-30', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DEPARTEMENTALE DE L\'EQUIPEMENT ET DE L\'AGRICULTURE DE LA HAUTE-MARNE', 'id' => '395', 'email_address' => 'BIA.SI.DDEA-52@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddea52', 'motdepasse' => '09F0138', 'numfacture' => '09F0138', 'debut' => '2009-02-26', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvddea52 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'FREYBURGER', 'id' => '474', 'email_address' => 'alain.tremoy@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddea73', 'motdepasse' => '09F0494', 'numfacture' => '09F0494', 'debut' => '2009-12-04', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvddea73 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '16F373', 'debut' => '2016-10-26', 'fin' => '2017-10-26', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '15F0457', 'debut' => '2015-11-30', 'fin' => '2016-11-30', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '14F0499', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '13F0434', 'debut' => '2013-10-22', 'fin' => '2014-10-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '12F0497', 'debut' => '2012-12-03', 'fin' => '2013-12-03', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '11F0449', 'debut' => '2011-12-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DIRECTION DEPARTEMENTALE DES TERRITOIRES DE LA LOZERE', 'id' => '539', 'email_address' => 'Sylviane.Emilien@equipement-agriculture.gouv.fr', 'identifiant' => 'edvddt48', 'motdepasse' => '10F0389', 'numfacture' => '10F0389', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '23F014', 'debut' => '2023-01-26', 'fin' => '2024-01-26', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '21F235', 'debut' => '2021-11-22', 'fin' => '2022-11-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '20F296', 'debut' => '2020-11-19', 'fin' => '2021-11-19', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '19F327', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '18F289', 'debut' => '2018-09-11', 'fin' => '2019-09-11', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '17F337', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '16F340', 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '15F0388', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '14F0423', 'debut' => '2014-09-16', 'fin' => '2015-09-16', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '13F0431', 'debut' => '2013-10-21', 'fin' => '2014-10-01', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '12F0451', 'debut' => '2012-10-25', 'fin' => '2013-10-25', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '11F0448', 'debut' => '2011-11-05', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Mireille', 'last_name' => 'JEHL', 'id' => '470', 'email_address' => 'mireille.jehl@haut-rhin.gouv.fr', 'identifiant' => 'edvddt68', 'motdepasse' => '10F0334', 'numfacture' => '10F0334', 'debut' => '2010-11-05', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '23F093', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '21F095', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '21F121', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '20F148', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '19F130', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '18F132', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'DE GRISSAC', 'id' => '12c755c4-950c-d015-f392-58d1212b4811', 'email_address' => 'contact@smegreg.org', 'identifiant' => 'edvdegrissac', 'motdepasse' => '17F131', 'numfacture' => '17F131', 'debut' => '2017-03-21', 'fin' => '2018-03-21', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'DELABRE', 'id' => '532', 'email_address' => 'richard.delabre@haute-loire.gouv.fr', 'identifiant' => 'edvdelabre', 'motdepasse' => '10F0341', 'numfacture' => '10F0341', 'debut' => '2010-11-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdelabre Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pauline', 'last_name' => 'DELAERE', 'id' => '56ec83f1-ed04-a743-2e31-504db33f917f', 'email_address' => 'pauline.delaere@amf.asso.fr', 'identifiant' => 'edvdelaere', 'motdepasse' => '12F0391', 'numfacture' => '17F233', 'debut' => '2017-05-10', 'fin' => '2018-05-10', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pauline', 'last_name' => 'DELAERE', 'id' => '56ec83f1-ed04-a743-2e31-504db33f917f', 'email_address' => 'pauline.delaere@amf.asso.fr', 'identifiant' => 'edvdelaere', 'motdepasse' => '12F0391', 'numfacture' => '16F224', 'debut' => '2016-04-27', 'fin' => '2017-04-27', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pauline', 'last_name' => 'DELAERE', 'id' => '56ec83f1-ed04-a743-2e31-504db33f917f', 'email_address' => 'pauline.delaere@amf.asso.fr', 'identifiant' => 'edvdelaere', 'motdepasse' => '12F0391', 'numfacture' => '15F0246', 'debut' => '2015-04-23', 'fin' => '2016-04-23', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pauline', 'last_name' => 'DELAERE', 'id' => '56ec83f1-ed04-a743-2e31-504db33f917f', 'email_address' => 'pauline.delaere@amf.asso.fr', 'identifiant' => 'edvdelaere', 'motdepasse' => '12F0391', 'numfacture' => '14F0302', 'debut' => '2014-05-22', 'fin' => '2015-05-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pauline', 'last_name' => 'DELAERE', 'id' => '56ec83f1-ed04-a743-2e31-504db33f917f', 'email_address' => 'pauline.delaere@amf.asso.fr', 'identifiant' => 'edvdelaere', 'motdepasse' => '12F0391', 'numfacture' => '13F0275', 'debut' => '2013-05-14', 'fin' => '2014-05-14', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pauline', 'last_name' => 'DELAERE', 'id' => '56ec83f1-ed04-a743-2e31-504db33f917f', 'email_address' => 'pauline.delaere@amf.asso.fr', 'identifiant' => 'edvdelaere', 'motdepasse' => '12F0391', 'numfacture' => '12F0391', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DELAGNEAU', 'id' => 'edde78bf-926d-f028-17b4-52a5da69412f', 'email_address' => 'stephane.delagneau@agglo-gpso.fr', 'identifiant' => 'edvdelagneau', 'motdepasse' => '13F0506', 'numfacture' => '17F402', 'debut' => '2017-12-13', 'fin' => '2018-12-13', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DELAGNEAU', 'id' => 'edde78bf-926d-f028-17b4-52a5da69412f', 'email_address' => 'stephane.delagneau@agglo-gpso.fr', 'identifiant' => 'edvdelagneau', 'motdepasse' => '13F0506', 'numfacture' => '16F407', 'debut' => '2016-12-15', 'fin' => '2017-12-15', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DELAGNEAU', 'id' => 'edde78bf-926d-f028-17b4-52a5da69412f', 'email_address' => 'stephane.delagneau@agglo-gpso.fr', 'identifiant' => 'edvdelagneau', 'motdepasse' => '13F0506', 'numfacture' => '15F0478', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DELAGNEAU', 'id' => 'edde78bf-926d-f028-17b4-52a5da69412f', 'email_address' => 'stephane.delagneau@agglo-gpso.fr', 'identifiant' => 'edvdelagneau', 'motdepasse' => '13F0506', 'numfacture' => '14F0521', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DELAGNEAU', 'id' => 'edde78bf-926d-f028-17b4-52a5da69412f', 'email_address' => 'stephane.delagneau@agglo-gpso.fr', 'identifiant' => 'edvdelagneau', 'motdepasse' => '13F0506', 'numfacture' => '13F0506', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'DE LA GUERIVIERE', 'id' => '556', 'email_address' => NULL, 'identifiant' => 'edvdelagueriviere', 'motdepasse' => '11F0096', 'numfacture' => '15F0130', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'DE LA GUERIVIERE', 'id' => '556', 'email_address' => NULL, 'identifiant' => 'edvdelagueriviere', 'motdepasse' => '11F0096', 'numfacture' => '14F0149', 'debut' => '2014-02-05', 'fin' => '2015-02-05', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'DE LA GUERIVIERE', 'id' => '556', 'email_address' => NULL, 'identifiant' => 'edvdelagueriviere', 'motdepasse' => '11F0096', 'numfacture' => '13F0115', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'DE LA GUERIVIERE', 'id' => '556', 'email_address' => NULL, 'identifiant' => 'edvdelagueriviere', 'motdepasse' => '11F0096', 'numfacture' => '12F0125', 'debut' => '2012-02-04', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'DE LA GUERIVIERE', 'id' => '556', 'email_address' => NULL, 'identifiant' => 'edvdelagueriviere', 'motdepasse' => '11F0096', 'numfacture' => '11F0096', 'debut' => '2011-02-04', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvdelahaye', 'motdepasse' => '07F0208', 'numfacture' => '09F0479', 'debut' => '2009-12-18', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdelahaye Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvdelahaye', 'motdepasse' => '07F0208', 'numfacture' => '08F0423', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BOISARD', 'id' => '30', 'email_address' => 's.boisard@eaux-bcs.fr', 'identifiant' => 'edvdelahaye', 'motdepasse' => '07F0208', 'numfacture' => '07F0208', 'debut' => '2007-12-18', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '16F267', 'debut' => '2016-06-14', 'fin' => '2017-06-14', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '15F0316', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '14F0336', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '13F0298', 'debut' => '2013-06-20', 'fin' => '2014-06-20', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '12F0312', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '11F0312', 'debut' => '2011-06-02', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '10F0233', 'debut' => '2010-06-02', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '09F0307', 'debut' => '2009-05-26', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'DELAMARE', 'id' => '228', 'email_address' => 'bdelamare@ville-caen.fr', 'identifiant' => 'edvdelamare', 'motdepasse' => '08F0203', 'numfacture' => '08F0203', 'debut' => '2008-05-15', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '15F0180', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '14F0181', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '13F0169', 'debut' => '2013-03-11', 'fin' => '2014-03-11', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '12F0196', 'debut' => '2012-03-14', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '11F0201', 'debut' => '2011-03-14', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '09F0500', 'debut' => '2009-12-08', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '08F0395', 'debut' => '2008-12-02', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'DELAMARRE', 'id' => '41', 'email_address' => 'pascale.delamarre@agriculture.gouv.fr', 'identifiant' => 'edvdelamarre', 'motdepasse' => '07F0182', 'numfacture' => '07F0182', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'DELCOURT', 'id' => '216', 'email_address' => 'christine.delcourt@veoliaeau.fr', 'identifiant' => 'edvdelcourt', 'motdepasse' => '08F0189', 'numfacture' => '08F0189', 'debut' => '2008-04-29', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdelcourt Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'DELHOMME', 'id' => '39e05587-9b87-ec0e-fe8e-528205dd330d', 'email_address' => 'd.delhomme@beaur.fr', 'identifiant' => 'edvdelhomme', 'motdepasse' => '13F0443', 'numfacture' => '15F0438', 'debut' => '2015-11-05', 'fin' => '2016-11-05', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'DELHOMME', 'id' => '39e05587-9b87-ec0e-fe8e-528205dd330d', 'email_address' => 'd.delhomme@beaur.fr', 'identifiant' => 'edvdelhomme', 'motdepasse' => '13F0443', 'numfacture' => '14F0495', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'DELHOMME', 'id' => '39e05587-9b87-ec0e-fe8e-528205dd330d', 'email_address' => 'd.delhomme@beaur.fr', 'identifiant' => 'edvdelhomme', 'motdepasse' => '13F0443', 'numfacture' => '13F0443', 'debut' => '2013-11-12', 'fin' => '2014-11-12', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvdeloince', 'motdepasse' => '08F0039', 'numfacture' => '11F0112', 'debut' => '2011-02-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdeloince Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvdeloince', 'motdepasse' => '08F0039', 'numfacture' => '10F0072', 'debut' => '2010-02-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvdeloince', 'motdepasse' => '08F0039', 'numfacture' => '08F0039', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvdelorme', 'motdepasse' => '08F0352', 'numfacture' => '08F0352', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdelorme Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'DELTOUR', 'id' => '310', 'email_address' => 'rese@sante.gouv.fr', 'identifiant' => 'edvdeltour', 'motdepasse' => '09F0448', 'numfacture' => '09F0448', 'debut' => '2009-11-05', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdeltour Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DELTREIL', 'id' => '2d2708e6-a45c-8494-c15d-616441986b45', 'email_address' => 'deltreil@faureequip.com', 'identifiant' => 'edvdeltreil', 'motdepasse' => 'edvjeanpierre', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '22F104', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '21F126', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '20F155', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '19F124', 'debut' => '2019-03-20', 'fin' => '2020-03-20', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '18F126', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '17F150', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '16F151', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '15F0168', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '14F0193', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '13F0158', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '12F0182', 'debut' => '2012-03-16', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '11F0174', 'debut' => '2011-03-16', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '10F0127', 'debut' => '2010-03-16', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvdelvert', 'motdepasse' => '08F0142', 'numfacture' => '08F0142', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '23F085', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '22F114', 'debut' => '2022-03-31', 'fin' => '2023-03-31', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '21F133', 'debut' => '2021-03-29', 'fin' => '2022-04-09', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '20F125', 'debut' => '2020-03-04', 'fin' => '2021-03-04', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '19F013', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '18F030', 'debut' => '2018-12-18', 'fin' => '2019-12-18', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '18F391', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '18F030', 'numfacture' => '18F030', 'debut' => '2018-01-29', 'fin' => '2019-01-29', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '17F399', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '16F412', 'debut' => '2016-12-19', 'fin' => '2017-12-19', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '15F0473', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '14F0532', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '13F0488', 'debut' => '2013-12-04', 'fin' => '2014-12-04', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '12F0513', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '11F0497', 'debut' => '2011-12-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '10F0381', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '09F0483', 'debut' => '2009-11-24', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '314', 'email_address' => 'demaimay.sier@wanadoo.fr', 'identifiant' => 'edvdemaimay', 'motdepasse' => '08F0371', 'numfacture' => '08F0371', 'debut' => '2008-11-19', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FARAMUS', 'id' => '135', 'email_address' => 'ifaramus@aisne.fr', 'identifiant' => 'edvdenis', 'motdepasse' => '08F0084', 'numfacture' => '', 'debut' => '2010-03-17', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdenis Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FARAMUS', 'id' => '135', 'email_address' => 'ifaramus@aisne.fr', 'identifiant' => 'edvdenis', 'motdepasse' => '08F0084', 'numfacture' => '09F0174', 'debut' => '2009-03-17', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FARAMUS', 'id' => '135', 'email_address' => 'ifaramus@aisne.fr', 'identifiant' => 'edvdenis', 'motdepasse' => '08F0084', 'numfacture' => '08F0084', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Emmanuelle', 'last_name' => 'CAZENAVE', 'id' => 'cfb693c6-187d-fc68-5863-585a906286d9', 'email_address' => 'emmanuelle.cazenave@le64.fr', 'identifiant' => 'edvdep64', 'motdepasse' => '16F420', 'numfacture' => '17F390', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Emmanuelle', 'last_name' => 'CAZENAVE', 'id' => 'cfb693c6-187d-fc68-5863-585a906286d9', 'email_address' => 'emmanuelle.cazenave@le64.fr', 'identifiant' => 'edvdep64', 'motdepasse' => '16F420', 'numfacture' => '16F420', 'debut' => '2016-12-21', 'fin' => '2017-12-21', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '23F030', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '22F017', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '21F017', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '20F025', 'debut' => '2020-01-17', 'fin' => '2021-01-17', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '18F387', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '17F403', 'debut' => '2017-12-13', 'fin' => '2018-12-13', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '16F406', 'debut' => '2016-12-15', 'fin' => '2017-12-15', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '16F090', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '15f0116', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '14F0093', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '13F0106', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '12F0113', 'debut' => '2012-02-08', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '11F0107', 'debut' => '2011-02-08', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '10F0065', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'DEPAQUIS', 'id' => '344', 'email_address' => 'manoisedd@wanadoo.fr', 'identifiant' => 'edvdepaquis', 'motdepasse' => '09F0021', 'numfacture' => '09F0021', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'SERVICE DAM SET', 'id' => '5a763621-d4ca-1147-0ca3-5e1dcd8f7f56', 'email_address' => NULL, 'identifiant' => 'edvdepisere', 'motdepasse' => '20F009', 'numfacture' => '20F009', 'debut' => '2020-01-14', 'fin' => '2021-01-14', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DE L\'ISERE', 'id' => '7eb001c8-1bab-98e7-351e-5a0b010f12d4', 'email_address' => NULL, 'identifiant' => 'edvdept38', 'motdepasse' => '17F364', 'numfacture' => '18F349', 'debut' => '2018-11-19', 'fin' => '2019-11-19', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DE L\'ISERE', 'id' => '7eb001c8-1bab-98e7-351e-5a0b010f12d4', 'email_address' => NULL, 'identifiant' => 'edvdept38', 'motdepasse' => '17F364', 'numfacture' => '17F364', 'debut' => '2017-11-14', 'fin' => '2018-11-14', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '18F144', 'debut' => '2018-04-11', 'fin' => '2019-04-11', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '17F204', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '16F178', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '15F0230', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '14F0279', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '13F0218', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '12F0230', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '11F0244', 'debut' => '2011-04-22', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'DESCAMP', 'id' => '509', 'email_address' => 'accueil@syded-lot.fr', 'identifiant' => 'edvdescamp', 'motdepasse' => '10F0196', 'numfacture' => '10F0196', 'debut' => '2010-04-22', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'DESCHAMPS', 'id' => '386', 'email_address' => 'siebombarde@wanadoo.fr', 'identifiant' => 'edvdeschamps', 'motdepasse' => '09F0095', 'numfacture' => '09F0095', 'debut' => '2009-02-09', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdeschamps Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '14F0154', 'debut' => '2014-02-18', 'fin' => '2015-02-18', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '13F0194', 'debut' => '2013-03-25', 'fin' => '2014-03-25', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '12F0185', 'debut' => '2012-04-01', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '11F0178', 'debut' => '2011-04-01', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '10F0136', 'debut' => '2010-04-01', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '09F0219', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Damien', 'last_name' => 'DESCOUPS', 'id' => '177', 'email_address' => 'ddescoups@cg88.fr', 'identifiant' => 'edvdescoups', 'motdepasse' => '08F0123', 'numfacture' => '08F0123', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'DETHINE', 'id' => 'c4c42865-99ff-58d3-c7f6-6012ad6283c7', 'email_address' => 'Estelle.DETHINE@meuse.fr', 'identifiant' => 'edvdethine', 'motdepasse' => '21F003', 'numfacture' => '23F035', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'DETHINE', 'id' => 'c4c42865-99ff-58d3-c7f6-6012ad6283c7', 'email_address' => 'Estelle.DETHINE@meuse.fr', 'identifiant' => 'edvdethine', 'motdepasse' => '21F003', 'numfacture' => '22F023', 'debut' => '2022-01-28', 'fin' => '2023-01-28', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'DETHINE', 'id' => 'c4c42865-99ff-58d3-c7f6-6012ad6283c7', 'email_address' => 'Estelle.DETHINE@meuse.fr', 'identifiant' => 'edvdethine', 'motdepasse' => '21F003', 'numfacture' => '21F003', 'debut' => '2021-02-01', 'fin' => '2022-01-28', )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvdevaux', 'motdepasse' => '08F0065', 'numfacture' => '09F0136', 'debut' => '2009-02-24', 'fin' => NULL, )) 2025-03-23 00:45:14 : edvdevaux Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvdevaux', 'motdepasse' => '08F0065', 'numfacture' => '08F0065', 'debut' => '2008-02-04', 'fin' => NULL, )) 2025-03-23 00:45:14 : deja traité on continue 2025-03-23 00:45:14 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'DEVULDER', 'id' => '73a31339-231f-8fd8-16be-4fb0c8216f83', 'email_address' => 'v.devulder@noreade.fr', 'identifiant' => 'edvdevulder', 'motdepasse' => '12F0269', 'numfacture' => '18F099', 'debut' => '2018-02-21', 'fin' => '2019-02-21', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'DEVULDER', 'id' => '73a31339-231f-8fd8-16be-4fb0c8216f83', 'email_address' => 'v.devulder@noreade.fr', 'identifiant' => 'edvdevulder', 'motdepasse' => '12F0269', 'numfacture' => '17F132', 'debut' => '2017-03-22', 'fin' => '2018-03-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'DEVULDER', 'id' => '73a31339-231f-8fd8-16be-4fb0c8216f83', 'email_address' => 'v.devulder@noreade.fr', 'identifiant' => 'edvdevulder', 'motdepasse' => '12F0269', 'numfacture' => '16F174', 'debut' => '2016-03-24', 'fin' => '2017-03-24', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'DEVULDER', 'id' => '73a31339-231f-8fd8-16be-4fb0c8216f83', 'email_address' => 'v.devulder@noreade.fr', 'identifiant' => 'edvdevulder', 'motdepasse' => '12F0269', 'numfacture' => '14F0540', 'debut' => '2015-04-15', 'fin' => '2015-12-17', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'DEVULDER', 'id' => '73a31339-231f-8fd8-16be-4fb0c8216f83', 'email_address' => 'v.devulder@noreade.fr', 'identifiant' => 'edvdevulder', 'motdepasse' => '12F0269', 'numfacture' => '14F0216', 'debut' => '2014-03-18', 'fin' => '2015-03-18', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'DEVULDER', 'id' => '73a31339-231f-8fd8-16be-4fb0c8216f83', 'email_address' => 'v.devulder@noreade.fr', 'identifiant' => 'edvdevulder', 'motdepasse' => '12F0269', 'numfacture' => '12F0269', 'debut' => '2012-05-14', 'fin' => '2013-05-14', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Josèphe', 'last_name' => 'ROUSSEL', 'id' => '225', 'email_address' => 'c.c-hesdin.dgs@orange.fr', 'identifiant' => 'edvdgs', 'motdepasse' => '08F0200', 'numfacture' => '08F0200', 'debut' => '2008-05-13', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvdgs Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '23F089', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '22F112', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '21F068', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '20F081', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '19F049', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '18F079', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '17F040', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '16F0042', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '15F0028', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '14F0059', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '12F0007', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '12F0019', 'debut' => '2012-01-27', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '11F0077', 'numfacture' => '11F0077', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'DI BENEDETTO', 'id' => '13', 'email_address' => 'c.dibenedetto@mairie-sens.fr', 'identifiant' => 'edvdibenedetto', 'motdepasse' => '09F0000', 'numfacture' => '', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '23F052', 'debut' => '2023-01-31', 'fin' => '2024-01-31', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '22F194', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '21F196', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '20F224', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '18F190', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '17F229', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '16F229', 'debut' => '2016-05-03', 'fin' => '2017-05-03', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '15F0274', 'debut' => '2015-05-27', 'fin' => '2016-05-27', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Margaux', 'last_name' => 'DI DONNA', 'id' => 'b36b1708-2a81-8a82-f5c2-5375ce0726cb', 'email_address' => 'didonna@recb.fr', 'identifiant' => 'edvdidonna', 'motdepasse' => '14F0292', 'numfacture' => '14F0292', 'debut' => '2014-05-16', 'fin' => '2015-05-16', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'DIETRICH', 'id' => '975e8feb-e8ce-810e-6fe9-5d08a1d6f543', 'email_address' => 'jerome.dietrich@agglo-colmar.fr', 'identifiant' => 'edvdietrich', 'motdepasse' => NULL, 'numfacture' => NULL, 'debut' => '2019-06-18', 'fin' => '2020-06-18', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'DITNER', 'id' => '488', 'email_address' => 'siaep.ammertzwiller@wanadoo.fr', 'identifiant' => 'edvditner', 'motdepasse' => '10F0070', 'numfacture' => '10F0070', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvditner Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '23F143', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '22F044', 'debut' => '2022-03-31', 'fin' => '2023-03-03', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '21F137', 'debut' => '2021-03-31', 'fin' => '2022-04-02', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '20F127', 'debut' => '2020-03-06', 'fin' => '2021-03-06', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '19F070', 'debut' => '2019-02-14', 'fin' => '2020-02-14', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '18F203', 'debut' => '2018-06-11', 'fin' => '2019-06-11', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '17F127', 'debut' => '2017-03-21', 'fin' => '2018-03-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '16F223', 'debut' => '2016-04-26', 'fin' => '2017-04-26', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '15F0245', 'debut' => '2015-04-21', 'fin' => '2016-04-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '14F0231', 'debut' => '2014-03-25', 'fin' => '2015-03-25', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '13F0241', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '12F0227', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '11F0241', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Service documentation', 'id' => '511', 'email_address' => 'assainissement@mairie-nanterre.fr', 'identifiant' => 'edvdoc92', 'motdepasse' => '10F0190', 'numfacture' => '10F0190', 'debut' => '2010-04-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'CONSEIL GENERAL DE SEINE SAINT DENIS', 'id' => '64', 'email_address' => 'doc-environnement@cg93.fr', 'identifiant' => 'edvdoccg93', 'motdepasse' => '07F0226', 'numfacture' => '07F0226', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvdoccg93 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DOENLEN', 'id' => '150', 'email_address' => 'caroline.doenlen@agglopole-provence.org', 'identifiant' => 'edvdoenlen', 'motdepasse' => '12F0001', 'numfacture' => '15F0039', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DOENLEN', 'id' => '150', 'email_address' => 'caroline.doenlen@agglopole-provence.org', 'identifiant' => 'edvdoenlen', 'motdepasse' => '12F0001', 'numfacture' => '14F0021', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DOENLEN', 'id' => '150', 'email_address' => 'caroline.doenlen@agglopole-provence.org', 'identifiant' => 'edvdoenlen', 'motdepasse' => '12F0001', 'numfacture' => '13F0051', 'debut' => '2013-01-28', 'fin' => '2014-01-28', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'DOENLEN', 'id' => '150', 'email_address' => 'caroline.doenlen@agglopole-provence.org', 'identifiant' => 'edvdoenlen', 'motdepasse' => '12F0001', 'numfacture' => '12F0001', 'debut' => '2012-01-03', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Laure', 'last_name' => 'DOMEYNE', 'id' => '56cd885f-e157-1d11-8e7c-642ad80ed6c4', 'email_address' => 'marie-laure.domeyne@paysvoironnais.com', 'identifiant' => 'edvdomeyne', 'motdepasse' => '23F176', 'numfacture' => '23F176', 'debut' => '2023-04-03', 'fin' => '2024-04-03', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'DOMINGO', 'id' => '6e006b4d-6ebe-a9c8-1729-5889f1a9fc75', 'email_address' => 'alexandre.domingo@valsdudauphine.fr', 'identifiant' => 'edvdomingo', 'motdepasse' => '17F004', 'numfacture' => '21F047', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'DOMINGO', 'id' => '6e006b4d-6ebe-a9c8-1729-5889f1a9fc75', 'email_address' => 'alexandre.domingo@valsdudauphine.fr', 'identifiant' => 'edvdomingo', 'motdepasse' => '17F004', 'numfacture' => '20F109', 'debut' => '2020-02-17', 'fin' => '2021-02-17', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'DOMINGO', 'id' => '6e006b4d-6ebe-a9c8-1729-5889f1a9fc75', 'email_address' => 'alexandre.domingo@valsdudauphine.fr', 'identifiant' => 'edvdomingo', 'motdepasse' => '17F004', 'numfacture' => '19F021', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'DOMINGO', 'id' => '6e006b4d-6ebe-a9c8-1729-5889f1a9fc75', 'email_address' => 'alexandre.domingo@valsdudauphine.fr', 'identifiant' => 'edvdomingo', 'motdepasse' => '17F004', 'numfacture' => '18F025', 'debut' => '2018-01-17', 'fin' => '2019-01-17', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'DOMINGO', 'id' => '6e006b4d-6ebe-a9c8-1729-5889f1a9fc75', 'email_address' => 'alexandre.domingo@valsdudauphine.fr', 'identifiant' => 'edvdomingo', 'motdepasse' => '17F004', 'numfacture' => '17F004', 'debut' => '2017-01-26', 'fin' => '2018-01-26', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '15F0387', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '14F0424', 'debut' => '2014-09-16', 'fin' => '2015-09-16', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '13F0415', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '12F0421', 'debut' => '2012-10-08', 'fin' => '2013-10-08', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '11F0439', 'debut' => '2011-10-22', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '10F0327', 'debut' => '2010-10-22', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'MAIRIE DE DORDIVES', 'id' => '405', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdordives', 'motdepasse' => '09F0184', 'numfacture' => '09F0184', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Clarisse', 'last_name' => 'HALBOUT', 'id' => '24', 'email_address' => 'clarisse.halbout@mairie-saint-maur.com', 'identifiant' => 'edvdoucet', 'motdepasse' => '07F0217', 'numfacture' => '10F0248', 'debut' => '2010-06-10', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvdoucet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Clarisse', 'last_name' => 'HALBOUT', 'id' => '24', 'email_address' => 'clarisse.halbout@mairie-saint-maur.com', 'identifiant' => 'edvdoucet', 'motdepasse' => '07F0217', 'numfacture' => '10F0027', 'debut' => '2010-01-18', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Clarisse', 'last_name' => 'HALBOUT', 'id' => '24', 'email_address' => 'clarisse.halbout@mairie-saint-maur.com', 'identifiant' => 'edvdoucet', 'motdepasse' => '07F0217', 'numfacture' => '09F0111', 'debut' => '2009-01-01', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Clarisse', 'last_name' => 'HALBOUT', 'id' => '24', 'email_address' => 'clarisse.halbout@mairie-saint-maur.com', 'identifiant' => 'edvdoucet', 'motdepasse' => '07F0217', 'numfacture' => '07F0217', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Sarah', 'last_name' => 'DOUSSE', 'id' => '6c6ee308-95c1-e0cb-e4ab-61644f265aa5', 'email_address' => 'sdousse@sie-isw.org', 'identifiant' => 'edvdousse', 'motdepasse' => 'edvsarah', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Armel', 'last_name' => 'DROUILHET', 'id' => '440', 'email_address' => 'siaep.mixe@wanadoo.fr', 'identifiant' => 'edvdrouilhet', 'motdepasse' => '09F0334', 'numfacture' => '09F0334', 'debut' => '2009-06-17', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvdrouilhet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Gwénaëlle', 'last_name' => 'DUBEE', 'id' => '338', 'email_address' => 'eauassainissement@lamballe-communaute.com', 'identifiant' => 'edvdubee', 'motdepasse' => '09F0013', 'numfacture' => '09F0013', 'debut' => '2009-01-16', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvdubee Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'DUBREUIL', 'id' => 'bd2fe9b0-265b-9f06-1b2e-56e68f56ce44', 'email_address' => 'laurent.dubreuil@mairie-bellac.fr', 'identifiant' => 'edvdubreuil', 'motdepasse' => '16F129', 'numfacture' => '21F122', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'DUBREUIL', 'id' => 'bd2fe9b0-265b-9f06-1b2e-56e68f56ce44', 'email_address' => 'laurent.dubreuil@mairie-bellac.fr', 'identifiant' => 'edvdubreuil', 'motdepasse' => '16F129', 'numfacture' => '20F149', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'DUBREUIL', 'id' => 'bd2fe9b0-265b-9f06-1b2e-56e68f56ce44', 'email_address' => 'laurent.dubreuil@mairie-bellac.fr', 'identifiant' => 'edvdubreuil', 'motdepasse' => '16F129', 'numfacture' => '19F134', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'DUBREUIL', 'id' => 'bd2fe9b0-265b-9f06-1b2e-56e68f56ce44', 'email_address' => 'laurent.dubreuil@mairie-bellac.fr', 'identifiant' => 'edvdubreuil', 'motdepasse' => '16F129', 'numfacture' => '18F108', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'DUBREUIL', 'id' => 'bd2fe9b0-265b-9f06-1b2e-56e68f56ce44', 'email_address' => 'laurent.dubreuil@mairie-bellac.fr', 'identifiant' => 'edvdubreuil', 'motdepasse' => '16F129', 'numfacture' => '17F167', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'DUBREUIL', 'id' => 'bd2fe9b0-265b-9f06-1b2e-56e68f56ce44', 'email_address' => 'laurent.dubreuil@mairie-bellac.fr', 'identifiant' => 'edvdubreuil', 'motdepasse' => '16F129', 'numfacture' => '16F129', 'debut' => '2016-03-14', 'fin' => '2017-03-14', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'SAINSON', 'id' => '398', 'email_address' => 'ldubreuil@ppscollectivites.com', 'identifiant' => 'edvdubreuil', 'motdepasse' => '09F0152', 'numfacture' => '10F0116', 'debut' => '2010-03-15', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'SAINSON', 'id' => '398', 'email_address' => 'ldubreuil@ppscollectivites.com', 'identifiant' => 'edvdubreuil', 'motdepasse' => '09F0152', 'numfacture' => '09F0152', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'DUCAMP', 'id' => '79', 'email_address' => '4d@wanadoo.fr', 'identifiant' => 'edvducamp', 'motdepasse' => '08F0002', 'numfacture' => '08F0002', 'debut' => '2008-01-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvducamp Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '17F146', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '16F161', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '15F0187', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '14F0168', 'debut' => '2014-03-10', 'fin' => '2015-03-10', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '13F0190', 'debut' => '2013-03-18', 'fin' => '2014-03-18', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '12F0159', 'debut' => '2012-04-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '11F0275', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '10F0133', 'debut' => '2010-04-10', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '09F0039', 'debut' => '2009-04-10', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DUCOS', 'id' => '213', 'email_address' => 'c.ducos@pays-royannais.com', 'identifiant' => 'edvducos', 'motdepasse' => '08F0175', 'numfacture' => '08F0175', 'debut' => '2008-04-10', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DUCRET', 'id' => '97b087a0-0f59-4bec-2c14-53abd45ede13', 'email_address' => 'dea@ville-saintbenoit.re', 'identifiant' => 'edvducret', 'motdepasse' => '14F0370', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DUCRET', 'id' => '97b087a0-0f59-4bec-2c14-53abd45ede13', 'email_address' => 'dea@ville-saintbenoit.re', 'identifiant' => 'edvducret', 'motdepasse' => '14F0370', 'numfacture' => '18F230', 'debut' => '2018-06-18', 'fin' => '2019-06-18', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DUCRET', 'id' => '97b087a0-0f59-4bec-2c14-53abd45ede13', 'email_address' => 'dea@ville-saintbenoit.re', 'identifiant' => 'edvducret', 'motdepasse' => '14F0370', 'numfacture' => '18F136', 'debut' => '2017-06-22', 'fin' => '2018-06-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DUCRET', 'id' => '97b087a0-0f59-4bec-2c14-53abd45ede13', 'email_address' => 'dea@ville-saintbenoit.re', 'identifiant' => 'edvducret', 'motdepasse' => '14F0370', 'numfacture' => '16F290', 'debut' => '2016-06-28', 'fin' => '2017-06-28', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DUCRET', 'id' => '97b087a0-0f59-4bec-2c14-53abd45ede13', 'email_address' => 'dea@ville-saintbenoit.re', 'identifiant' => 'edvducret', 'motdepasse' => '14F0370', 'numfacture' => '15F0293', 'debut' => '2015-06-02', 'fin' => '2016-06-02', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'DUCRET', 'id' => '97b087a0-0f59-4bec-2c14-53abd45ede13', 'email_address' => 'dea@ville-saintbenoit.re', 'identifiant' => 'edvducret', 'motdepasse' => '14F0370', 'numfacture' => '14F0370', 'debut' => '2014-06-26', 'fin' => '2015-06-26', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'DULAC', 'id' => '51', 'email_address' => 'cecile@ccag-gers.com', 'identifiant' => 'edvdulac', 'motdepasse' => '07F0171', 'numfacture' => '07F0171', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvdulac Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Régis', 'last_name' => 'DUMAY', 'id' => '3763a923-7d46-9c76-ce02-6164366a4a42', 'email_address' => 'regis.dumay@egis.fr', 'identifiant' => 'edvdumay', 'motdepasse' => 'edvregis', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '14F0092', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '13F0108', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '12F0068', 'debut' => '2012-02-07', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '11F0066', 'debut' => '2011-02-07', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '10F0052', 'debut' => '2010-02-07', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '09F0167', 'debut' => '2009-02-07', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DUMONT', 'id' => '174', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvdumont', 'motdepasse' => 'edvdumont', 'numfacture' => '', 'debut' => '2008-03-11', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Jean-Pierre', 'last_name' => 'DUMONT', 'id' => '134', 'email_address' => 'service-eaux@ville-thonon.fr', 'identifiant' => 'edvdumont', 'motdepasse' => '08F0083', 'numfacture' => '08F0083', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '23F101', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '22F088', 'debut' => '2022-03-15', 'fin' => '2023-03-15', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '21F031', 'debut' => '2021-02-08', 'fin' => '2022-02-08', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '20F069', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '19F064', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '18F052', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '17F078', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '16F096', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '15F0118', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '14F0086', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '13F0122', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '12F0049', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '11F0040', 'debut' => '2011-02-02', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '10F0051', 'debut' => '2010-02-02', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '09F0053', 'debut' => '2009-01-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DUPUY', 'id' => '82', 'email_address' => 's.a.a.m@wanadoo.fr', 'identifiant' => 'edvdupuy', 'motdepasse' => '08F0006', 'numfacture' => '08F0006', 'debut' => '2008-01-21', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'S.', 'last_name' => 'DURAN', 'id' => 'b7234ded-fc82-4c18-e880-5c6e73436cb3', 'email_address' => 's.duran@noreade.fr', 'identifiant' => 'edvduran', 'motdepasse' => '19F102', 'numfacture' => '21F150', 'debut' => '2021-05-18', 'fin' => '2022-05-18', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'S.', 'last_name' => 'DURAN', 'id' => 'b7234ded-fc82-4c18-e880-5c6e73436cb3', 'email_address' => 's.duran@noreade.fr', 'identifiant' => 'edvduran', 'motdepasse' => '19F102', 'numfacture' => '20F166', 'debut' => '2020-07-20', 'fin' => '2021-07-20', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'S.', 'last_name' => 'DURAN', 'id' => 'b7234ded-fc82-4c18-e880-5c6e73436cb3', 'email_address' => 's.duran@noreade.fr', 'identifiant' => 'edvduran', 'motdepasse' => '19F102', 'numfacture' => '19F102', 'debut' => '2019-02-21', 'fin' => '2020-02-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvdurand', 'motdepasse' => '11F0410', 'numfacture' => '13F0377', 'debut' => '2013-09-17', 'fin' => '2014-09-18', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvdurand', 'motdepasse' => '11F0410', 'numfacture' => '12F0407', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvdurand', 'motdepasse' => '11F0410', 'numfacture' => '11F0410', 'debut' => '2011-09-09', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '23F068', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '22F148', 'debut' => '2022-07-26', 'fin' => '2023-07-26', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '21F166', 'debut' => '2021-07-15', 'fin' => '2022-07-15', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '20F189', 'debut' => '2020-07-30', 'fin' => '2021-07-30', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '18F170', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '17F180', 'debut' => '2017-04-11', 'fin' => '2018-04-11', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '16F208', 'debut' => '2016-04-07', 'fin' => '2017-04-07', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '15F0208', 'debut' => '2015-04-14', 'fin' => '2016-04-14', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '14F0268', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '13F0217', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '12F0231', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0268', 'numfacture' => '11F0245', 'debut' => '2011-05-23', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0223', 'numfacture' => '10F0202', 'debut' => '2010-05-23', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0223', 'numfacture' => '09F0292', 'debut' => '2009-05-23', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'DUREAU', 'id' => '239', 'email_address' => 'dureau@siegvo.com', 'identifiant' => 'edvdureau', 'motdepasse' => '08F0223', 'numfacture' => '08F0223', 'debut' => '2008-05-23', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '17F058', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '16F084', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '15F0126', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '14F0078', 'debut' => '2014-02-06', 'fin' => '2015-02-06', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '13F0123', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '12F0104', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '09F0043', 'debut' => '2011-02-02', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '10F0046', 'debut' => '2010-02-02', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Emmanuel', 'last_name' => 'ALONSO', 'id' => '358', 'email_address' => 'adour-alaric@wanadoo.fr', 'identifiant' => 'edvdussert', 'motdepasse' => '09F0043', 'numfacture' => '09F0043', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'DUVAUD', 'id' => '461', 'email_address' => 'communication.saas@fr.ey.com', 'identifiant' => 'edvduvaud', 'motdepasse' => '09F0439', 'numfacture' => '09F0439', 'debut' => '2009-10-22', 'fin' => NULL, )) 2025-03-23 00:45:15 : edvduvaud Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Barbara', 'last_name' => 'DZIALOSZYNSKI', 'id' => 'eac44691-f0c6-9840-2290-588f20feb6b6', 'email_address' => 'bdzialoszynski@ladrome.fr', 'identifiant' => 'edvdzialoszynski', 'motdepasse' => '17F009', 'numfacture' => '17F009', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Service Eau et Assainissement', 'id' => 'bbc11c04-2417-1d9e-1d9c-5c8f58cedddb', 'email_address' => 'contact-eau@paysvoironnais.com', 'identifiant' => 'edveauassainissement38', 'motdepasse' => '19F111', 'numfacture' => '22F130', 'debut' => '2022-07-19', 'fin' => '2023-07-19', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Service Eau et Assainissement', 'id' => 'bbc11c04-2417-1d9e-1d9c-5c8f58cedddb', 'email_address' => 'contact-eau@paysvoironnais.com', 'identifiant' => 'edveauassainissement38', 'motdepasse' => '19F111', 'numfacture' => '21F143', 'debut' => '2021-04-15', 'fin' => '2022-04-15', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Service Eau et Assainissement', 'id' => 'bbc11c04-2417-1d9e-1d9c-5c8f58cedddb', 'email_address' => 'contact-eau@paysvoironnais.com', 'identifiant' => 'edveauassainissement38', 'motdepasse' => '19F111', 'numfacture' => '20F337', 'debut' => '2020-03-18', 'fin' => '2021-03-18', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '23F042', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '22F211', 'debut' => '2022-11-29', 'fin' => '2023-11-29', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '21F248', 'debut' => '2021-11-30', 'fin' => '2022-11-30', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '20F309', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '19F298', 'debut' => '2019-11-06', 'fin' => '2020-11-06', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '18F285', 'debut' => '2018-09-11', 'fin' => '2019-09-11', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '17F328', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'PONZETTO', 'id' => '930f5113-c72c-7d42-3b1e-57e0e521537c', 'email_address' => 'vincent.ponzetto@eaudazur.com', 'identifiant' => 'edveaudazur', 'motdepasse' => '16F346', 'numfacture' => '16F346', 'debut' => '2016-09-20', 'fin' => '2017-09-20', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'MARTHOS', 'id' => '22e9f5e7-8f93-8e48-9ca9-5459e0ddb49f', 'email_address' => 'b.marthos@eaudescollines.fr', 'identifiant' => 'edveaudescollines', 'motdepasse' => '14F0483', 'numfacture' => '17F368', 'debut' => '2017-11-15', 'fin' => '2018-11-15', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'MARTHOS', 'id' => '22e9f5e7-8f93-8e48-9ca9-5459e0ddb49f', 'email_address' => 'b.marthos@eaudescollines.fr', 'identifiant' => 'edveaudescollines', 'motdepasse' => '14F0483', 'numfacture' => '16F390', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'MARTHOS', 'id' => '22e9f5e7-8f93-8e48-9ca9-5459e0ddb49f', 'email_address' => 'b.marthos@eaudescollines.fr', 'identifiant' => 'edveaudescollines', 'motdepasse' => '14F0483', 'numfacture' => '15F0446', 'debut' => '2015-11-05', 'fin' => '2016-11-05', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'MARTHOS', 'id' => '22e9f5e7-8f93-8e48-9ca9-5459e0ddb49f', 'email_address' => 'b.marthos@eaudescollines.fr', 'identifiant' => 'edveaudescollines', 'motdepasse' => '14F0483', 'numfacture' => '14F0483', 'debut' => '2014-11-05', 'fin' => '2015-11-05', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '12F0493', 'debut' => '2012-12-03', 'fin' => '2013-12-03', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '12F0150', 'debut' => '2012-02-22', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '10F0370', 'debut' => '2011-02-15', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '09F0471', 'debut' => '2010-02-15', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '08F0095', 'debut' => '2009-02-15', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '09F0035', 'debut' => '2009-02-15', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'DEPARTEMENT DU HAUT RHIN', 'id' => '141', 'email_address' => 'eaux@cg68.fr', 'identifiant' => 'edveaux68', 'motdepasse' => '08F0095', 'numfacture' => '08F0095', 'debut' => '2008-02-15', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '20F110', 'debut' => '2020-02-17', 'fin' => '2021-02-17', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '19F027', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '18F018', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '17F013', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '16F0052', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '15F0021', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '14F0048', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '13F0027', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '12F0023', 'debut' => '2012-01-19', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '11F0017', 'debut' => '2011-01-19', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '10F0022', 'debut' => '2010-01-19', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '09F0022', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Myriam', 'last_name' => 'EBRARD', 'id' => '90', 'email_address' => 'myriam.ebrard@wanadoo.fr', 'identifiant' => 'edvebrard', 'motdepasse' => '08F0014', 'numfacture' => '08F0014', 'debut' => '2008-01-23', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'EL MERINI', 'id' => 'eec96acf-fa23-bcba-04d4-61644cf2c22b', 'email_address' => 'valerie.elmerini@ea-ecoentreprises.com', 'identifiant' => 'edvelmerini', 'motdepasse' => 'edvvalerie', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '18F265', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '17F296', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '16F319', 'debut' => '2016-07-21', 'fin' => '2017-07-21', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '15F0347', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '14F0398', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '13F0337', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvestensemble', 'motdepasse' => '12F0376', 'numfacture' => '12F0376', 'debut' => '2012-07-20', 'fin' => '2013-07-20', )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvestoup', 'motdepasse' => '09F0274', 'numfacture' => '12F0308', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:15 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvestoup', 'motdepasse' => '09F0274', 'numfacture' => '11F0314', 'debut' => '2011-06-03', 'fin' => NULL, )) 2025-03-23 00:45:15 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvestoup', 'motdepasse' => '09F0274', 'numfacture' => '10F0240', 'debut' => '2010-06-03', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvestoup', 'motdepasse' => '09F0274', 'numfacture' => '09F0274', 'debut' => '2009-05-07', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'ETCHECOPAR-ETCHART', 'id' => '211', 'email_address' => 'etche2@wanadoo.fr', 'identifiant' => 'edvetche2', 'motdepasse' => '08F0164', 'numfacture' => '15F0272', 'debut' => '2015-05-27', 'fin' => '2016-05-27', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'ETCHECOPAR-ETCHART', 'id' => '211', 'email_address' => 'etche2@wanadoo.fr', 'identifiant' => 'edvetche2', 'motdepasse' => '08F0164', 'numfacture' => '14F0298', 'debut' => '2014-05-21', 'fin' => '2015-05-21', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'ETCHECOPAR-ETCHART', 'id' => '211', 'email_address' => 'etche2@wanadoo.fr', 'identifiant' => 'edvetche2', 'motdepasse' => '08F0164', 'numfacture' => '09F0263', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'ETCHECOPAR-ETCHART', 'id' => '211', 'email_address' => 'etche2@wanadoo.fr', 'identifiant' => 'edvetche2', 'motdepasse' => '08F0164', 'numfacture' => '08F0164', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'VINCENT', 'id' => 'ae26092e-0ccd-980c-fb94-5b33414b8f66', 'email_address' => 'e.vincent@oieau.fr', 'identifiant' => 'edvevincent', 'motdepasse' => 'edvevincent', 'numfacture' => NULL, 'debut' => '2018-06-27', 'fin' => '2019-06-27', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '20F153', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '19F122', 'debut' => '2019-03-20', 'fin' => '2020-03-20', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '18F134', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '17F125', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '16F0062', 'debut' => '2016-02-10', 'fin' => '2017-02-10', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '15F0186', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '14F0171', 'debut' => '2014-03-10', 'fin' => '2015-03-10', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '13F0179', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '12F0073', 'debut' => '2012-03-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '11F0072', 'debut' => '2011-03-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '10F0099', 'debut' => '2010-03-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'EVRARD', 'id' => '98', 'email_address' => 'melanievrard.cccv@orange.fr', 'identifiant' => 'edvevrard', 'motdepasse' => '08F0021', 'numfacture' => '08F0021', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '18F171', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '17F179', 'debut' => '2017-04-11', 'fin' => '2018-04-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '16F211', 'debut' => '2016-04-07', 'fin' => '2017-04-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '15F0209', 'debut' => '2015-04-14', 'fin' => '2016-04-14', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '14F0274', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '13F0215', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '12F0241', 'debut' => '2012-04-11', 'fin' => '2013-04-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'FABRE', 'id' => '576', 'email_address' => 'contact@ville-fayence.fr', 'identifiant' => 'edvfabre', 'motdepasse' => '11F00173', 'numfacture' => '11F00173', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'FAIVRE', 'id' => '288', 'email_address' => 'sarosf@wanadoo.fr', 'identifiant' => 'edvfaivre', 'motdepasse' => '08F0318', 'numfacture' => '08F0318', 'debut' => '2008-10-02', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvfaivre Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '18F266', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '17F287', 'debut' => '2017-07-11', 'fin' => '2018-07-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '16F325', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '15F0354', 'debut' => '2015-07-08', 'fin' => '2016-07-08', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '14F0388', 'debut' => '2014-07-16', 'fin' => '2015-07-16', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '13F0350', 'debut' => '2013-07-23', 'fin' => '2014-07-23', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '12F0357', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'FALCO', 'id' => '582', 'email_address' => 'ifalco@incom-sa.fr', 'identifiant' => 'edvfalco', 'motdepasse' => '11F0367', 'numfacture' => '11F0367', 'debut' => '2011-07-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '17F152', 'debut' => '2017-03-24', 'fin' => '2018-03-24', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '16F155', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '15F0163', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '14F0192', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '13F0159', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '12F0181', 'debut' => '2012-03-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '11F0173', 'debut' => '2011-03-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '10F0125', 'debut' => '2010-03-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'FAUCONNIER', 'id' => '399', 'email_address' => 'avignonet.mairie@wanadoo.fr', 'identifiant' => 'edvfauconnier', 'motdepasse' => '09F0164', 'numfacture' => '09F0164', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvfaure', 'motdepasse' => '07F0181', 'numfacture' => '', 'debut' => '2010-02-17', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvfaure Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvfaure', 'motdepasse' => '07F0181', 'numfacture' => '09F0115', 'debut' => '2009-02-17', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvfaure', 'motdepasse' => '07F0181', 'numfacture' => '07F0181', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '23F073', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '22F140', 'debut' => '2022-07-19', 'fin' => '2023-07-19', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '21F133', 'debut' => '2021-07-27', 'fin' => '2022-07-27', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '20F176', 'debut' => '2020-07-27', 'fin' => '2021-07-27', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '19F242', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '18F228', 'debut' => '2018-06-18', 'fin' => '2019-06-18', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '17F264', 'debut' => '2017-06-22', 'fin' => '2018-06-22', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '16F280', 'debut' => '2016-06-21', 'fin' => '2017-06-21', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '15F0344', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '14F0397', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '13F0342', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '12F0359', 'debut' => '2012-07-06', 'fin' => '2013-07-06', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '11F0049', 'debut' => '2011-07-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '10F0268', 'debut' => '2010-07-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '09F0341', 'debut' => '2009-06-19', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Séverine', 'last_name' => 'FERRER', 'id' => '166', 'email_address' => 'severine.ferrer@agglo-agen.fr', 'identifiant' => 'edvferrer', 'motdepasse' => '08F0236', 'numfacture' => '08F0236', 'debut' => '2008-05-30', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvferry', 'motdepasse' => '08F0011', 'numfacture' => '09F0051', 'debut' => '2009-01-22', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvferry Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'CUDON', 'id' => '87', 'email_address' => 'bc@cc-concarneaucornouaille.fr', 'identifiant' => 'edvferry', 'motdepasse' => '08F0011', 'numfacture' => '08F0011', 'debut' => '2008-01-22', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvfievet', 'motdepasse' => '07F0219', 'numfacture' => '12F0276', 'debut' => '2012-05-14', 'fin' => '2013-05-14', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvfievet', 'motdepasse' => '07F0219', 'numfacture' => '11F0296', 'debut' => '2011-05-12', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvfievet', 'motdepasse' => '07F0219', 'numfacture' => '10F0225', 'debut' => '2010-05-02', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvfievet', 'motdepasse' => '07F0219', 'numfacture' => '09F0209', 'debut' => '2009-05-25', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'FIEVET', 'id' => '22', 'email_address' => 'mariepierre.fievet@est-ensemble.fr', 'identifiant' => 'edvfievet', 'motdepasse' => '07F0219', 'numfacture' => '07F0219', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '23F136', 'debut' => '2023-02-10', 'fin' => '2024-02-10', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '22F055', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '21F088', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '20F052', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '19F083', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '18F056', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '17F055', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Camille', 'last_name' => 'HERBLOT', 'id' => 'c6520548-aa7e-8f3c-4f41-56cece4d3cfc', 'email_address' => 'CHERBLOT@saintquentinlapoterie.fr', 'identifiant' => 'edvfiniels', 'motdepasse' => '16F124', 'numfacture' => '16F124', 'debut' => '2016-02-25', 'fin' => '2017-02-25', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Laetitia', 'last_name' => 'FLAESCH', 'id' => '605', 'email_address' => 'laetitia.flaesch@paysdebrisach.fr', 'identifiant' => 'edvflaesch', 'motdepasse' => '11F0469', 'numfacture' => '13F0479', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Laetitia', 'last_name' => 'FLAESCH', 'id' => '605', 'email_address' => 'laetitia.flaesch@paysdebrisach.fr', 'identifiant' => 'edvflaesch', 'motdepasse' => '11F0469', 'numfacture' => '12F0466', 'debut' => '2012-11-14', 'fin' => '2013-11-14', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Laetitia', 'last_name' => 'FLAESCH', 'id' => '605', 'email_address' => 'laetitia.flaesch@paysdebrisach.fr', 'identifiant' => 'edvflaesch', 'motdepasse' => '11F0469', 'numfacture' => '11F0469', 'debut' => '2011-11-14', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '20F085', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '19F045', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '18F092', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '17F028', 'debut' => '2017-02-01', 'fin' => '2018-02-01', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '16F0024', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '15F0034', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '14F0029', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '13F0032', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '12F0020', 'debut' => '2012-01-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '11F0014', 'debut' => '2011-01-15', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '10F0019', 'debut' => '2010-01-15', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'FLAMENT', 'id' => '330', 'email_address' => 'sylvie.flament@agglodieppe-maritime.com', 'identifiant' => 'edvflament', 'motdepasse' => '08F0428', 'numfacture' => '08F0428', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'FOLLIASSON', 'id' => 'f2034d0c-dd58-159a-6422-6151984a2c59', 'email_address' => 'Philippe.folliasson@aquassistance.org', 'identifiant' => 'edvfolliasson', 'motdepasse' => 'edvphilippe', 'numfacture' => NULL, 'debut' => '2021-09-27', 'fin' => '2022-09-27', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '21F230', 'debut' => '2021-10-21', 'fin' => '2022-10-28', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '20F256', 'debut' => '2020-10-13', 'fin' => '2021-10-13', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '19F300', 'debut' => '2019-11-07', 'fin' => '2020-11-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '18F382', 'debut' => '2018-09-12', 'fin' => '2019-09-12', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '17F329', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '16F222', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '15F0247', 'debut' => '2015-04-29', 'fin' => '2016-04-29', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '14F0312', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '13F0265', 'debut' => '2013-05-07', 'fin' => '2014-05-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '12F0272', 'debut' => '2012-05-14', 'fin' => '2013-05-14', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'FOLTZER', 'id' => '457', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvfoltzer', 'motdepasse' => '11F0302', 'numfacture' => '11F0302', 'debut' => '2011-05-24', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => '390', 'email_address' => 'caignet@cereg.com', 'identifiant' => 'edvfonda', 'motdepasse' => '09F0112', 'numfacture' => '14F0123', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => '390', 'email_address' => 'caignet@cereg.com', 'identifiant' => 'edvfonda', 'motdepasse' => '09F0112', 'numfacture' => '13F0092', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => '390', 'email_address' => 'caignet@cereg.com', 'identifiant' => 'edvfonda', 'motdepasse' => '09F0112', 'numfacture' => '12F0106', 'debut' => '2012-02-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => '390', 'email_address' => 'caignet@cereg.com', 'identifiant' => 'edvfonda', 'motdepasse' => '09F0112', 'numfacture' => '110099', 'debut' => '2011-02-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => '390', 'email_address' => 'caignet@cereg.com', 'identifiant' => 'edvfonda', 'motdepasse' => '09F0112', 'numfacture' => '10F0049', 'debut' => '2010-02-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => '390', 'email_address' => 'caignet@cereg.com', 'identifiant' => 'edvfonda', 'motdepasse' => '09F0112', 'numfacture' => '09F0112', 'debut' => '2009-02-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => 'ebed5890-3cf2-afea-c734-59b8ea76d20f', 'email_address' => 'contact@conseil-af.com', 'identifiant' => 'edvfonda2', 'motdepasse' => '17F325', 'numfacture' => '20F284', 'debut' => '2020-11-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'FONDA', 'id' => 'ebed5890-3cf2-afea-c734-59b8ea76d20f', 'email_address' => 'contact@conseil-af.com', 'identifiant' => 'edvfonda2', 'motdepasse' => '17F325', 'numfacture' => '19F330', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvfoucard', 'motdepasse' => '09F0117', 'numfacture' => '12F0115', 'debut' => '2012-02-17', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvfoucard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvfoucard', 'motdepasse' => '09F0117', 'numfacture' => '11F0109', 'debut' => '2011-02-17', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvfoucard', 'motdepasse' => '09F0117', 'numfacture' => '10F0068', 'debut' => '2010-02-17', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvfoucard', 'motdepasse' => '09F0117', 'numfacture' => '09F0117', 'debut' => '2009-02-17', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'FOUCHAULT', 'id' => '392', 'email_address' => 'ccpo@paysdelourcq.fr', 'identifiant' => 'edvfouchault', 'motdepasse' => '09F0127', 'numfacture' => '09F0127', 'debut' => '2009-02-23', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvfouchault Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => 'edvfouchault', 'motdepasse' => '08F0129', 'numfacture' => '08F0129', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '23F039', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '22F213', 'debut' => '2022-11-29', 'fin' => '2023-11-29', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '21F243', 'debut' => '2021-11-30', 'fin' => '2022-11-30', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '20F306', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '19F304', 'debut' => '2019-11-12', 'fin' => '2020-11-12', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '18F360', 'debut' => '2018-11-20', 'fin' => '2019-11-20', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '17F375', 'debut' => '2017-11-15', 'fin' => '2018-11-15', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '16F385', 'debut' => '2016-11-25', 'fin' => '2017-11-25', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '15F0441', 'debut' => '2015-11-05', 'fin' => '2016-11-05', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '14F0491', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '13F0471', 'debut' => '2013-11-27', 'fin' => '2014-11-27', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '12F0484', 'debut' => '2012-11-23', 'fin' => '2013-11-23', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'FOUREAUX', 'id' => '601', 'email_address' => 'patrimoine@reseau31.fr', 'identifiant' => 'edvfoureaux', 'motdepasse' => '11F0459', 'numfacture' => '11F0459', 'debut' => '2011-11-03', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'FRABOUL', 'id' => '55e02d5a-c6b5-4e75-02ed-5a2e620e08c7', 'email_address' => 'hfraboul@agglo-plainevallee.fr', 'identifiant' => 'edvfraboul', 'motdepasse' => '17F372', 'numfacture' => '23F033', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'FRABOUL', 'id' => '55e02d5a-c6b5-4e75-02ed-5a2e620e08c7', 'email_address' => 'hfraboul@agglo-plainevallee.fr', 'identifiant' => 'edvfraboul', 'motdepasse' => '17F372', 'numfacture' => '22F018', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'FRABOUL', 'id' => '55e02d5a-c6b5-4e75-02ed-5a2e620e08c7', 'email_address' => 'hfraboul@agglo-plainevallee.fr', 'identifiant' => 'edvfraboul', 'motdepasse' => '17F372', 'numfacture' => '21F020', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'FRABOUL', 'id' => '55e02d5a-c6b5-4e75-02ed-5a2e620e08c7', 'email_address' => 'hfraboul@agglo-plainevallee.fr', 'identifiant' => 'edvfraboul', 'motdepasse' => '17F372', 'numfacture' => '20F023', 'debut' => '2020-01-17', 'fin' => '2021-01-17', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'FRABOUL', 'id' => '55e02d5a-c6b5-4e75-02ed-5a2e620e08c7', 'email_address' => 'hfraboul@agglo-plainevallee.fr', 'identifiant' => 'edvfraboul', 'motdepasse' => '17F372', 'numfacture' => '18F401', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'FRABOUL', 'id' => '55e02d5a-c6b5-4e75-02ed-5a2e620e08c7', 'email_address' => 'hfraboul@agglo-plainevallee.fr', 'identifiant' => 'edvfraboul', 'motdepasse' => '17F372', 'numfacture' => '17F372', 'debut' => '2017-12-11', 'fin' => '2018-12-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'PATOUILLE', 'id' => '217', 'email_address' => 'contact@smun.fr', 'identifiant' => 'edvfronzes', 'motdepasse' => '08F0190', 'numfacture' => '09F0277', 'debut' => '2009-05-07', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvfronzes Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'PATOUILLE', 'id' => '217', 'email_address' => 'contact@smun.fr', 'identifiant' => 'edvfronzes', 'motdepasse' => '08F0190', 'numfacture' => '08F0190', 'debut' => '2008-04-29', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'FULLY', 'id' => '44284968-9912-95f9-6981-5b96756d2fcf', 'email_address' => 'olivier.fully@grandnancy.eu', 'identifiant' => 'edvfully', 'motdepasse' => '18F284', 'numfacture' => '18F284', 'debut' => '2018-09-11', 'fin' => '2019-09-11', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '18F173', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '17F174', 'debut' => '2017-04-10', 'fin' => '2018-04-10', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '16F218', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '15F0172', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '14F0179', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '13F0176', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '12F0079', 'debut' => '2012-03-12', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '11F0083', 'debut' => '2011-03-12', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '10F0155', 'debut' => '2010-03-12', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '09F0162', 'debut' => '2009-03-12', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'GADRAS', 'id' => '175', 'email_address' => 'c.delmas@quimper.bzh', 'identifiant' => 'edvgadras', 'motdepasse' => '08F0121', 'numfacture' => '08F0121', 'debut' => '2008-03-12', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GAILLARD', 'id' => 'abb09b06-e0c4-5f72-94db-529700d09120', 'email_address' => NULL, 'identifiant' => 'edvgaillard', 'motdepasse' => '13F0481', 'numfacture' => '14F0488', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GAILLARD', 'id' => 'abb09b06-e0c4-5f72-94db-529700d09120', 'email_address' => NULL, 'identifiant' => 'edvgaillard', 'motdepasse' => '13F0481', 'numfacture' => '13F0481', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Alain', 'last_name' => 'GAL', 'id' => 'e5dc2459-6721-d41d-f38b-578f2c049623', 'email_address' => 'siaep-Rva-recoules@wanadoo.fr', 'identifiant' => 'edvgal', 'motdepasse' => '16F311', 'numfacture' => '17F300', 'debut' => '2017-07-13', 'fin' => '2018-07-13', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Alain', 'last_name' => 'GAL', 'id' => 'e5dc2459-6721-d41d-f38b-578f2c049623', 'email_address' => 'siaep-Rva-recoules@wanadoo.fr', 'identifiant' => 'edvgal', 'motdepasse' => '16F311', 'numfacture' => '16F311', 'debut' => '2016-07-20', 'fin' => '2017-07-20', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Annick', 'last_name' => 'GALLAIS', 'id' => '6737580a-ae93-15e7-a22f-5488040eecd2', 'email_address' => 'adourursuia-syndicat@wanadoo.fr', 'identifiant' => 'edvgallais', 'motdepasse' => '14F0537', 'numfacture' => '20F018', 'debut' => '2020-01-16', 'fin' => '2021-01-16', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Annick', 'last_name' => 'GALLAIS', 'id' => '6737580a-ae93-15e7-a22f-5488040eecd2', 'email_address' => 'adourursuia-syndicat@wanadoo.fr', 'identifiant' => 'edvgallais', 'motdepasse' => '14F0537', 'numfacture' => '18F400', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Annick', 'last_name' => 'GALLAIS', 'id' => '6737580a-ae93-15e7-a22f-5488040eecd2', 'email_address' => 'adourursuia-syndicat@wanadoo.fr', 'identifiant' => 'edvgallais', 'motdepasse' => '14F0537', 'numfacture' => '17F386', 'debut' => '2017-12-11', 'fin' => '2018-12-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Annick', 'last_name' => 'GALLAIS', 'id' => '6737580a-ae93-15e7-a22f-5488040eecd2', 'email_address' => 'adourursuia-syndicat@wanadoo.fr', 'identifiant' => 'edvgallais', 'motdepasse' => '14F0537', 'numfacture' => '16F421', 'debut' => '2016-12-22', 'fin' => '2017-12-22', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Annick', 'last_name' => 'GALLAIS', 'id' => '6737580a-ae93-15e7-a22f-5488040eecd2', 'email_address' => 'adourursuia-syndicat@wanadoo.fr', 'identifiant' => 'edvgallais', 'motdepasse' => '14F0537', 'numfacture' => '15F0462', 'debut' => '2015-12-08', 'fin' => '2016-12-08', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Annick', 'last_name' => 'GALLAIS', 'id' => '6737580a-ae93-15e7-a22f-5488040eecd2', 'email_address' => 'adourursuia-syndicat@wanadoo.fr', 'identifiant' => 'edvgallais', 'motdepasse' => '14F0537', 'numfacture' => '14F0537', 'debut' => '2014-12-10', 'fin' => '2015-12-10', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Delphine', 'last_name' => 'GALLE', 'id' => '336', 'email_address' => 'delphine.galle@montesson.fr', 'identifiant' => 'edvgalle', 'motdepasse' => '09F0011', 'numfacture' => '11F0110', 'debut' => '2011-02-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgalle Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Delphine', 'last_name' => 'GALLE', 'id' => '336', 'email_address' => 'delphine.galle@montesson.fr', 'identifiant' => 'edvgalle', 'motdepasse' => '09F0011', 'numfacture' => '10F0069', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Delphine', 'last_name' => 'GALLE', 'id' => '336', 'email_address' => 'delphine.galle@montesson.fr', 'identifiant' => 'edvgalle', 'motdepasse' => '09F0011', 'numfacture' => '09F0011', 'debut' => '2009-01-16', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'TURPIN', 'id' => '565', 'email_address' => 'anna.laurencin@alteau.fr', 'identifiant' => 'edvgallice', 'motdepasse' => '11F0147', 'numfacture' => '11F0147', 'debut' => '2011-02-21', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgallice Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvgallon', 'motdepasse' => '08F0390', 'numfacture' => '10F0017', 'debut' => '2009-11-28', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgallon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvgallon', 'motdepasse' => '08F0390', 'numfacture' => '08F0390', 'debut' => '2008-11-28', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GAMBIER', 'id' => '496', 'email_address' => 'mairie.triaclautrait@wanadoo.fr', 'identifiant' => 'edvgambier', 'motdepasse' => '10F0102', 'numfacture' => '12F0175', 'debut' => '2012-03-09', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgambier Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GAMBIER', 'id' => '496', 'email_address' => 'mairie.triaclautrait@wanadoo.fr', 'identifiant' => 'edvgambier', 'motdepasse' => '10F0102', 'numfacture' => '11F0165', 'debut' => '2011-03-09', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GAMBIER', 'id' => '496', 'email_address' => 'mairie.triaclautrait@wanadoo.fr', 'identifiant' => 'edvgambier', 'motdepasse' => '10F0102', 'numfacture' => '10F0102', 'debut' => '2010-03-09', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GANDON', 'id' => '183', 'email_address' => 'dgconseil@wanadoo.fr', 'identifiant' => 'edvgandon', 'motdepasse' => '08F0130', 'numfacture' => '11F0290', 'debut' => '2011-05-21', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgandon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GANDON', 'id' => '183', 'email_address' => 'dgconseil@wanadoo.fr', 'identifiant' => 'edvgandon', 'motdepasse' => '08F0130', 'numfacture' => '10F0223', 'debut' => '2010-05-21', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GANDON', 'id' => '183', 'email_address' => 'dgconseil@wanadoo.fr', 'identifiant' => 'edvgandon', 'motdepasse' => '08F0130', 'numfacture' => '09F0145', 'debut' => '2009-05-25', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GANDON', 'id' => '183', 'email_address' => 'dgconseil@wanadoo.fr', 'identifiant' => 'edvgandon', 'motdepasse' => '08F0130', 'numfacture' => '08F0130', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sophie', 'last_name' => 'GARLON', 'id' => '296', 'email_address' => 'sgarlon@sogedo.fr', 'identifiant' => 'edvgarlon', 'motdepasse' => '08F0338', 'numfacture' => '12F0310', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sophie', 'last_name' => 'GARLON', 'id' => '296', 'email_address' => 'sgarlon@sogedo.fr', 'identifiant' => 'edvgarlon', 'motdepasse' => '08F0338', 'numfacture' => '11F0307', 'debut' => '2011-06-02', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sophie', 'last_name' => 'GARLON', 'id' => '296', 'email_address' => 'sgarlon@sogedo.fr', 'identifiant' => 'edvgarlon', 'motdepasse' => '08F0338', 'numfacture' => '10F0231', 'debut' => '2010-06-02', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Sophie', 'last_name' => 'GARLON', 'id' => '296', 'email_address' => 'sgarlon@sogedo.fr', 'identifiant' => 'edvgarlon', 'motdepasse' => '08F0338', 'numfacture' => '08F0338', 'debut' => '2008-10-22', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '14F0530', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '13F0491', 'debut' => '2013-12-04', 'fin' => '2014-12-04', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '12F0514', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '11F0460', 'debut' => '2011-12-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '10F0350', 'debut' => '2010-12-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '09F0480', 'debut' => '2009-12-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '08F2222', 'debut' => '2009-01-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '08F0402', 'debut' => '2008-12-08', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GATTI', 'id' => '4', 'email_address' => 'raymond.gatti@agriculture.gouv.fr', 'identifiant' => 'edvgatti', 'motdepasse' => '07F0149', 'numfacture' => '07F0149', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'GAUJE', 'id' => '147', 'email_address' => 'sdte@orange.fr', 'identifiant' => 'edvgauje', 'motdepasse' => '08F0103', 'numfacture' => '09F0182', 'debut' => '2009-03-19', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgauje Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'GAUJE', 'id' => '147', 'email_address' => 'sdte@orange.fr', 'identifiant' => 'edvgauje', 'motdepasse' => '08F0103', 'numfacture' => '08F0103', 'debut' => '2008-02-29', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'GAXIEU', 'id' => '49', 'email_address' => 'thierry.gaxieu@gaxieu.fr', 'identifiant' => 'edvgaxieu', 'motdepasse' => '07F0174', 'numfacture' => '07F0174', 'debut' => '2007-12-18', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgaxieu Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '19F140', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '18F119', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '17F135', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '16F170', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '15F0177', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '14F0185', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '13F0156', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '12F0180', 'debut' => '2012-03-20', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '11F0172', 'debut' => '2011-03-20', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '10F0124', 'debut' => '2010-03-20', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '09F0186', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvgay', 'motdepasse' => '08F0087', 'numfacture' => '09F0160', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Henri-Michel', 'last_name' => 'GAY', 'id' => '178', 'email_address' => 'hmg.stm@mairie-villefranchederouergue.fr', 'identifiant' => 'edvgay', 'motdepasse' => '08F0124', 'numfacture' => '08F0124', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvgay', 'motdepasse' => '08F0087', 'numfacture' => '08F0087', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:16 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'GAYRAUD', 'id' => '10', 'email_address' => 'marie.gayraud@soproner.nc', 'identifiant' => 'edvgayraud', 'motdepasse' => '07F0199', 'numfacture' => '07F0199', 'debut' => '2007-12-13', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgayraud Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvgcot', 'motdepasse' => '07F0175', 'numfacture' => '07F0175', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:16 : edvgcot Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:16 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '21F185', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '20F236', 'debut' => '2020-08-06', 'fin' => '2021-08-06', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => NULL, 'debut' => '2019-06-21', 'fin' => '2020-06-21', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '18F221', 'debut' => '2018-06-15', 'fin' => '2019-06-15', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '17F270', 'debut' => '2017-06-27', 'fin' => '2018-06-27', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '16F270', 'debut' => '2016-06-15', 'fin' => '2017-06-15', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '15F0317', 'debut' => '2015-06-09', 'fin' => '2017-06-15', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '14F0338', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '13F0291', 'debut' => '2013-06-18', 'fin' => '2014-06-18', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marlène', 'last_name' => 'GENDRE', 'id' => '3a96bd09-39eb-3d63-2d20-4fe855727490', 'email_address' => 'marlene.gendre@mairie-millas.fr', 'identifiant' => 'edvgendre', 'motdepasse' => '12F0324', 'numfacture' => '12F0324', 'debut' => '2012-06-25', 'fin' => '2013-06-25', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Samuel', 'last_name' => 'GENDRIN', 'id' => '331', 'email_address' => 'yervilleau@yahoo.fr', 'identifiant' => 'edvgendrin', 'motdepasse' => '08F0429', 'numfacture' => '08F0429', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgendrin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '20F154', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '19F125', 'debut' => '2019-03-20', 'fin' => '2020-03-20', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '18F123', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '17F133', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '16F173', 'debut' => '2016-03-24', 'fin' => '2017-03-24', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '15F0244', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '14F0243', 'debut' => '2014-04-02', 'fin' => '2015-04-02', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '13F0216', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '12F0238', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '11F0260', 'debut' => '2011-05-06', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '10F0215', 'debut' => '2010-05-06', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Lucie', 'last_name' => 'GENELOT', 'id' => '429', 'email_address' => 'lucie.genelot@doubs.fr', 'identifiant' => 'edvgenelot', 'motdepasse' => '09F0266', 'numfacture' => '09F0266', 'debut' => '2009-04-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'GENICOT', 'id' => '469', 'email_address' => 'courriel@seabassinpompey.fr', 'identifiant' => 'edvgenicot', 'motdepasse' => '09F0474', 'numfacture' => '13F0476', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'GENICOT', 'id' => '469', 'email_address' => 'courriel@seabassinpompey.fr', 'identifiant' => 'edvgenicot', 'motdepasse' => '09F0474', 'numfacture' => '12F0470', 'debut' => '2012-11-15', 'fin' => '2013-11-15', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'GENICOT', 'id' => '469', 'email_address' => 'courriel@seabassinpompey.fr', 'identifiant' => 'edvgenicot', 'motdepasse' => '09F0474', 'numfacture' => '11F0471', 'debut' => '2011-11-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'GENICOT', 'id' => '469', 'email_address' => 'courriel@seabassinpompey.fr', 'identifiant' => 'edvgenicot', 'motdepasse' => '09F0474', 'numfacture' => '10F0336', 'debut' => '2010-11-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'GENICOT', 'id' => '469', 'email_address' => 'courriel@seabassinpompey.fr', 'identifiant' => 'edvgenicot', 'motdepasse' => '09F0474', 'numfacture' => '09F0474', 'debut' => '2009-11-23', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'GENICOT', 'id' => '312', 'email_address' => 'services.techniques@frouard.fr', 'identifiant' => 'edvgenicot', 'motdepasse' => '08F0369', 'numfacture' => '08F0369', 'debut' => '2008-11-18', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '446', 'email_address' => 'siedv2@wanadoo.fr', 'identifiant' => 'edvgenthial', 'motdepasse' => '10F0267', 'numfacture' => '14F0416', 'debut' => '2014-09-10', 'fin' => '2015-09-10', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '446', 'email_address' => 'siedv2@wanadoo.fr', 'identifiant' => 'edvgenthial', 'motdepasse' => '10F0267', 'numfacture' => '13F0379', 'debut' => '2013-09-18', 'fin' => '2014-09-18', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '446', 'email_address' => 'siedv2@wanadoo.fr', 'identifiant' => 'edvgenthial', 'motdepasse' => '10F0267', 'numfacture' => '12F0410', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '446', 'email_address' => 'siedv2@wanadoo.fr', 'identifiant' => 'edvgenthial', 'motdepasse' => '10F0267', 'numfacture' => '11F0344', 'debut' => '2011-08-18', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '446', 'email_address' => 'siedv2@wanadoo.fr', 'identifiant' => 'edvgenthial', 'motdepasse' => '10F0267', 'numfacture' => '10F0267', 'debut' => '2010-08-18', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '446', 'email_address' => 'siedv2@wanadoo.fr', 'identifiant' => 'edvgenthial', 'motdepasse' => '09F1111', 'numfacture' => '', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'GERARD', 'last_name' => 'Sandrine', 'id' => '7cb7b4b3-06e8-2d79-7f5f-588f158cc821', 'email_address' => 'sandrine.gerard@loiret.fr', 'identifiant' => 'edvgerard', 'motdepasse' => '17F008', 'numfacture' => '19F018', 'debut' => '2019-02-05', 'fin' => '2020-02-05', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'GERARD', 'last_name' => 'Sandrine', 'id' => '7cb7b4b3-06e8-2d79-7f5f-588f158cc821', 'email_address' => 'sandrine.gerard@loiret.fr', 'identifiant' => 'edvgerard', 'motdepasse' => '17F008', 'numfacture' => '18F024', 'debut' => '2018-01-17', 'fin' => '2019-01-17', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'GERARD', 'last_name' => 'Sandrine', 'id' => '7cb7b4b3-06e8-2d79-7f5f-588f158cc821', 'email_address' => 'sandrine.gerard@loiret.fr', 'identifiant' => 'edvgerard', 'motdepasse' => '17F008', 'numfacture' => '17F008', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GERVY', 'id' => '38', 'email_address' => 'syndicatdeseaux@ville-de-mer.com', 'identifiant' => 'edvgervy', 'motdepasse' => '09F0014', 'numfacture' => '12F0022', 'debut' => '2012-01-16', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgervy Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GERVY', 'id' => '38', 'email_address' => 'syndicatdeseaux@ville-de-mer.com', 'identifiant' => 'edvgervy', 'motdepasse' => '09F0014', 'numfacture' => '11F0016', 'debut' => '2011-01-16', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GERVY', 'id' => '38', 'email_address' => 'syndicatdeseaux@ville-de-mer.com', 'identifiant' => 'edvgervy', 'motdepasse' => '09F0014', 'numfacture' => '10F0021', 'debut' => '2010-01-16', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GERVY', 'id' => '38', 'email_address' => 'syndicatdeseaux@ville-de-mer.com', 'identifiant' => 'edvgervy', 'motdepasse' => '09F0014', 'numfacture' => '09F0014', 'debut' => '2009-01-16', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvgery', 'motdepasse' => '08F0070', 'numfacture' => '09F0108', 'debut' => '2009-02-13', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgery Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'CHARRADE', 'id' => '123', 'email_address' => 'cgery@cg48.fr', 'identifiant' => 'edvgery', 'motdepasse' => '08F0070', 'numfacture' => '08F0070', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvgil', 'motdepasse' => '08F0274', 'numfacture' => '11F0321', 'debut' => '2011-07-07', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgil Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvgil', 'motdepasse' => '08F0274', 'numfacture' => '10F0255', 'debut' => '2010-07-07', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvgil', 'motdepasse' => '08F0274', 'numfacture' => '09F0355', 'debut' => '2009-07-07', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvgil', 'motdepasse' => '08F0274', 'numfacture' => '08F0274', 'debut' => '2008-07-07', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'GIMENEZ', 'id' => 'd6732eb8-97c9-476d-3f28-556d6989b349', 'email_address' => 'p.gimenez@peyrehorade.fr', 'identifiant' => 'edvgimenez', 'motdepasse' => '15F0292', 'numfacture' => '19F241', 'debut' => '2019-08-22', 'fin' => '2021-08-04', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'GIMENEZ', 'id' => 'd6732eb8-97c9-476d-3f28-556d6989b349', 'email_address' => 'p.gimenez@peyrehorade.fr', 'identifiant' => 'edvgimenez', 'motdepasse' => '15F0292', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'GIMENEZ', 'id' => 'd6732eb8-97c9-476d-3f28-556d6989b349', 'email_address' => 'p.gimenez@peyrehorade.fr', 'identifiant' => 'edvgimenez', 'motdepasse' => '15F0292', 'numfacture' => '18F227', 'debut' => '2018-06-15', 'fin' => '2019-06-15', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'GIMENEZ', 'id' => 'd6732eb8-97c9-476d-3f28-556d6989b349', 'email_address' => 'p.gimenez@peyrehorade.fr', 'identifiant' => 'edvgimenez', 'motdepasse' => '15F0292', 'numfacture' => '17F260', 'debut' => '2017-06-22', 'fin' => '2018-06-22', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'GIMENEZ', 'id' => 'd6732eb8-97c9-476d-3f28-556d6989b349', 'email_address' => 'p.gimenez@peyrehorade.fr', 'identifiant' => 'edvgimenez', 'motdepasse' => '15F0292', 'numfacture' => '16F289', 'debut' => '2016-06-28', 'fin' => '2017-06-28', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'GIMENEZ', 'id' => 'd6732eb8-97c9-476d-3f28-556d6989b349', 'email_address' => 'p.gimenez@peyrehorade.fr', 'identifiant' => 'edvgimenez', 'motdepasse' => '15F0292', 'numfacture' => '15F0292', 'debut' => '2015-06-02', 'fin' => '2016-06-02', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GIRARD', 'id' => '590f6a1d-7f32-2640-3df6-52a8644f6034', 'email_address' => 's.girard@braconne-charente.fr', 'identifiant' => 'edvgirard', 'motdepasse' => '13F0512', 'numfacture' => '13F0512', 'debut' => '2013-12-11', 'fin' => '2014-12-11', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '16F137', 'debut' => '2016-03-17', 'fin' => '2017-03-17', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '15F0151', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '14F0205', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '13F0136', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '12F0078', 'debut' => '2012-03-30', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '11F0082', 'debut' => '2011-03-30', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '10F0123', 'debut' => '2010-03-30', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '09F0212', 'debut' => '2009-03-30', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'GIRO', 'id' => '195', 'email_address' => 'giro.g@cg55.fr', 'identifiant' => 'edvgiro', 'motdepasse' => '08F0143', 'numfacture' => '08F0143', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'GIROUSSENS', 'id' => '19a9482c-9416-6393-4619-61643a2dd3be', 'email_address' => 'marc.giroussens@arteliagroup.com', 'identifiant' => 'edvgiroussens', 'motdepasse' => 'edvmarc', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '16F0044', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '15F0015', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '14F0067', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '13F0016', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '12F0062', 'debut' => '2012-01-25', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '11F0057', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '09F0190', 'debut' => '2009-03-13', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'GODARD', 'id' => '188', 'email_address' => 'michel.godard@siabs.fr', 'identifiant' => 'edvgodard', 'motdepasse' => '08F0136', 'numfacture' => '08F0136', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Carolyne', 'last_name' => 'GOIN', 'id' => '460', 'email_address' => 'dd58-sante-environnement@sante.gouv.fr', 'identifiant' => 'edvgoin', 'motdepasse' => '09F0438', 'numfacture' => '09F0438', 'debut' => '2009-10-22', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgoin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '15F0416', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '14F0461', 'debut' => '2014-10-08', 'fin' => '2015-10-08', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '13F0403', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '12F0428', 'debut' => '2012-10-15', 'fin' => '2013-10-15', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '11F0436', 'debut' => '2011-10-11', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '10F0321', 'debut' => '2010-10-11', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOMBAUD', 'id' => '273', 'email_address' => 'gombaud@ccepc.fr', 'identifiant' => 'edvgombaud', 'motdepasse' => '08F0295', 'numfacture' => '08F0295', 'debut' => '2009-09-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Rémy', 'last_name' => 'GONDOUIN', 'id' => '76', 'email_address' => 'remy.gondouin@gondouin.com', 'identifiant' => 'edvgondouin', 'motdepasse' => '08F0005', 'numfacture' => '11F0137', 'debut' => '2011-04-03', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgondouin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Rémy', 'last_name' => 'GONDOUIN', 'id' => '76', 'email_address' => 'remy.gondouin@gondouin.com', 'identifiant' => 'edvgondouin', 'motdepasse' => '08F0005', 'numfacture' => '10F0114', 'debut' => '2010-04-03', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Rémy', 'last_name' => 'GONDOUIN', 'id' => '76', 'email_address' => 'remy.gondouin@gondouin.com', 'identifiant' => 'edvgondouin', 'motdepasse' => '08F0005', 'numfacture' => '09F0231', 'debut' => '2009-04-03', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Rémy', 'last_name' => 'GONDOUIN', 'id' => '76', 'email_address' => 'remy.gondouin@gondouin.com', 'identifiant' => 'edvgondouin', 'motdepasse' => '08F0005', 'numfacture' => '08F0005', 'debut' => '2008-01-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GONZALEZ BRABAN', 'id' => '1a24bb26-44f4-c243-47f9-5fb39a173cfc', 'email_address' => 'cgonzalez-braban@grandannecy.fr', 'identifiant' => 'edvgonzalezbraban', 'motdepasse' => '20F080', 'numfacture' => '22F085', 'debut' => '2022-03-14', 'fin' => '2023-03-14', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GONZALEZ BRABAN', 'id' => '1a24bb26-44f4-c243-47f9-5fb39a173cfc', 'email_address' => 'cgonzalez-braban@grandannecy.fr', 'identifiant' => 'edvgonzalezbraban', 'motdepasse' => '20F080', 'numfacture' => '21F055', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GONZALEZ BRABAN', 'id' => '1a24bb26-44f4-c243-47f9-5fb39a173cfc', 'email_address' => 'cgonzalez-braban@grandannecy.fr', 'identifiant' => 'edvgonzalezbraban', 'motdepasse' => '20F080', 'numfacture' => '20F080', 'debut' => '2020-02-10', 'fin' => '2022-01-08', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GONZALO', 'id' => '551', 'email_address' => 'david.gonzalo@smde24.fr', 'identifiant' => 'edvgonzalo', 'motdepasse' => '11F0090', 'numfacture' => '11F0090', 'debut' => '2011-02-03', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgonzalo Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GONZALO', 'id' => '374', 'email_address' => 'david.gonzalo24@orange.fr', 'identifiant' => 'edvgonzalo', 'motdepasse' => '10F0087', 'numfacture' => '10F0087', 'debut' => '2010-02-24', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'GONZALO', 'id' => '121', 'email_address' => 'd.gonzalo@ville-lepassage.fr', 'identifiant' => 'edvgonzalo', 'motdepasse' => '08F0068', 'numfacture' => '08F0068', 'debut' => '2008-02-04', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOURMAUD', 'id' => '142', 'email_address' => 'c.tanguy@region-bretagne.fr', 'identifiant' => 'edvgourmaud', 'motdepasse' => '08F0096', 'numfacture' => '12F0091', 'debut' => '2012-02-15', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgourmaud Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOURMAUD', 'id' => '142', 'email_address' => 'c.tanguy@region-bretagne.fr', 'identifiant' => 'edvgourmaud', 'motdepasse' => '08F0096', 'numfacture' => '11F0044', 'debut' => '2011-02-15', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOURMAUD', 'id' => '142', 'email_address' => 'c.tanguy@region-bretagne.fr', 'identifiant' => 'edvgourmaud', 'motdepasse' => '08F0096', 'numfacture' => '10F0034', 'debut' => '2010-02-15', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOURMAUD', 'id' => '142', 'email_address' => 'c.tanguy@region-bretagne.fr', 'identifiant' => 'edvgourmaud', 'motdepasse' => '08F0096', 'numfacture' => '09F0088', 'debut' => '2009-02-15', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'GOURMAUD', 'id' => '142', 'email_address' => 'c.tanguy@region-bretagne.fr', 'identifiant' => 'edvgourmaud', 'motdepasse' => '08F0096', 'numfacture' => '08F0096', 'debut' => '2008-02-15', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '23F099', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '22F109', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '21F116', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '20F140', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '19F143', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '18F112', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '17F157', 'debut' => '2017-03-27', 'fin' => '2018-03-27', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '16F142', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '15F0155', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '14F0207', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '13F0140', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '12F0192', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '11F0186', 'debut' => '2011-03-29', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Aline', 'last_name' => 'GOURRIER', 'id' => '499', 'email_address' => 'aline.gourrier@territoiresvendomois.fr', 'identifiant' => 'edvgourrier', 'motdepasse' => '10F0153', 'numfacture' => '10F0153', 'debut' => '2010-03-29', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '23F134', 'debut' => '2023-02-09', 'fin' => '2024-02-09', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '22F062', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '21F084', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '20F061', 'debut' => '2020-02-06', 'fin' => '2021-02-06', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '19F098', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '18F037', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '17F094', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '16F078', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '15F0111', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '14F0098', 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '13F0107', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '12F0111', 'debut' => '2012-02-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '11F01053', 'debut' => '2011-02-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '10F0063', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '09F0038', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'GOUSSE', 'id' => '26', 'email_address' => 'sie.meinsberg.gousse.c@wanadoo.fr', 'identifiant' => 'edvgousse', 'motdepasse' => '07F0215', 'numfacture' => '07F0215', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GOUTTE', 'id' => '89732cd9-086d-cf2d-0585-60337a24ca54', 'email_address' => 'ddt-seb@aveyron.gouv.fr', 'identifiant' => 'edvgoutte', 'motdepasse' => '21F059', 'numfacture' => '23F112', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GOUTTE', 'id' => '89732cd9-086d-cf2d-0585-60337a24ca54', 'email_address' => 'ddt-seb@aveyron.gouv.fr', 'identifiant' => 'edvgoutte', 'motdepasse' => '21F059', 'numfacture' => '22F073', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GOUTTE', 'id' => '89732cd9-086d-cf2d-0585-60337a24ca54', 'email_address' => 'ddt-seb@aveyron.gouv.fr', 'identifiant' => 'edvgoutte', 'motdepasse' => '21F059', 'numfacture' => '21F059', 'debut' => '2021-02-22', 'fin' => '2022-02-22', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'CRINQUANT', 'id' => '206', 'email_address' => 'nicolas.crinquant@sp2000.fr', 'identifiant' => 'edvgrandrive', 'motdepasse' => '08F0159', 'numfacture' => '08F0159', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgrandrive Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '15F0251', 'debut' => '2015-05-20', 'fin' => '2016-05-20', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '14F0297', 'debut' => '2014-05-21', 'fin' => '2015-05-21', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '13F0273', 'debut' => '2013-05-14', 'fin' => '2014-05-14', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '12F0268', 'debut' => '2012-05-11', 'fin' => '2013-05-11', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '11F0284', 'debut' => '2011-07-20', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '10F0281', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '09F0349', 'debut' => '2009-06-29', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRECTION DU CYLE DE L\'EAU', 'id' => '37', 'email_address' => 'assainissement@grandtoulouse.org', 'identifiant' => 'edvgrandtoulouse', 'motdepasse' => '08F0245', 'numfacture' => '08F0245', 'debut' => '2008-06-10', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '20F213', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '18F166', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '17F188', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '16F200', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '15F0216', 'debut' => '2015-04-16', 'fin' => '2016-04-16', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '14F0261', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '13F0223', 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '12F0228', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '11F0242', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '10F0191', 'debut' => '2010-04-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'GRAVIER', 'id' => '5', 'email_address' => 'fgravier@saretec.fr', 'identifiant' => 'edvgravier', 'motdepasse' => '07F0165', 'numfacture' => '07F0165', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'GREMILLET', 'id' => 'd76a614a-ff9a-854a-11fe-61644893cb14', 'email_address' => 'aneb@bassinversant.org', 'identifiant' => 'edvgremillet', 'motdepasse' => 'edvcatherine', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GRENARD', 'id' => '95', 'email_address' => 'sm3v.grenard@wanadoo.fr', 'identifiant' => 'edvgrenard', 'motdepasse' => '08F0018', 'numfacture' => '12F0469', 'debut' => '2012-11-15', 'fin' => '2013-11-15', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GRENARD', 'id' => '95', 'email_address' => 'sm3v.grenard@wanadoo.fr', 'identifiant' => 'edvgrenard', 'motdepasse' => '08F0018', 'numfacture' => '11F0472', 'debut' => '2011-11-09', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GRENARD', 'id' => '95', 'email_address' => 'sm3v.grenard@wanadoo.fr', 'identifiant' => 'edvgrenard', 'motdepasse' => '08F0018', 'numfacture' => '10F0340', 'debut' => '2010-11-09', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GRENARD', 'id' => '95', 'email_address' => 'sm3v.grenard@wanadoo.fr', 'identifiant' => 'edvgrenard', 'motdepasse' => '08F0018', 'numfacture' => '09F0457', 'debut' => '2009-11-19', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GRENARD', 'id' => '95', 'email_address' => 'sm3v.grenard@wanadoo.fr', 'identifiant' => 'edvgrenard', 'motdepasse' => '08F0018', 'numfacture' => '08F0372', 'debut' => '2008-11-19', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'GRENARD', 'id' => '95', 'email_address' => 'sm3v.grenard@wanadoo.fr', 'identifiant' => 'edvgrenard', 'motdepasse' => '08F0018', 'numfacture' => '08F0018', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '16F193', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '15F0241', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '14F0249', 'debut' => '2014-04-08', 'fin' => '2015-04-08', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '13F0247', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '12F0178', 'debut' => '2012-04-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '11F0169', 'debut' => '2011-04-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '10F0118', 'debut' => '2010-04-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '09F0175', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Roland', 'last_name' => 'GRENIER', 'id' => '210', 'email_address' => 'rgrenier@ladrome.fr', 'identifiant' => 'edvgrenier', 'motdepasse' => '08F0163', 'numfacture' => '08F0163', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Dir Environnement BA REP', 'id' => '7752376f-15d2-8519-9ee7-534e3b50ba3d', 'email_address' => NULL, 'identifiant' => 'edvgrenoble38', 'motdepasse' => '14F0284', 'numfacture' => '15F0206', 'debut' => '2015-04-14', 'fin' => '2016-04-14', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Dir Environnement BA REP', 'id' => '7752376f-15d2-8519-9ee7-534e3b50ba3d', 'email_address' => NULL, 'identifiant' => 'edvgrenoble38', 'motdepasse' => '14F0284', 'numfacture' => '14F0284', 'debut' => '2014-04-16', 'fin' => '2015-04-16', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Pierre-Marie', 'last_name' => 'GRONDIN', 'id' => '2291f8a1-979b-1701-d8ca-6164388dff37', 'email_address' => 'grondin@pseau.org', 'identifiant' => 'edvgrondin', 'motdepasse' => 'edvpierremarie', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Jean-Yves', 'last_name' => 'GROSCLAUDE', 'id' => '2750520a-8a65-9993-4e87-6164473792b0', 'email_address' => 'afeid@irstea.fr', 'identifiant' => 'edvgrosclaude', 'motdepasse' => 'edvjeanyves', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'DIRMAT RENNES', 'id' => '197', 'email_address' => NULL, 'identifiant' => 'edvgrosset', 'motdepasse' => '08F0145', 'numfacture' => '08F0145', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvgrosset Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'ABELLI', 'id' => 'adf9acd4-83ac-fb52-0016-57d66adbd6e7', 'email_address' => NULL, 'identifiant' => 'edvgsc', 'motdepasse' => '16F334', 'numfacture' => '20F298', 'debut' => '2020-11-19', 'fin' => '2021-11-19', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'ABELLI', 'id' => 'adf9acd4-83ac-fb52-0016-57d66adbd6e7', 'email_address' => NULL, 'identifiant' => 'edvgsc', 'motdepasse' => '16F334', 'numfacture' => '19F323', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'ABELLI', 'id' => 'adf9acd4-83ac-fb52-0016-57d66adbd6e7', 'email_address' => NULL, 'identifiant' => 'edvgsc', 'motdepasse' => '16F334', 'numfacture' => '18F291', 'debut' => '2018-09-12', 'fin' => '2019-09-12', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'ABELLI', 'id' => 'adf9acd4-83ac-fb52-0016-57d66adbd6e7', 'email_address' => NULL, 'identifiant' => 'edvgsc', 'motdepasse' => '16F334', 'numfacture' => '17F340', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'ABELLI', 'id' => 'adf9acd4-83ac-fb52-0016-57d66adbd6e7', 'email_address' => NULL, 'identifiant' => 'edvgsc', 'motdepasse' => '16F334', 'numfacture' => '16F334', 'debut' => '2016-09-12', 'fin' => '2017-09-12', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'GUBIAN', 'id' => '563', 'email_address' => 'mairie@chatel-guyon.fr', 'identifiant' => 'edvgubian', 'motdepasse' => '11F0139', 'numfacture' => '13F0089', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'GUBIAN', 'id' => '563', 'email_address' => 'mairie@chatel-guyon.fr', 'identifiant' => 'edvgubian', 'motdepasse' => '11F0139', 'numfacture' => '12F0134', 'debut' => '2012-02-17', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'GUBIAN', 'id' => '563', 'email_address' => 'mairie@chatel-guyon.fr', 'identifiant' => 'edvgubian', 'motdepasse' => '11F0139', 'numfacture' => '11F0139', 'debut' => '2011-02-17', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'GUERET', 'id' => '1bfefe8e-be3e-1943-12e8-5fbd0ba21bf6', 'email_address' => 'emilie.gueret@haute-vienne.fr', 'identifiant' => 'edvgueret', 'motdepasse' => '20F311', 'numfacture' => '22F216', 'debut' => '2022-11-29', 'fin' => '2023-11-29', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'GUERET', 'id' => '1bfefe8e-be3e-1943-12e8-5fbd0ba21bf6', 'email_address' => 'emilie.gueret@haute-vienne.fr', 'identifiant' => 'edvgueret', 'motdepasse' => '20F311', 'numfacture' => '21F236', 'debut' => '2021-11-22', 'fin' => '2022-11-22', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'GUERET', 'id' => '1bfefe8e-be3e-1943-12e8-5fbd0ba21bf6', 'email_address' => 'emilie.gueret@haute-vienne.fr', 'identifiant' => 'edvgueret', 'motdepasse' => '20F311', 'numfacture' => '20F311', 'debut' => '2020-11-24', 'fin' => '2021-11-24', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvguerin', 'motdepasse' => '07F0209', 'numfacture' => '08F0430', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:17 : edvguerin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvguerin', 'motdepasse' => '07F0209', 'numfacture' => '07F0209', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'GUERQUIN', 'id' => '5571ad1d-fae7-b1b8-b5e6-61644e55e10b', 'email_address' => 'fguerquin@planbleu.org', 'identifiant' => 'edvguerquin', 'motdepasse' => 'edvfrançois', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvguesdon', 'motdepasse' => '14F0163', 'numfacture' => '16F150', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvguesdon', 'motdepasse' => '14F0163', 'numfacture' => '15F0190', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvguesdon', 'motdepasse' => '14F0163', 'numfacture' => '14F0163', 'debut' => '2014-03-04', 'fin' => '2015-03-04', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvguesdon', 'motdepasse' => '10F0181', 'numfacture' => '12F0197', 'debut' => '2012-04-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvguesdon', 'motdepasse' => '10F0181', 'numfacture' => '11F0208', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GIL', 'id' => '265', 'email_address' => 'n.gil@siarv.fr', 'identifiant' => 'edvguesdon', 'motdepasse' => '10F0181', 'numfacture' => '10F0181', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => '18F162', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => '17F200', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => '16F181', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => '15F0223', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => '14F0263', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignard', 'motdepasse' => '11F0150', 'numfacture' => '14F0133', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'GUIGNARD', 'id' => '516', 'email_address' => 'yves.guignard@ville-sarrians.fr', 'identifiant' => 'edvguignard', 'motdepasse' => 'edvguignard', 'numfacture' => '13F0225', 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignard', 'motdepasse' => '11F0150', 'numfacture' => '13F0086', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignard', 'motdepasse' => '11F0150', 'numfacture' => '12F0142', 'debut' => '2012-02-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignard', 'motdepasse' => '11F0150', 'numfacture' => '11F0150', 'debut' => '2011-02-21', 'fin' => NULL, )) 2025-03-23 00:45:17 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '23F138', 'debut' => '2023-02-10', 'fin' => '2024-02-10', )) 2025-03-23 00:45:17 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '22F052', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:17 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '21F078', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '20F078', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '19F054', 'debut' => '2019-02-11', 'fin' => '2020-02-11', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '18F067', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '17F070', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '16F102', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => '15F0100', 'debut' => '2015-02-09', 'fin' => '2016-02-09', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Mohamed', 'last_name' => 'REZZOUKI', 'id' => '42', 'email_address' => 'service.eagg@coulommierspaysdebrie.fr', 'identifiant' => 'edvguignardb', 'motdepasse' => '11F0150', 'numfacture' => NULL, 'debut' => '2014-02-07', 'fin' => '2016-01-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '20F046', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '19F087', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '18F046', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '17F080', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '16F119', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '15F0093', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '14F0129', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '13F0085', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '12F0135', 'debut' => '2012-02-21', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'GUIHEUX', 'id' => '564', 'email_address' => 'c.guiheux@agglo-saumur.fr', 'identifiant' => 'edvguiheux', 'motdepasse' => '11F0143', 'numfacture' => '11F0143', 'debut' => '2011-02-21', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'GUILLON', 'id' => '412', 'email_address' => NULL, 'identifiant' => 'edvguillon', 'motdepasse' => '11F0255', 'numfacture' => '12F0236', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'GUILLON', 'id' => '412', 'email_address' => NULL, 'identifiant' => 'edvguillon', 'motdepasse' => '11F0255', 'numfacture' => '11F0255', 'debut' => '2011-04-05', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '23F096', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '22F106', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '21F118', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '20F143', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '19F138', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '18F105', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '17F163', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '16F140', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '15F0154', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '14F0211', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '13F0132', 'debut' => '2013-03-05', 'fin' => '2014-03-05', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '12F0195', 'debut' => '2012-03-31', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '11F0189', 'debut' => '2011-03-31', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Estelle', 'last_name' => 'GUILLOU', 'id' => '501', 'email_address' => 'eguillou@siaep-questembert.fr', 'identifiant' => 'edvguillou', 'motdepasse' => '10F0159', 'numfacture' => '10F0159', 'debut' => '2010-03-31', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yvon', 'last_name' => 'GUILLY', 'id' => 'd69fff1d-5443-a774-ffb0-5a5c883089b4', 'email_address' => 'yvon.guilly@ccomptes.fr', 'identifiant' => 'edvguilly', 'motdepasse' => '18F002', 'numfacture' => '21F250', 'debut' => '2022-02-11', 'fin' => '2022-12-07', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yvon', 'last_name' => 'GUILLY', 'id' => 'd69fff1d-5443-a774-ffb0-5a5c883089b4', 'email_address' => 'yvon.guilly@ccomptes.fr', 'identifiant' => 'edvguilly', 'motdepasse' => '18F002', 'numfacture' => '21F034', 'debut' => '2021-02-11', 'fin' => '2022-02-11', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yvon', 'last_name' => 'GUILLY', 'id' => 'd69fff1d-5443-a774-ffb0-5a5c883089b4', 'email_address' => 'yvon.guilly@ccomptes.fr', 'identifiant' => 'edvguilly', 'motdepasse' => '18F002', 'numfacture' => '20F033', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yvon', 'last_name' => 'GUILLY', 'id' => 'd69fff1d-5443-a774-ffb0-5a5c883089b4', 'email_address' => 'yvon.guilly@ccomptes.fr', 'identifiant' => 'edvguilly', 'motdepasse' => '18F002', 'numfacture' => '19F008', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yvon', 'last_name' => 'GUILLY', 'id' => 'd69fff1d-5443-a774-ffb0-5a5c883089b4', 'email_address' => 'yvon.guilly@ccomptes.fr', 'identifiant' => 'edvguilly', 'motdepasse' => '18F002', 'numfacture' => '18F002', 'debut' => '2018-01-15', 'fin' => '2019-01-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Rémi', 'last_name' => 'GUIRAUD', 'id' => '122', 'email_address' => 'sivom-moyen.rhony@wanadoo.fr', 'identifiant' => 'edvguiraud', 'motdepasse' => '08F0069', 'numfacture' => '08F0069', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvguiraud Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Erwann', 'last_name' => 'GUIRRIEC', 'id' => '110', 'email_address' => 'e.guirriec@ville-pace.fr', 'identifiant' => 'edvguirriec', 'motdepasse' => '08F0032', 'numfacture' => '09F0189', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvguirriec Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Erwann', 'last_name' => 'GUIRRIEC', 'id' => '110', 'email_address' => 'e.guirriec@ville-pace.fr', 'identifiant' => 'edvguirriec', 'motdepasse' => '08F0032', 'numfacture' => '08F0032', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '23F021', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '22F207', 'debut' => '2022-11-29', 'fin' => '2023-11-29', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '21F246', 'debut' => '2021-11-30', 'fin' => '2022-11-30', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '20F295', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '19F332', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '18F301', 'debut' => '2018-09-13', 'fin' => '2019-09-13', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '17F323', 'debut' => '2017-09-12', 'fin' => '2018-09-12', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '16F344', 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '15F0390', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '14F0417', 'debut' => '2014-09-10', 'fin' => '2015-09-10', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '13F0380', 'debut' => '2013-09-18', 'fin' => '2014-09-18', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '12F0402', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '11F0416', 'debut' => '2011-09-13', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '10F0295', 'debut' => '2010-08-18', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '10F0295', 'debut' => '2010-08-17', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'GUISTI', 'id' => '448', 'email_address' => 'mariepierre.guisti@atd31.fr', 'identifiant' => 'edvguisti', 'motdepasse' => '09F3333', 'numfacture' => '09F0386', 'debut' => '2009-08-17', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Martin', 'last_name' => 'GUTTON', 'id' => 'aaa599fa-3646-d34d-c567-6163fe0490c7', 'email_address' => 'martin.gutton@eau-loire-bretagne.fr', 'identifiant' => 'edvgutton', 'motdepasse' => 'edvmartin', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'HABERT', 'id' => '334', 'email_address' => 'siaep@9business.fr', 'identifiant' => 'edvhabert', 'motdepasse' => '09F0009', 'numfacture' => '09F0009', 'debut' => '2009-01-15', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvhabert Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '17F089', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '16F093', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '15F0117', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '14F0082', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '13F0118', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '12F0058', 'debut' => '2012-02-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '11F0053', 'debut' => '2011-02-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'HAMELIN', 'id' => '486', 'email_address' => 'sieavv@mairie-vernouillet.fr', 'identifiant' => 'edvhamelin', 'motdepasse' => '10F0057', 'numfacture' => '10F0057', 'debut' => '2010-02-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '17F316', 'debut' => '2017-10-09', 'fin' => '2018-10-09', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '16F368', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '15F0405', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '14F0470', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '13F0397', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '12F0446', 'debut' => '2012-10-23', 'fin' => '2013-10-23', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '11F0473', 'debut' => '2011-12-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '10F0351', 'debut' => '2010-12-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '09F0462', 'debut' => '2009-12-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'ARGUINDEGUY', 'id' => '323', 'email_address' => 'eau-assainissement@ville-hasparren.fr', 'identifiant' => 'edvhasparren64', 'motdepasse' => '08F0396', 'numfacture' => '08F0396', 'debut' => '2008-12-03', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'HAURET-CLOS', 'id' => 'd705605c-cd12-fc0c-5edd-5b4354172dad', 'email_address' => 'christine.hauret-clos@grand-cognac.fr', 'identifiant' => 'edvhauretclos', 'motdepasse' => '18F244', 'numfacture' => '18F244', 'debut' => '2018-07-09', 'fin' => '2019-07-09', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvhauretclos', 'motdepasse' => '09F0473', 'numfacture' => '10F0385', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvhauretclos', 'motdepasse' => '09F0473', 'numfacture' => '09F0473', 'debut' => '2009-11-23', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Gilbert', 'last_name' => 'HEBRARD', 'id' => '62', 'email_address' => 'gilbert.hebrard@siemn.31.fr', 'identifiant' => 'edvhebrard', 'motdepasse' => '07F0152', 'numfacture' => '07F0152', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvhebrard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '16F356', 'debut' => '2016-10-13', 'fin' => '2017-10-13', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '15F0422', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '14F0455', 'debut' => '2014-10-07', 'fin' => '2015-10-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '13F0404', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '12F0434', 'debut' => '2012-10-15', 'fin' => '2013-10-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '11F0433', 'debut' => '2011-10-04', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '10F0316', 'debut' => '2010-10-04', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'HECTOR', 'id' => '287', 'email_address' => 'carine.hector@moselle.gouv.fr', 'identifiant' => 'edvhector', 'motdepasse' => '08F0317', 'numfacture' => '08F0317', 'debut' => '2009-09-24', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '23F025', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '22F011', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '21F024', 'debut' => '2021-01-25', 'fin' => '2022-01-25', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '20F012', 'debut' => '2020-01-16', 'fin' => '2021-01-16', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '19F016', 'debut' => '2019-02-05', 'fin' => '2020-02-05', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '18F081', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '17F034', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '16F0028', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '15F0044', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '14F0034', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '13F0035', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '12F0044', 'debut' => '2012-01-15', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '11F0011', 'debut' => '2011-01-15', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'HELBERT', 'id' => '479', 'email_address' => 'm.helbert@cg49.fr', 'identifiant' => 'edvhelbert', 'motdepasse' => '10F0012', 'numfacture' => '10F0012', 'debut' => '2010-01-15', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'SIMON', 'id' => '2ace1dfe-81ee-5163-b21a-6006df3ef53f', 'email_address' => 'brigitte.simon@nantesmetropole.fr', 'identifiant' => 'edvheligon', 'motdepasse' => '21F008', 'numfacture' => '13F013', 'debut' => '2023-01-26', 'fin' => '2024-01-26', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'SIMON', 'id' => '2ace1dfe-81ee-5163-b21a-6006df3ef53f', 'email_address' => 'brigitte.simon@nantesmetropole.fr', 'identifiant' => 'edvheligon', 'motdepasse' => '21F008', 'numfacture' => '21F263', 'debut' => '2021-12-14', 'fin' => '2022-12-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'SIMON', 'id' => '2ace1dfe-81ee-5163-b21a-6006df3ef53f', 'email_address' => 'brigitte.simon@nantesmetropole.fr', 'identifiant' => 'edvheligon', 'motdepasse' => '21F008', 'numfacture' => '21F008', 'debut' => '2021-01-19', 'fin' => '2022-01-19', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Jacques', 'last_name' => 'HERIN', 'id' => 'bc21bf67-929e-ca23-fd31-616446f9bca3', 'email_address' => 'jjherin@douaisis-agglo.com', 'identifiant' => 'edvherin', 'motdepasse' => 'edvjeanjacques', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Antoine', 'last_name' => 'HERNANDEZ', 'id' => '44', 'email_address' => 'ant.hernandez.sce.finances@wanadoo.fr', 'identifiant' => 'edvhernandez', 'motdepasse' => '07F0179', 'numfacture' => '09F0509', 'debut' => '2009-12-10', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvhernandez Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Antoine', 'last_name' => 'HERNANDEZ', 'id' => '44', 'email_address' => 'ant.hernandez.sce.finances@wanadoo.fr', 'identifiant' => 'edvhernandez', 'motdepasse' => '07F0179', 'numfacture' => '07F0179', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'HEUILLARD', 'id' => '745116ba-3d4a-70f5-2d72-504da322ecda', 'email_address' => 'francoise.heuillard@mairie-saint-maur.com', 'identifiant' => 'edvheuillard', 'motdepasse' => '12F0389', 'numfacture' => '15F0395', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'HEUILLARD', 'id' => '745116ba-3d4a-70f5-2d72-504da322ecda', 'email_address' => 'francoise.heuillard@mairie-saint-maur.com', 'identifiant' => 'edvheuillard', 'motdepasse' => '12F0389', 'numfacture' => '14F0412', 'debut' => '2014-09-02', 'fin' => '2015-09-02', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'HEUILLARD', 'id' => '745116ba-3d4a-70f5-2d72-504da322ecda', 'email_address' => 'francoise.heuillard@mairie-saint-maur.com', 'identifiant' => 'edvheuillard', 'motdepasse' => '12F0389', 'numfacture' => '13F0391', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'HEUILLARD', 'id' => '745116ba-3d4a-70f5-2d72-504da322ecda', 'email_address' => 'francoise.heuillard@mairie-saint-maur.com', 'identifiant' => 'edvheuillard', 'motdepasse' => '12F0389', 'numfacture' => '12F0389', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'HOELTZEL', 'id' => '51d25e41-31ee-727b-532d-616402a0b5b2', 'email_address' => 'marc.hoeltzel@eau-rhin-meuse.fr', 'identifiant' => 'edvhoeltzel', 'motdepasse' => 'edvmarc', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Ahmed', 'last_name' => 'HOUSSEIN YOUSSOUF', 'id' => '3fb3af7e-5ac4-0250-c27b-53b3b653a57a', 'email_address' => 'ahmed.houssein@cacl-guyane.fr', 'identifiant' => 'edvhoussein', 'motdepasse' => '09F0273', 'numfacture' => '18F257', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Ahmed', 'last_name' => 'HOUSSEIN YOUSSOUF', 'id' => '3fb3af7e-5ac4-0250-c27b-53b3b653a57a', 'email_address' => 'ahmed.houssein@cacl-guyane.fr', 'identifiant' => 'edvhoussein', 'motdepasse' => '09F0273', 'numfacture' => '17F298', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Ahmed', 'last_name' => 'HOUSSEIN YOUSSOUF', 'id' => '3fb3af7e-5ac4-0250-c27b-53b3b653a57a', 'email_address' => 'ahmed.houssein@cacl-guyane.fr', 'identifiant' => 'edvhoussein', 'motdepasse' => '09F0273', 'numfacture' => '16F314', 'debut' => '2016-07-20', 'fin' => '2017-07-20', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Ahmed', 'last_name' => 'HOUSSEIN YOUSSOUF', 'id' => '3fb3af7e-5ac4-0250-c27b-53b3b653a57a', 'email_address' => 'ahmed.houssein@cacl-guyane.fr', 'identifiant' => 'edvhoussein', 'motdepasse' => '09F0273', 'numfacture' => '15F0339', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Ahmed', 'last_name' => 'HOUSSEIN YOUSSOUF', 'id' => '3fb3af7e-5ac4-0250-c27b-53b3b653a57a', 'email_address' => 'ahmed.houssein@cacl-guyane.fr', 'identifiant' => 'edvhoussein', 'motdepasse' => '09F0273', 'numfacture' => '14F0372', 'debut' => '2014-07-02', 'fin' => '2015-07-02', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE DE COMMUNES DU CENTRE LITTORAL', 'id' => '430', 'email_address' => 'maria.henri@cccl.fr', 'identifiant' => 'edvhoussein', 'motdepasse' => '09F0273', 'numfacture' => '09F0273', 'debut' => '2009-05-07', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Alexandra', 'last_name' => 'HUERTA', 'id' => '6ee70924-9196-21ba-bacd-5253bde430b4', 'email_address' => NULL, 'identifiant' => 'edvhuerta', 'motdepasse' => '13F0422', 'numfacture' => '15F0417', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Alexandra', 'last_name' => 'HUERTA', 'id' => '6ee70924-9196-21ba-bacd-5253bde430b4', 'email_address' => NULL, 'identifiant' => 'edvhuerta', 'motdepasse' => '13F0422', 'numfacture' => '14F0451', 'debut' => '2014-10-07', 'fin' => '2015-10-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Alexandra', 'last_name' => 'HUERTA', 'id' => '6ee70924-9196-21ba-bacd-5253bde430b4', 'email_address' => NULL, 'identifiant' => 'edvhuerta', 'motdepasse' => '13F0422', 'numfacture' => '13F0422', 'debut' => '2013-10-08', 'fin' => '2014-10-08', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'HUET', 'id' => '85', 'email_address' => 'sandrine.huet@rambouillet.fr', 'identifiant' => 'edvhuet', 'motdepasse' => '08F0009', 'numfacture' => '08F0009', 'debut' => '2008-01-22', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvhuet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'HUMBEL', 'id' => '372', 'email_address' => 'xavier.humbel@irh.fr', 'identifiant' => 'edvhumbel', 'motdepasse' => '09F0068', 'numfacture' => NULL, 'debut' => '2014-01-17', 'fin' => '2015-01-17', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'HUMBEL', 'id' => '372', 'email_address' => 'xavier.humbel@irh.fr', 'identifiant' => 'edvhumbel', 'motdepasse' => '09F0068', 'numfacture' => '11F0023', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'HUMBEL', 'id' => '372', 'email_address' => 'xavier.humbel@irh.fr', 'identifiant' => 'edvhumbel', 'motdepasse' => '09F0068', 'numfacture' => '10F0029', 'debut' => '2010-01-27', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'HUMBEL', 'id' => '372', 'email_address' => 'xavier.humbel@irh.fr', 'identifiant' => 'edvhumbel', 'motdepasse' => '09F0068', 'numfacture' => '09F0068', 'debut' => '2009-01-27', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '20F092', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '19F046', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '18F080', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '17F036', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '16F0033', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '15F0029', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '14F0025', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '13F0050', 'debut' => '2013-01-28', 'fin' => '2014-01-28', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Fabrice', 'last_name' => 'HUSSER', 'id' => '612', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvhusser', 'motdepasse' => '12F0003', 'numfacture' => '12F0003', 'debut' => '2012-01-04', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '21F144', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '20F131', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '19F150', 'debut' => '2019-03-26', 'fin' => '2020-03-26', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '18F114', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '17F158', 'debut' => '2017-03-27', 'fin' => '2018-03-27', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '16F139', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '15F0145', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => 'ea4c279a-30a3-0fd1-dc1c-52931d604f62', 'email_address' => 'y.icher@siba-bassin-arcachon.fr', 'identifiant' => 'edvicher', 'motdepasse' => '13F0449', 'numfacture' => '13', 'debut' => '2014-03-31', 'fin' => '2015-03-31', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => '112', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvicher', 'motdepasse' => '08F0034', 'numfacture' => '', 'debut' => '2010-03-30', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => '112', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvicher', 'motdepasse' => '08F0034', 'numfacture' => '09F0215', 'debut' => '2009-03-30', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => '112', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvicher', 'motdepasse' => '08F0034', 'numfacture' => '', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Yohan', 'last_name' => 'ICHER', 'id' => '112', 'email_address' => 'Regine.magne@grand-nancy.org', 'identifiant' => 'edvicher', 'motdepasse' => '08F0034', 'numfacture' => '08F0034', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'IMBERT', 'id' => 'c0c2daa4-22ea-853c-bbbc-5a8d3f5d09bd', 'email_address' => 'sieaca@orange.fr', 'identifiant' => 'edvimbert', 'motdepasse' => '18F097', 'numfacture' => '23F110', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'IMBERT', 'id' => 'c0c2daa4-22ea-853c-bbbc-5a8d3f5d09bd', 'email_address' => 'sieaca@orange.fr', 'identifiant' => 'edvimbert', 'motdepasse' => '18F097', 'numfacture' => '22F079', 'debut' => '2022-03-11', 'fin' => '2023-03-11', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'IMBERT', 'id' => 'c0c2daa4-22ea-853c-bbbc-5a8d3f5d09bd', 'email_address' => 'sieaca@orange.fr', 'identifiant' => 'edvimbert', 'motdepasse' => '18F097', 'numfacture' => '21F048', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'IMBERT', 'id' => 'c0c2daa4-22ea-853c-bbbc-5a8d3f5d09bd', 'email_address' => 'sieaca@orange.fr', 'identifiant' => 'edvimbert', 'motdepasse' => '18F097', 'numfacture' => '20F106', 'debut' => '2020-02-17', 'fin' => '2021-02-17', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'IMBERT', 'id' => 'c0c2daa4-22ea-853c-bbbc-5a8d3f5d09bd', 'email_address' => 'sieaca@orange.fr', 'identifiant' => 'edvimbert', 'motdepasse' => '18F097', 'numfacture' => '19F033', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'IMBERT', 'id' => 'c0c2daa4-22ea-853c-bbbc-5a8d3f5d09bd', 'email_address' => 'sieaca@orange.fr', 'identifiant' => 'edvimbert', 'motdepasse' => '18F097', 'numfacture' => '18F097', 'debut' => '2018-02-21', 'fin' => '2019-02-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Christophe', 'last_name' => 'INGLARD', 'id' => '250', 'email_address' => 'jean-christophe.inglard@reimsmetropole.fr', 'identifiant' => 'edvinglard', 'motdepasse' => '08F0238', 'numfacture' => '08F0238', 'debut' => '2008-06-02', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvinglard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MINISTERE DE L\'INTERIEUR', 'id' => '359', 'email_address' => 'helene.bourcet@interieur.gouv.fr', 'identifiant' => 'edvinterieur69', 'motdepasse' => '09F0044', 'numfacture' => '09F0044', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvinterieur69 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'JACOB', 'id' => '419', 'email_address' => 'catja@wanadoo.fr', 'identifiant' => 'edvjacob', 'motdepasse' => '09F0239', 'numfacture' => '09F0239', 'debut' => '2009-04-09', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvjacob Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Alain', 'last_name' => 'JACQUIN', 'id' => '88', 'email_address' => 'st-plessis@wanadoo.fr', 'identifiant' => 'edvjacquin', 'motdepasse' => '08F0012', 'numfacture' => '08F0012', 'debut' => '2008-01-22', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvjacquin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Sarah', 'last_name' => 'JANAUD', 'id' => '373', 'email_address' => 'sjanaud@beauvais.fr', 'identifiant' => 'edvjanaud', 'motdepasse' => '09F0069', 'numfacture' => '09F0069', 'debut' => '2009-01-27', 'fin' => NULL, )) 2025-03-23 00:45:18 : edvjanaud Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'JANICOT', 'id' => '9a4dfdd0-48b0-7f3a-e003-61642b5d7f5c', 'email_address' => 'philippe.janicot@limoges-metropole.fr', 'identifiant' => 'edvjanicot', 'motdepasse' => 'edvphilippe', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '23F117', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '22F070', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '21F071', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '20F070', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '19F060', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '18F066', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '17F062', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '16F105', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '15F0077', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '14F0146', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '13F0066', 'debut' => '2013-02-07', 'fin' => '2014-02-07', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '12F0188', 'debut' => '2012-03-22', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '11F0206', 'debut' => '2011-03-22', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '10F0139', 'debut' => '2010-03-22', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'JANIN', 'id' => '145', 'email_address' => 'ijanin@ccip.fr', 'identifiant' => 'edvjanin', 'motdepasse' => '08F0131', 'numfacture' => '08F0131', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'JANODET', 'id' => '192', 'email_address' => 'janodetagripol@wanadoo.fr', 'identifiant' => 'edvjanodet', 'motdepasse' => '08F0140', 'numfacture' => '12F0392', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'JANODET', 'id' => '192', 'email_address' => 'janodetagripol@wanadoo.fr', 'identifiant' => 'edvjanodet', 'motdepasse' => '08F0140', 'numfacture' => '11F0425', 'debut' => '2011-09-28', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'JANODET', 'id' => '192', 'email_address' => 'janodetagripol@wanadoo.fr', 'identifiant' => 'edvjanodet', 'motdepasse' => '08F0140', 'numfacture' => '10F0314', 'debut' => '2010-09-28', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'JANODET', 'id' => '192', 'email_address' => 'janodetagripol@wanadoo.fr', 'identifiant' => 'edvjanodet', 'motdepasse' => '08F0140', 'numfacture' => '08F0140', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '19F308', 'debut' => '2019-11-12', 'fin' => '2020-11-12', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '18F347', 'debut' => '2018-11-19', 'fin' => '2019-11-19', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '17F387', 'debut' => '2017-12-11', 'fin' => '2018-12-11', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '16F423', 'debut' => '2016-12-22', 'fin' => '2017-12-22', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '15F0464', 'debut' => '2015-12-08', 'fin' => '2016-12-08', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '15F0460', 'debut' => '2015-11-30', 'fin' => '2016-11-30', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '14F0518', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '13F0507', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '12F0516', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Patricia', 'last_name' => 'JANUSZKIEWICZ', 'id' => '608', 'email_address' => 'patricia.januszkiewicz@st-paul-les-dax.fr', 'identifiant' => 'edvjanuszkiewicz', 'motdepasse' => '11F0506', 'numfacture' => '11F0506', 'debut' => '2011-12-06', 'fin' => NULL, )) 2025-03-23 00:45:18 : deja traité on continue 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'JAUJAY', 'id' => 'b6a33cff-fa1f-728f-3311-61644ab6d5c8', 'email_address' => 'jean.jaujay@laposte.net', 'identifiant' => 'edvjaujay', 'motdepasse' => 'edvjean', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:18 : stdClass::__set_state(array( 'first_name' => 'JB', 'last_name' => 'DORE', 'id' => '103675b7-25ae-bdff-a02a-5e20788b54e3', 'email_address' => 'jbdore@cantal.fr', 'identifiant' => 'edvjbdore', 'motdepasse' => '20F015', 'numfacture' => '23F008', 'debut' => '2023-01-24', 'fin' => '2024-01-24', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'JB', 'last_name' => 'DORE', 'id' => '103675b7-25ae-bdff-a02a-5e20788b54e3', 'email_address' => 'jbdore@cantal.fr', 'identifiant' => 'edvjbdore', 'motdepasse' => '20F015', 'numfacture' => '22F022', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'JB', 'last_name' => 'DORE', 'id' => '103675b7-25ae-bdff-a02a-5e20788b54e3', 'email_address' => 'jbdore@cantal.fr', 'identifiant' => 'edvjbdore', 'motdepasse' => '20F015', 'numfacture' => '21F011', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'JB', 'last_name' => 'DORE', 'id' => '103675b7-25ae-bdff-a02a-5e20788b54e3', 'email_address' => 'jbdore@cantal.fr', 'identifiant' => 'edvjbdore', 'motdepasse' => '20F015', 'numfacture' => '20F015', 'debut' => '2020-01-16', 'fin' => '2021-01-16', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Alix', 'last_name' => 'JEANJEAN', 'id' => '536', 'email_address' => 'a.jeanjean@gingergroupe.com', 'identifiant' => 'edvjeanjean', 'motdepasse' => '10F0373', 'numfacture' => '10F0373', 'debut' => '2010-12-06', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvjeanjean Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '21F054', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '20F099', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '19F023', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '18F016', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '17F017', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '16F0054', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '15F0006', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '14F0044', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '13F0026', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '12F0021', 'debut' => '2012-01-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '11F0015', 'debut' => '2011-01-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '10F0020', 'debut' => '2010-01-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '09F0015', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Michèle', 'last_name' => 'JORIAUX', 'id' => '59', 'email_address' => 'mjoriaux@roannaise-de-leau.fr', 'identifiant' => 'edvjoriaux', 'motdepasse' => '07F0156', 'numfacture' => '07F0156', 'debut' => '2007-12-20', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'JOUAN', 'id' => '2be4ea47-7772-34e0-f4e5-5e1dc0a32106', 'email_address' => 'Philippe.jouan@quimper-bretagne-occidentale.bzh', 'identifiant' => 'edvjouan', 'motdepasse' => '20F008', 'numfacture' => '23F029', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'JOUAN', 'id' => '2be4ea47-7772-34e0-f4e5-5e1dc0a32106', 'email_address' => 'Philippe.jouan@quimper-bretagne-occidentale.bzh', 'identifiant' => 'edvjouan', 'motdepasse' => '20F008', 'numfacture' => '22F010', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'JOUAN', 'id' => '2be4ea47-7772-34e0-f4e5-5e1dc0a32106', 'email_address' => 'Philippe.jouan@quimper-bretagne-occidentale.bzh', 'identifiant' => 'edvjouan', 'motdepasse' => '20F008', 'numfacture' => '21F027', 'debut' => '2021-01-25', 'fin' => '2022-01-25', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'JOUAN', 'id' => '2be4ea47-7772-34e0-f4e5-5e1dc0a32106', 'email_address' => 'Philippe.jouan@quimper-bretagne-occidentale.bzh', 'identifiant' => 'edvjouan', 'motdepasse' => '20F008', 'numfacture' => '20F008', 'debut' => '2020-01-14', 'fin' => '2021-01-14', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'JOUCLA', 'id' => '83c92698-f1f3-b589-9f6d-59423ba94748', 'email_address' => 'cjoucla@valdeleyre.fr', 'identifiant' => 'edvjoucla', 'motdepasse' => '17F252', 'numfacture' => '23F147', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'JOUCLA', 'id' => '83c92698-f1f3-b589-9f6d-59423ba94748', 'email_address' => 'cjoucla@valdeleyre.fr', 'identifiant' => 'edvjoucla', 'motdepasse' => '17F252', 'numfacture' => '22F200', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'JOUCLA', 'id' => '83c92698-f1f3-b589-9f6d-59423ba94748', 'email_address' => 'cjoucla@valdeleyre.fr', 'identifiant' => 'edvjoucla', 'motdepasse' => '17F252', 'numfacture' => '20F235', 'debut' => '2020-08-06', 'fin' => '2021-08-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'JOUCLA', 'id' => '83c92698-f1f3-b589-9f6d-59423ba94748', 'email_address' => 'cjoucla@valdeleyre.fr', 'identifiant' => 'edvjoucla', 'motdepasse' => '17F252', 'numfacture' => '19F245', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'JOUCLA', 'id' => '83c92698-f1f3-b589-9f6d-59423ba94748', 'email_address' => 'cjoucla@valdeleyre.fr', 'identifiant' => 'edvjoucla', 'motdepasse' => '17F252', 'numfacture' => '18F233', 'debut' => '2018-06-18', 'fin' => '2019-06-18', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'JOUCLA', 'id' => '83c92698-f1f3-b589-9f6d-59423ba94748', 'email_address' => 'cjoucla@valdeleyre.fr', 'identifiant' => 'edvjoucla', 'motdepasse' => '17F252', 'numfacture' => '17F252', 'debut' => '2017-06-15', 'fin' => '2018-06-15', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'JOUGLAIN', 'id' => 'd2707a83-4856-fd44-bfc9-53b3c5c50beb', 'email_address' => NULL, 'identifiant' => 'edvjouglain', 'motdepasse' => 'mediationeau', 'numfacture' => NULL, 'debut' => '2014-07-02', 'fin' => '2015-07-02', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvjouglain', 'motdepasse' => '08F0197', 'numfacture' => '11F0176', 'debut' => '2011-05-06', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvjouglain', 'motdepasse' => '08F0197', 'numfacture' => '10F0130', 'debut' => '2010-05-06', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvjouglain', 'motdepasse' => '08F0197', 'numfacture' => '09F0181', 'debut' => '2009-05-06', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvjouglain', 'motdepasse' => '08F0197', 'numfacture' => '08F0197', 'debut' => '2008-05-06', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'JOUVE', 'id' => '89754a5a-4710-5eb9-2b3e-61643955c351', 'email_address' => 'd.Jouve@cnr.tm.fr', 'identifiant' => 'edvjouve', 'motdepasse' => 'edvdaniel', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'JUAN', 'id' => '139', 'email_address' => 'jeanmichel.juan@agglo-grandavignon.fr', 'identifiant' => 'edvjuan', 'motdepasse' => '08F0088', 'numfacture' => '12F0112', 'debut' => '2012-02-24', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvjuan Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'JUAN', 'id' => '139', 'email_address' => 'jeanmichel.juan@agglo-grandavignon.fr', 'identifiant' => 'edvjuan', 'motdepasse' => '08F0088', 'numfacture' => '11F0106', 'debut' => '2011-02-24', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'JUAN', 'id' => '139', 'email_address' => 'jeanmichel.juan@agglo-grandavignon.fr', 'identifiant' => 'edvjuan', 'motdepasse' => '08F0088', 'numfacture' => '10F0064', 'debut' => '2010-02-24', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'JUAN', 'id' => '139', 'email_address' => 'jeanmichel.juan@agglo-grandavignon.fr', 'identifiant' => 'edvjuan', 'motdepasse' => '08F0088', 'numfacture' => '09F0132', 'debut' => '2009-02-24', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'JUAN', 'id' => '139', 'email_address' => 'jeanmichel.juan@agglo-grandavignon.fr', 'identifiant' => 'edvjuan', 'motdepasse' => '08F0088', 'numfacture' => '08F0088', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'JULIEN', 'id' => '255', 'email_address' => 'd.julien@semerap.fr', 'identifiant' => 'edvjulien', 'motdepasse' => '08F0247', 'numfacture' => '09F0309', 'debut' => '2009-06-12', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvjulien Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'JULIEN', 'id' => '255', 'email_address' => 'd.julien@semerap.fr', 'identifiant' => 'edvjulien', 'motdepasse' => '08F0247', 'numfacture' => '08F0247', 'debut' => '2008-06-12', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'JUNGKER', 'id' => 'cfa066af-df7e-6b35-b920-552ce45da81f', 'email_address' => NULL, 'identifiant' => 'edvjungker', 'motdepasse' => '15F0210', 'numfacture' => '17F178', 'debut' => '2017-04-10', 'fin' => '2018-04-10', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'JUNGKER', 'id' => 'cfa066af-df7e-6b35-b920-552ce45da81f', 'email_address' => NULL, 'identifiant' => 'edvjungker', 'motdepasse' => '15F0210', 'numfacture' => '16F210', 'debut' => '2016-04-07', 'fin' => '2017-04-07', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'JUNGKER', 'id' => 'cfa066af-df7e-6b35-b920-552ce45da81f', 'email_address' => NULL, 'identifiant' => 'edvjungker', 'motdepasse' => '15F0210', 'numfacture' => '15F0210', 'debut' => '2015-04-14', 'fin' => '2016-04-14', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABAYLE', 'id' => 'a4ac75ea-40ca-4815-5c65-54d8827c3f58', 'email_address' => 'syndicat.eau.castets@orange.fr', 'identifiant' => 'edvlabayle', 'motdepasse' => '15F0098', 'numfacture' => '16F104', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABAYLE', 'id' => 'a4ac75ea-40ca-4815-5c65-54d8827c3f58', 'email_address' => 'syndicat.eau.castets@orange.fr', 'identifiant' => 'edvlabayle', 'motdepasse' => '15F0098', 'numfacture' => '15F0098', 'debut' => '2015-02-09', 'fin' => '2016-02-09', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABBAL', 'id' => '14', 'email_address' => 'vallee.ondaine@sivo-ondaine.fr', 'identifiant' => 'edvlabbal', 'motdepasse' => '07F0155', 'numfacture' => '09F0126', 'debut' => '2009-02-20', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlabbal Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABBAL', 'id' => '14', 'email_address' => 'vallee.ondaine@sivo-ondaine.fr', 'identifiant' => 'edvlabbal', 'motdepasse' => '07F0155', 'numfacture' => '07F0155', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABORDE', 'id' => '245', 'email_address' => 'mairie-de-moliets@wanadoo.fr', 'identifiant' => 'edvlaborde', 'motdepasse' => '08F0232', 'numfacture' => '13F0408', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABORDE', 'id' => '245', 'email_address' => 'mairie-de-moliets@wanadoo.fr', 'identifiant' => 'edvlaborde', 'motdepasse' => '08F0232', 'numfacture' => '12F0432', 'debut' => '2012-10-15', 'fin' => '2013-10-15', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABORDE', 'id' => '245', 'email_address' => 'mairie-de-moliets@wanadoo.fr', 'identifiant' => 'edvlaborde', 'motdepasse' => '08F0232', 'numfacture' => '11F0434', 'debut' => '2011-10-05', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABORDE', 'id' => '245', 'email_address' => 'mairie-de-moliets@wanadoo.fr', 'identifiant' => 'edvlaborde', 'motdepasse' => '08F0232', 'numfacture' => '10F0319', 'debut' => '2010-10-05', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'LABORDE', 'id' => '245', 'email_address' => 'mairie-de-moliets@wanadoo.fr', 'identifiant' => 'edvlaborde', 'motdepasse' => '08F0232', 'numfacture' => '08F0232', 'debut' => '2009-10-01', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlabous', 'motdepasse' => '09F0010', 'numfacture' => '09F0010', 'debut' => '2009-01-16', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlabous Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvlagarde', 'motdepasse' => '20F137', 'numfacture' => '23F087', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvlagarde', 'motdepasse' => '20F137', 'numfacture' => '22F107', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvlagarde', 'motdepasse' => '20F137', 'numfacture' => '21F113', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGARDE', 'id' => '89', 'email_address' => 'claire.guillon@eauxdemarseille.fr', 'identifiant' => 'edvlagarde', 'motdepasse' => '20F137', 'numfacture' => '20F137', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGO', 'id' => '25', 'email_address' => 'assainissement@biot.fr', 'identifiant' => 'edvlago', 'motdepasse' => '07F0216', 'numfacture' => '09F0125', 'debut' => '2009-02-20', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlago Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'LAGO', 'id' => '25', 'email_address' => 'assainissement@biot.fr', 'identifiant' => 'edvlago', 'motdepasse' => '07F0216', 'numfacture' => '07F0216', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'MOUNIER', 'id' => '105', 'email_address' => 'v.lagrange.yssandonnais@wanadoo.fr', 'identifiant' => 'edvlagrange', 'motdepasse' => '08F0027', 'numfacture' => '08F0027', 'debut' => '2008-01-28', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlagrange Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '23F054', 'debut' => '2023-01-31', 'fin' => '2024-01-31', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '22F199', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '21F182', 'debut' => '2021-09-16', 'fin' => '2022-09-16', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '20F234', 'debut' => '2020-08-06', 'fin' => '2021-08-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '19F244', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '18F231', 'debut' => '2018-06-18', 'fin' => '2019-06-18', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '17F263', 'debut' => '2017-06-22', 'fin' => '2018-06-22', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '16F286', 'debut' => '2016-06-28', 'fin' => '2017-06-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '15F0295', 'debut' => '2015-06-02', 'fin' => '2016-06-02', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '14F0348', 'debut' => '2014-06-10', 'fin' => '2015-06-10', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '13F0339', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '12F0358', 'debut' => '2012-07-06', 'fin' => '2013-07-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '11F0346', 'debut' => '2011-07-08', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '10F0269', 'debut' => '2010-07-08', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvlaguerre', 'motdepasse' => '09F0193', 'numfacture' => '09F0193', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Elisa', 'last_name' => 'LAGUILLIER', 'id' => '258', 'email_address' => 'secretariat@siaep-lalinde.com', 'identifiant' => 'edvlaguillier', 'motdepasse' => '08F0255', 'numfacture' => '08F0255', 'debut' => '2008-06-20', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlaguillier Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '22F212', 'debut' => '2022-11-29', 'fin' => '2023-11-29', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '21F247', 'debut' => '2021-11-30', 'fin' => '2022-11-30', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '20F302', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '19F309', 'debut' => '2019-11-12', 'fin' => '2020-11-12', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '18F322', 'debut' => '2018-10-17', 'fin' => '2019-10-17', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '17F360', 'debut' => '2017-10-25', 'fin' => '2018-10-25', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Charles', 'last_name' => 'LAHOUSSE', 'id' => '384', 'email_address' => 'ch.lahousse@wanadoo.fr', 'identifiant' => 'edvlahousse', 'motdepasse' => '09F0090', 'numfacture' => '09F0090', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'LAIGLE-BERTHIER', 'id' => '268', 'email_address' => 'Dominique.GARDIER@veoliaeau.fr', 'identifiant' => 'edvlaigle', 'motdepasse' => '08F0278', 'numfacture' => '09F0351', 'debut' => '2009-07-21', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlaigle Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'TISSERAND', 'id' => '129', 'email_address' => 'bruno.tisserand@veoliaeau.fr', 'identifiant' => 'edvlaigle', 'motdepasse' => '08F0278', 'numfacture' => '08F0278', 'debut' => '2008-07-21', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'LAIGLE-BERTHIER', 'id' => '268', 'email_address' => 'Dominique.GARDIER@veoliaeau.fr', 'identifiant' => 'edvlaigle', 'motdepasse' => '08F0278', 'numfacture' => '08F0278', 'debut' => '2008-07-21', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Brice', 'last_name' => 'LALONDE', 'id' => 'a6126d7c-d81b-693b-bf68-616445b94b5c', 'email_address' => 'brice.lalonde@wanadoo.fr', 'identifiant' => 'edvlalonde', 'motdepasse' => 'edvbrice', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '22F013', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '21F019', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '20F020', 'debut' => '2020-01-17', 'fin' => '2021-01-17', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '18F399', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '17F397', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '16F411', 'debut' => '2016-12-19', 'fin' => '2017-12-19', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '15F0474', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '14F0519', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '13F0500', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '12F0507', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '11F0477', 'debut' => '2011-12-10', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '10F0358', 'debut' => '2010-12-10', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '09F0507', 'debut' => '2009-12-10', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMBERT', 'id' => '313', 'email_address' => 'marc.lambert@mairie-niort.fr', 'identifiant' => 'edvlambert', 'motdepasse' => '08F0370', 'numfacture' => '08F0370', 'debut' => '2008-11-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '23F084', 'debut' => '2023-02-03', 'fin' => '2024-02-03', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '22F033', 'debut' => '2022-02-07', 'fin' => '2023-02-07', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '21F136', 'debut' => '2021-01-01', 'fin' => '2022-01-01', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '20F129', 'debut' => '2020-03-09', 'fin' => '2021-03-09', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '19F003', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '18F008', 'debut' => '2018-01-15', 'fin' => '2019-01-15', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '16F327', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '15F0348', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '14F0400', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '13F0346', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '12F0356', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '11F0349', 'debut' => '2011-07-09', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '10F0276', 'debut' => '2010-07-09', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvlametro', 'motdepasse' => '09F0333', 'numfacture' => '09F0333', 'debut' => '2009-06-17', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'David Nicolas', 'last_name' => 'LAMOTHE', 'id' => '81393407-c152-9e62-01c4-534e36df68ca', 'email_address' => 'dnlamothe@a-propos.org', 'identifiant' => 'edvlamothe', 'motdepasse' => 'edv2014', 'numfacture' => NULL, 'debut' => '2014-04-16', 'fin' => '2015-04-16', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvlamour', 'motdepasse' => '12F0088', 'numfacture' => '17F020', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvlamour', 'motdepasse' => '12F0088', 'numfacture' => '16F0046', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvlamour', 'motdepasse' => '12F0088', 'numfacture' => '15F0023', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvlamour', 'motdepasse' => '12F0088', 'numfacture' => '14F0068', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvlamour', 'motdepasse' => '12F0088', 'numfacture' => '13F0004', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvlamour', 'motdepasse' => '12F0088', 'numfacture' => '12F0088', 'debut' => '2012-01-30', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LAMY', 'id' => '186', 'email_address' => 'carolinelamy38@hotmail.com', 'identifiant' => 'edvlamy', 'motdepasse' => '08F0134', 'numfacture' => '08F0134', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlamy Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Martial', 'last_name' => 'LANDAIS', 'id' => '257', 'email_address' => 'sia-fieretnom@orange.fr', 'identifiant' => 'edvlandais', 'motdepasse' => '08F0254', 'numfacture' => '13F0358', 'debut' => '2013-07-25', 'fin' => '2014-07-25', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Martial', 'last_name' => 'LANDAIS', 'id' => '257', 'email_address' => 'sia-fieretnom@orange.fr', 'identifiant' => 'edvlandais', 'motdepasse' => '08F0254', 'numfacture' => '12F0354', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Martial', 'last_name' => 'LANDAIS', 'id' => '257', 'email_address' => 'sia-fieretnom@orange.fr', 'identifiant' => 'edvlandais', 'motdepasse' => '08F0254', 'numfacture' => '11F0347', 'debut' => '2011-07-09', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Martial', 'last_name' => 'LANDAIS', 'id' => '257', 'email_address' => 'sia-fieretnom@orange.fr', 'identifiant' => 'edvlandais', 'motdepasse' => '08F0254', 'numfacture' => '10F0271', 'debut' => '2010-07-09', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Martial', 'last_name' => 'LANDAIS', 'id' => '257', 'email_address' => 'sia-fieretnom@orange.fr', 'identifiant' => 'edvlandais', 'motdepasse' => '08F0254', 'numfacture' => '09F0353', 'debut' => '2009-06-29', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Martial', 'last_name' => 'LANDAIS', 'id' => '257', 'email_address' => 'sia-fieretnom@orange.fr', 'identifiant' => 'edvlandais', 'motdepasse' => '08F0254', 'numfacture' => '08F0254', 'debut' => '2008-06-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANDRY', 'id' => '345', 'email_address' => 'fercher2@orange.fr', 'identifiant' => 'edvlandry', 'motdepasse' => '09F0023', 'numfacture' => '09F0023', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlandry Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '17F372', 'debut' => '2017-11-15', 'fin' => '2018-11-15', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '16F393', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '15F0435', 'debut' => '2015-11-04', 'fin' => '2016-11-04', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '14F0493', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '13F0473', 'debut' => '2013-11-27', 'fin' => '2014-11-27', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '12F0485', 'debut' => '2012-11-23', 'fin' => '2013-11-23', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'LANIER', 'id' => '600', 'email_address' => 'clanier@agglo-cavam.fr', 'identifiant' => 'edvlanier', 'motdepasse' => '11F0457', 'numfacture' => '11F0457', 'debut' => '2011-11-03', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => 'ea1a7bc8-98fc-ee3b-ea60-6048ec262141', 'email_address' => 'ajerome@caprovenceverte.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '21F102', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '21F094', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '20F047', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '19F086', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '18F059', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '17F061', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '16F106', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '15F0076', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '14F0153', 'debut' => '2014-02-18', 'fin' => '2015-02-18', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '13F0141', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '12F0120', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '11F0086', 'debut' => '2011-03-29', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '10F0152', 'debut' => '2010-03-29', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Eric', 'last_name' => 'LARCHER', 'id' => '408', 'email_address' => 'eaux-de-tourves@orange.fr', 'identifiant' => 'edvlarcher', 'motdepasse' => '09F0191', 'numfacture' => '09F0191', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '18F150', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '17F202', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '16F179', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '15F0235', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '14F0256', 'debut' => '2014-04-09', 'fin' => '2015-04-09', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '13F0245', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '12F0183', 'debut' => '2012-04-03', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '11F0175', 'debut' => '2011-04-03', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '10F0129', 'debut' => '2010-04-03', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '09F0228', 'debut' => '2009-04-03', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlascours', 'motdepasse' => '08F0105', 'numfacture' => '08F0105', 'debut' => '2008-02-29', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Danielle', 'last_name' => 'THIL', 'id' => '39d0c027-7195-86cc-a5c8-50c75c8c40b3', 'email_address' => 'eau-ass@la-seyne.com', 'identifiant' => 'edvlaseynesurmer', 'motdepasse' => '12F0504', 'numfacture' => '14F0529', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Danielle', 'last_name' => 'THIL', 'id' => '39d0c027-7195-86cc-a5c8-50c75c8c40b3', 'email_address' => 'eau-ass@la-seyne.com', 'identifiant' => 'edvlaseynesurmer', 'motdepasse' => '12F0504', 'numfacture' => '13F0503', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Danielle', 'last_name' => 'THIL', 'id' => '39d0c027-7195-86cc-a5c8-50c75c8c40b3', 'email_address' => 'eau-ass@la-seyne.com', 'identifiant' => 'edvlaseynesurmer', 'motdepasse' => '12F0504', 'numfacture' => '12F0504', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'LASPLACES', 'id' => '307', 'email_address' => 'marie.lasplaces@ville-bagneresdebigorre.fr', 'identifiant' => 'edvlasplaces', 'motdepasse' => '15F0071', 'numfacture' => '19F055', 'debut' => '2019-02-11', 'fin' => '2020-02-11', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'LASPLACES', 'id' => '307', 'email_address' => 'marie.lasplaces@ville-bagneresdebigorre.fr', 'identifiant' => 'edvlasplaces', 'motdepasse' => '15F0071', 'numfacture' => '18F075', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'LASPLACES', 'id' => '307', 'email_address' => 'marie.lasplaces@ville-bagneresdebigorre.fr', 'identifiant' => 'edvlasplaces', 'motdepasse' => '15F0071', 'numfacture' => '17F047', 'debut' => '2017-02-16', 'fin' => '2018-02-16', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'LASPLACES', 'id' => '307', 'email_address' => 'marie.lasplaces@ville-bagneresdebigorre.fr', 'identifiant' => 'edvlasplaces', 'motdepasse' => '15F0071', 'numfacture' => '16F0013', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'LASPLACES', 'id' => '307', 'email_address' => 'marie.lasplaces@ville-bagneresdebigorre.fr', 'identifiant' => 'edvlasplaces', 'motdepasse' => '15F0071', 'numfacture' => '15F0071', 'debut' => '2015-01-29', 'fin' => '2016-01-29', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Marie', 'last_name' => 'LASPLACES', 'id' => '307', 'email_address' => 'marie.lasplaces@ville-bagneresdebigorre.fr', 'identifiant' => 'edvlasplaces', 'motdepasse' => '08F0354', 'numfacture' => '08F0354', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'LASZKIEWICZ', 'id' => '86a3f1f2-71bc-9cd7-d7be-5f2bbe915169', 'email_address' => 'f.laszkiewicz@cc-paysdefayence.fr', 'identifiant' => 'edvlaszkiewicz', 'motdepasse' => '20F240', 'numfacture' => '22F198', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Françoise', 'last_name' => 'LASZKIEWICZ', 'id' => '86a3f1f2-71bc-9cd7-d7be-5f2bbe915169', 'email_address' => 'f.laszkiewicz@cc-paysdefayence.fr', 'identifiant' => 'edvlaszkiewicz', 'motdepasse' => '20F240', 'numfacture' => '20F240', 'debut' => '2020-08-06', 'fin' => '2021-08-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '23F107', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '22F077', 'debut' => '2022-03-11', 'fin' => '2023-03-11', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'LAUNAY', 'id' => '9e021b84-5234-150f-3a12-61644d531ed9', 'email_address' => 'jean.launay.mhp@gmail.com', 'identifiant' => 'edvlaunay', 'motdepasse' => 'edvjean', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '21F049', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '20F105', 'debut' => '2020-02-13', 'fin' => '2021-02-13', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '19F019', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '18F021', 'debut' => '2018-01-17', 'fin' => '2019-01-17', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '17F005', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '16F121', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '15F0087', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '14F0135', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '13F0082', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '12F0136', 'debut' => '2012-02-21', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '11F0145', 'debut' => '2011-02-21', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'LAUNAY', 'id' => '286', 'email_address' => 'monique.launay@cc-lanvollon-plouha.fr', 'identifiant' => 'edvlaunay', 'motdepasse' => '08F0316', 'numfacture' => '08F0316', 'debut' => '2009-09-24', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'LAUNEY', 'id' => '46fedb51-20f1-9ce2-f9e0-617abff044d1', 'email_address' => 'siaepbauptois@orange.fr', 'identifiant' => 'edvlauney', 'motdepasse' => '21F232', 'numfacture' => '23F053', 'debut' => '2023-01-31', 'fin' => '2024-01-31', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'LAUNEY', 'id' => '46fedb51-20f1-9ce2-f9e0-617abff044d1', 'email_address' => 'siaepbauptois@orange.fr', 'identifiant' => 'edvlauney', 'motdepasse' => '21F232', 'numfacture' => '22F203', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'LAUNEY', 'id' => '46fedb51-20f1-9ce2-f9e0-617abff044d1', 'email_address' => 'siaepbauptois@orange.fr', 'identifiant' => 'edvlauney', 'motdepasse' => '21F232', 'numfacture' => '21F232', 'debut' => '2021-10-28', 'fin' => '2022-10-28', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'Laurent', 'id' => '7e4b9187-3f72-e41b-89a4-55262fccc2fe', 'email_address' => NULL, 'identifiant' => 'edvlaurent', 'motdepasse' => '15F0204', 'numfacture' => '20F122', 'debut' => '2020-03-04', 'fin' => '2021-03-04', )) 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'Laurent', 'id' => '7e4b9187-3f72-e41b-89a4-55262fccc2fe', 'email_address' => NULL, 'identifiant' => 'edvlaurent', 'motdepasse' => '15F0204', 'numfacture' => '19F110', 'debut' => '2019-03-11', 'fin' => '2020-03-11', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'Laurent', 'id' => '7e4b9187-3f72-e41b-89a4-55262fccc2fe', 'email_address' => NULL, 'identifiant' => 'edvlaurent', 'motdepasse' => '15F0204', 'numfacture' => '18F140', 'debut' => '2018-04-11', 'fin' => '2019-04-11', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'Laurent', 'id' => '7e4b9187-3f72-e41b-89a4-55262fccc2fe', 'email_address' => NULL, 'identifiant' => 'edvlaurent', 'motdepasse' => '15F0204', 'numfacture' => '17F211', 'debut' => '2017-04-27', 'fin' => '2018-04-27', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'Laurent', 'id' => '7e4b9187-3f72-e41b-89a4-55262fccc2fe', 'email_address' => NULL, 'identifiant' => 'edvlaurent', 'motdepasse' => '15F0204', 'numfacture' => '16F128', 'debut' => '2016-03-03', 'fin' => '2017-03-03', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'Laurent', 'id' => '7e4b9187-3f72-e41b-89a4-55262fccc2fe', 'email_address' => NULL, 'identifiant' => 'edvlaurent', 'motdepasse' => '15F0204', 'numfacture' => '15F0204', 'debut' => '2015-04-09', 'fin' => '2016-04-09', )) 2025-03-23 00:45:19 : deja traité on continue 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'LAURENT', 'id' => '526', 'email_address' => 'stephane.laurent@veoliaeau.fr', 'identifiant' => 'edvlaurent', 'motdepasse' => '10F0300', 'numfacture' => '12F0401', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'LAURENT', 'id' => '526', 'email_address' => 'stephane.laurent@veoliaeau.fr', 'identifiant' => 'edvlaurent', 'motdepasse' => '10F0300', 'numfacture' => '11F0417', 'debut' => '2011-09-13', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'LAURENT', 'id' => '526', 'email_address' => 'stephane.laurent@veoliaeau.fr', 'identifiant' => 'edvlaurent', 'motdepasse' => '10F0300', 'numfacture' => '10F0300', 'debut' => '2010-08-18', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'LAURENT', 'id' => '280', 'email_address' => 'sia.pont.sollieres@wanadoo.fr', 'identifiant' => 'edvlaurent', 'motdepasse' => '08F0303', 'numfacture' => '08F0303', 'debut' => '2008-09-12', 'fin' => NULL, )) 2025-03-23 00:45:19 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'SYNDICAT DES EAUX DE LAUTERBOURG ET ENVIRONS', 'id' => '401', 'email_address' => 'contact@syndicat-eau-lauterbourg.fr', 'identifiant' => 'edvlauterbourg', 'motdepasse' => '09F0176', 'numfacture' => '09F0176', 'debut' => '2009-03-17', 'fin' => NULL, )) 2025-03-23 00:45:19 : edvlauterbourg Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:19 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '20F300', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '19F311', 'debut' => '2019-11-13', 'fin' => '2020-11-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '18F325', 'debut' => '2018-10-17', 'fin' => '2019-10-17', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '17F358', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '16F386', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '15F0439', 'debut' => '2015-11-05', 'fin' => '2016-11-05', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '14F0498', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '13F0438', 'debut' => '2013-11-07', 'fin' => '2014-11-07', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '13F0040', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '12F0503', 'debut' => '2012-12-11', 'fin' => '2013-12-11', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '11F0501', 'debut' => '2012-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '10F0386', 'debut' => '2011-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '10F0008', 'debut' => '2010-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Max', 'last_name' => 'LAVAL', 'id' => '349', 'email_address' => 'bertrand-dsp@wanadoo.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '09F0028', 'numfacture' => '09F0028', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '08F0427', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'BURDEAU', 'id' => '15', 'email_address' => 'burdeau@prolog-ingenierie.fr', 'identifiant' => 'edvlaval', 'motdepasse' => '07F0160', 'numfacture' => '07F0160', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'LAZERGES', 'id' => '403091b8-1a3f-5074-c1f1-6164485f8b88', 'email_address' => 'mathieu.lazerges@asees.eu', 'identifiant' => 'edvlazerges', 'motdepasse' => 'edvmathieu', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'LEAU', 'id' => '369', 'email_address' => 'beatrice.leau@bio-rad.com', 'identifiant' => 'edvleau', 'motdepasse' => '09F0061', 'numfacture' => '09F0061', 'debut' => '2009-01-27', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvleau Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '23F081', 'debut' => '2023-02-03', 'fin' => '2024-01-03', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '22F038', 'debut' => '2022-02-22', 'fin' => '2023-02-22', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '21F060', 'debut' => '2021-02-22', 'fin' => '2022-02-22', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '20F096', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '19F035', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '18F098', 'debut' => '2018-02-21', 'fin' => '2019-02-21', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '17F126', 'debut' => '2017-03-21', 'fin' => '2018-03-21', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '16F127', 'debut' => '2016-03-03', 'fin' => '2017-03-03', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '15F0142', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '14F0210', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '13F0131', 'debut' => '2013-03-05', 'fin' => '2014-03-05', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvlebon', 'motdepasse' => '12F0099', 'numfacture' => '12F0099', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'LECOMTE', 'id' => '325', 'email_address' => 'alexandre.lecomte@eaux-tursan.fr', 'identifiant' => 'edvlecomte', 'motdepasse' => '08F0406', 'numfacture' => '09F0477', 'debut' => '2009-12-09', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlecomte Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'LECOMTE', 'id' => '325', 'email_address' => 'alexandre.lecomte@eaux-tursan.fr', 'identifiant' => 'edvlecomte', 'motdepasse' => '08F0406', 'numfacture' => '08F0406', 'debut' => '2008-12-09', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvledanoispellet', 'motdepasse' => '12F0260', 'numfacture' => '15F0207', 'debut' => '2015-04-14', 'fin' => '2016-04-14', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvledanoispellet', 'motdepasse' => '12F0260', 'numfacture' => '14F0272', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvledanoispellet', 'motdepasse' => '12F0260', 'numfacture' => '13F0202', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvledanoispellet', 'motdepasse' => '12F0260', 'numfacture' => '12F0260', 'debut' => '2012-04-20', 'fin' => '2013-04-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvledu', 'motdepasse' => '09F0255', 'numfacture' => '17F208', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvledu', 'motdepasse' => '09F0255', 'numfacture' => '16F182', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvledu', 'motdepasse' => '09F0255', 'numfacture' => '15F0237', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvledu', 'motdepasse' => '09F0255', 'numfacture' => '14F0257', 'debut' => '2014-04-09', 'fin' => '2015-04-09', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvledu', 'motdepasse' => '09F0255', 'numfacture' => '13F0239', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'LEDUC', 'id' => '43db39ab-8ad6-2dd3-c4a3-537c765b6e89', 'email_address' => 'pierre.leduc@lodeve.com', 'identifiant' => 'edvleduc', 'motdepasse' => '16F262', 'numfacture' => '19F234', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'LEDUC', 'id' => '43db39ab-8ad6-2dd3-c4a3-537c765b6e89', 'email_address' => 'pierre.leduc@lodeve.com', 'identifiant' => 'edvleduc', 'motdepasse' => '16F262', 'numfacture' => '18F215', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'LEDUC', 'id' => '43db39ab-8ad6-2dd3-c4a3-537c765b6e89', 'email_address' => 'pierre.leduc@lodeve.com', 'identifiant' => 'edvleduc', 'motdepasse' => '16F262', 'numfacture' => '17F275', 'debut' => '2017-06-28', 'fin' => '2018-06-28', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'LEDUC', 'id' => '43db39ab-8ad6-2dd3-c4a3-537c765b6e89', 'email_address' => 'pierre.leduc@lodeve.com', 'identifiant' => 'edvleduc', 'motdepasse' => '16F262', 'numfacture' => '16F262', 'debut' => '2016-06-13', 'fin' => '2017-06-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LEFEVRE', 'id' => '553', 'email_address' => 'marc.lefevre@rhone.gouv.fr', 'identifiant' => 'edvlefevre', 'motdepasse' => '11F0092', 'numfacture' => '15F0122', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LEFEVRE', 'id' => '553', 'email_address' => 'marc.lefevre@rhone.gouv.fr', 'identifiant' => 'edvlefevre', 'motdepasse' => '11F0092', 'numfacture' => '14F0087', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LEFEVRE', 'id' => '553', 'email_address' => 'marc.lefevre@rhone.gouv.fr', 'identifiant' => 'edvlefevre', 'motdepasse' => '11F0092', 'numfacture' => '13F0119', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LEFEVRE', 'id' => '553', 'email_address' => 'marc.lefevre@rhone.gouv.fr', 'identifiant' => 'edvlefevre', 'motdepasse' => '11F0092', 'numfacture' => '12F0123', 'debut' => '2012-02-03', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LEFEVRE', 'id' => '553', 'email_address' => 'marc.lefevre@rhone.gouv.fr', 'identifiant' => 'edvlefevre', 'motdepasse' => '11F0092', 'numfacture' => '11F0092', 'debut' => '2011-02-03', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LEFEVRE', 'id' => '464', 'email_address' => 'marc.lefevre@agriculture.gouv.fr', 'identifiant' => 'edvlefevre', 'motdepasse' => '09F0447', 'numfacture' => '09F0447', 'debut' => '2009-11-05', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '20F215', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '19F225', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '18F191', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '17F220', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '16F244', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '15F0258', 'debut' => '2015-05-21', 'fin' => '2016-05-21', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '14F0317', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '13F0261', 'debut' => '2013-05-07', 'fin' => '2014-05-07', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '12F0279', 'debut' => '2012-05-15', 'fin' => '2013-05-15', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '11F0288', 'debut' => '2011-05-04', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '10F0195', 'debut' => '2010-04-22', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '09F0247', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'LEGALL', 'id' => '208', 'email_address' => 'milegall@saur.fr', 'identifiant' => 'edvlegall', 'motdepasse' => '08F0161', 'numfacture' => '08F0161', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Anne-Marie', 'last_name' => 'LEGNAME', 'id' => 'cd57bc44-9881-f5ee-5f63-564af21f5748', 'email_address' => 'am.legname@noreade.fr', 'identifiant' => 'edvlegname', 'motdepasse' => '14F0540', 'numfacture' => '14F0540', 'debut' => '2015-04-15', 'fin' => '2016-11-17', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'MANQUET', 'id' => '81', 'email_address' => 'documentation@lahague.com', 'identifiant' => 'edvlegoff', 'motdepasse' => '11F0001', 'numfacture' => '11F0001', 'debut' => '2011-01-04', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlegoff Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'LE GORREC', 'id' => '522', 'email_address' => 'eau@mairie-lacanau.fr', 'identifiant' => 'edvlegorrec', 'motdepasse' => '10F0266', 'numfacture' => '13F0344', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'LE GORREC', 'id' => '522', 'email_address' => 'eau@mairie-lacanau.fr', 'identifiant' => 'edvlegorrec', 'motdepasse' => '10F0266', 'numfacture' => '12F0361', 'debut' => '2012-07-06', 'fin' => '2013-07-06', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'LE GORREC', 'id' => '522', 'email_address' => 'eau@mairie-lacanau.fr', 'identifiant' => 'edvlegorrec', 'motdepasse' => '10F0266', 'numfacture' => '11F0342', 'debut' => '2011-07-08', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'LE GORREC', 'id' => '522', 'email_address' => 'eau@mairie-lacanau.fr', 'identifiant' => 'edvlegorrec', 'motdepasse' => '10F0266', 'numfacture' => '10F0266', 'debut' => '2010-07-08', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '23F056', 'debut' => '2023-01-31', 'fin' => '2024-01-31', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '22F186', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '21F212', 'debut' => '2021-09-23', 'fin' => '2022-09-23', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '20F216', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '18F153', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '17F197', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '16F192', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '15F0231', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Florian', 'last_name' => 'EVEN', 'id' => '8c7d41d7-0576-b60c-866b-53464ebffdc6', 'email_address' => 'sea@lamballe-terre-mer.bzh', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '14F0264', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'LE GRAËT (ancien)', 'id' => '231', 'email_address' => 'eau-assainissement@pleneuf-val-andre.fr', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '13F0224', 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'LE GRAËT (ancien)', 'id' => '231', 'email_address' => 'eau-assainissement@pleneuf-val-andre.fr', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '12F0232', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'LE GRAËT (ancien)', 'id' => '231', 'email_address' => 'eau-assainissement@pleneuf-val-andre.fr', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '11F0246', 'debut' => '2011-05-12', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'LE GRAËT (ancien)', 'id' => '231', 'email_address' => 'eau-assainissement@pleneuf-val-andre.fr', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '10F0205', 'debut' => '2010-05-12', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'LE GRAËT (ancien)', 'id' => '231', 'email_address' => 'eau-assainissement@pleneuf-val-andre.fr', 'identifiant' => 'edvlegraet', 'motdepasse' => '09F0296', 'numfacture' => '09F0296', 'debut' => '2009-05-12', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'LEGRAND', 'id' => '424', 'email_address' => 'jacques.legrand@ifremer.fr', 'identifiant' => 'edvlegrand', 'motdepasse' => '09F0254', 'numfacture' => '09F0254', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlegrand Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '16F0051', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '15F0016', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '14F0063', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '13F0019', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '18/01/2012', 'debut' => '2012-01-24', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '11F0048', 'debut' => '2011-01-24', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Geneviève', 'last_name' => 'LE LANNIC', 'id' => '248', 'email_address' => 'genevieve.lelannic@wanadoo.fr', 'identifiant' => 'edvlelannic', 'motdepasse' => '08F0235', 'numfacture' => '08F0235', 'debut' => '2008-05-30', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Géneviève', 'last_name' => 'LE LANNIC', 'id' => '1c518521-1e95-a5ed-57d9-54c7532ee988', 'email_address' => 'genevieve.lelannic@gmail.com', 'identifiant' => 'edvlelannicg', 'motdepasse' => '15F0063', 'numfacture' => '16F0014', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Géneviève', 'last_name' => 'LE LANNIC', 'id' => '1c518521-1e95-a5ed-57d9-54c7532ee988', 'email_address' => 'genevieve.lelannic@gmail.com', 'identifiant' => 'edvlelannicg', 'motdepasse' => '15F0063', 'numfacture' => '15F0063', 'debut' => '2015-01-27', 'fin' => '2016-01-27', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'CLAIRE', 'last_name' => 'LEMAIRE', 'id' => 'b9794c64-7811-4e27-2ff6-604b23a7ddee', 'email_address' => 'clemaire@tourves.fr', 'identifiant' => 'edvlemaire', 'motdepasse' => '21F102', 'numfacture' => '22F111', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'CLAIRE', 'last_name' => 'LEMAIRE', 'id' => 'b9794c64-7811-4e27-2ff6-604b23a7ddee', 'email_address' => 'clemaire@tourves.fr', 'identifiant' => 'edvlemaire', 'motdepasse' => '21F102', 'numfacture' => '21F102', 'debut' => '2021-02-26', 'fin' => '2022-03-12', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'LENGLET', 'id' => '4e652d4f-c993-e8bd-d192-537da2b7891d', 'email_address' => 'eptbsomme@ameva.org', 'identifiant' => 'edvlenglet', 'motdepasse' => '14F0301', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'LENGLET', 'id' => '4e652d4f-c993-e8bd-d192-537da2b7891d', 'email_address' => 'eptbsomme@ameva.org', 'identifiant' => 'edvlenglet', 'motdepasse' => '14F0301', 'numfacture' => '18F181', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'LENGLET', 'id' => '4e652d4f-c993-e8bd-d192-537da2b7891d', 'email_address' => 'eptbsomme@ameva.org', 'identifiant' => 'edvlenglet', 'motdepasse' => '14F0301', 'numfacture' => '17F230', 'debut' => '2017-05-10', 'fin' => '2018-05-10', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'LENGLET', 'id' => '4e652d4f-c993-e8bd-d192-537da2b7891d', 'email_address' => 'eptbsomme@ameva.org', 'identifiant' => 'edvlenglet', 'motdepasse' => '14F0301', 'numfacture' => '16F228', 'debut' => '2016-05-03', 'fin' => '2017-05-03', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'LENGLET', 'id' => '4e652d4f-c993-e8bd-d192-537da2b7891d', 'email_address' => 'eptbsomme@ameva.org', 'identifiant' => 'edvlenglet', 'motdepasse' => '14F0301', 'numfacture' => '15F0270', 'debut' => '2015-05-27', 'fin' => '2016-05-27', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'LENGLET', 'id' => '4e652d4f-c993-e8bd-d192-537da2b7891d', 'email_address' => 'eptbsomme@ameva.org', 'identifiant' => 'edvlenglet', 'motdepasse' => '14F0301', 'numfacture' => '14F0301', 'debut' => '2014-05-22', 'fin' => '2015-05-22', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '23F108', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '22F076', 'debut' => '2022-03-11', 'fin' => '2023-03-11', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '21F052', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '20F102', 'debut' => '2020-02-11', 'fin' => '2021-02-11', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '19F028', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '18F015', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '17F019', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '16F0049', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '15F0011', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '14F0062', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '13F0013', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '12F0069', 'debut' => '2012-01-26', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '11F0067', 'debut' => '2011-01-26', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Xavier', 'last_name' => 'LERDU', 'id' => '341', 'email_address' => 'sieva_95@orange.fr', 'identifiant' => 'edvlerdu', 'motdepasse' => '09F0018', 'numfacture' => '09F0018', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '22F181', 'debut' => '2022-11-25', 'fin' => '2023-11-25', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '21F211', 'debut' => '2021-09-23', 'fin' => '2022-09-23', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '20F223', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '18F195', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '17F214', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '16F246', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '15F0250', 'numfacture' => '15F0250', 'debut' => '2015-05-20', 'fin' => '2016-05-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gwenaël', 'last_name' => 'LEROY', 'id' => '340', 'email_address' => 'saep.risle@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '09F0017', 'numfacture' => '12F0043', 'debut' => '2012-01-19', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gwenaël', 'last_name' => 'LEROY', 'id' => '340', 'email_address' => 'saep.risle@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '09F0017', 'numfacture' => '10F0010', 'debut' => '2011-01-19', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gwenaël', 'last_name' => 'LEROY', 'id' => '340', 'email_address' => 'saep.risle@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '09F0017', 'numfacture' => '10F0011', 'debut' => '2010-01-19', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Richard', 'last_name' => 'LE ROY', 'id' => '185', 'email_address' => 'cabinet.le-roy@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '08F0133', 'numfacture' => '09F0294', 'debut' => '2009-05-12', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gwenaël', 'last_name' => 'LEROY', 'id' => '340', 'email_address' => 'saep.risle@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '09F0017', 'numfacture' => '09F0017', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Richard', 'last_name' => 'LE ROY', 'id' => '185', 'email_address' => 'cabinet.le-roy@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '08F0133', 'numfacture' => '08F0133', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'LEROY', 'id' => '187', 'email_address' => 'siaep-sault@wanadoo.fr', 'identifiant' => 'edvleroy', 'motdepasse' => '08F0135', 'numfacture' => '08F0135', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvleste', 'motdepasse' => '09F0233', 'numfacture' => '09F0233', 'debut' => '2009-04-03', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvleste Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guilaine', 'last_name' => 'LE TOUHELIN', 'id' => '394', 'email_address' => 'synd.eaux.lillion@ville-mordelles.fr', 'identifiant' => 'edvletoumelin', 'motdepasse' => '09F0133', 'numfacture' => '11F0166', 'debut' => '2011-03-10', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvletoumelin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guilaine', 'last_name' => 'LE TOUHELIN', 'id' => '394', 'email_address' => 'synd.eaux.lillion@ville-mordelles.fr', 'identifiant' => 'edvletoumelin', 'motdepasse' => '09F0133', 'numfacture' => '10F0104', 'debut' => '2010-03-10', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Guilaine', 'last_name' => 'LE TOUHELIN', 'id' => '394', 'email_address' => 'synd.eaux.lillion@ville-mordelles.fr', 'identifiant' => 'edvletoumelin', 'motdepasse' => '09F0133', 'numfacture' => '09F0133', 'debut' => '2009-02-24', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Baptiste', 'last_name' => 'LE VERRE', 'id' => '1e6702ef-cb8a-e3fb-9ccd-52d40ddf2afd', 'email_address' => 'jbleverre@saintbrieuc-agglo.fr', 'identifiant' => 'edvleverre', 'motdepasse' => '13F0526', 'numfacture' => '15F0480', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Baptiste', 'last_name' => 'LE VERRE', 'id' => '1e6702ef-cb8a-e3fb-9ccd-52d40ddf2afd', 'email_address' => 'jbleverre@saintbrieuc-agglo.fr', 'identifiant' => 'edvleverre', 'motdepasse' => '13F0526', 'numfacture' => '14F0513', 'debut' => '2014-12-02', 'fin' => '2015-12-02', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Baptiste', 'last_name' => 'LE VERRE', 'id' => '1e6702ef-cb8a-e3fb-9ccd-52d40ddf2afd', 'email_address' => 'jbleverre@saintbrieuc-agglo.fr', 'identifiant' => 'edvleverre', 'motdepasse' => '13F0526', 'numfacture' => '13F0526', 'debut' => '2013-12-31', 'fin' => '2015-01-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'LEVY', 'id' => '209', 'email_address' => 'jlevy@saur.fr', 'identifiant' => 'edvlevy', 'motdepasse' => '08F0162', 'numfacture' => '08F0162', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlevy Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '20F087', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '19F037', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '18F090', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '17F025', 'debut' => '2017-02-01', 'fin' => '2018-02-01', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '16F0039', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '15F0041', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '14F0032', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '13F0043', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '12F0041', 'debut' => '2012-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '11F0008', 'debut' => '2011-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Hervé', 'last_name' => 'L\'HOSTIS', 'id' => '335', 'email_address' => 'sde.kermorvan@wanadoo.fr', 'identifiant' => 'edvlhostis', 'motdepasse' => '10F0009', 'numfacture' => '10F0009', 'debut' => '2010-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => 'a9200b7d-8452-ba58-92ee-52dd37abf879', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '18F084', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => 'a9200b7d-8452-ba58-92ee-52dd37abf879', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '17F037', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => 'a9200b7d-8452-ba58-92ee-52dd37abf879', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '16F0030', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => 'a9200b7d-8452-ba58-92ee-52dd37abf879', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '15F0049', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => 'a9200b7d-8452-ba58-92ee-52dd37abf879', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '14F0030', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => '86', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '13F0041', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => '86', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '12F0040', 'debut' => '2012-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => '86', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '10F007', 'debut' => '2011-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => '86', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '10F0005', 'debut' => '2010-01-14', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => '86', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '09F0054', 'debut' => '2009-01-22', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'LIVERT', 'id' => '86', 'email_address' => 'snaep2@wanadoo.fr', 'identifiant' => 'edvlivert', 'motdepasse' => '08F0010', 'numfacture' => '08F0010', 'debut' => '2008-01-22', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '19F091', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '18F041', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '17F088', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '16F113', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '15F0095', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '14F0124', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '13F0095', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '12F0129', 'debut' => '2012-02-15', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Aurélie', 'last_name' => 'LIZEUX', 'id' => '561', 'email_address' => 'aurelie.lizeux@puget-ville.org', 'identifiant' => 'edvlizeux', 'motdepasse' => '11F0131', 'numfacture' => '11F0131', 'debut' => '2011-02-15', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'LLENSE', 'id' => '1a1dd062-59d0-6962-cf35-508661ebe28d', 'email_address' => 'mairie.bouledamont@orange.fr', 'identifiant' => 'edvllense', 'motdepasse' => '12F0444', 'numfacture' => '15F0408', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'LLENSE', 'id' => '1a1dd062-59d0-6962-cf35-508661ebe28d', 'email_address' => 'mairie.bouledamont@orange.fr', 'identifiant' => 'edvllense', 'motdepasse' => '12F0444', 'numfacture' => '14F0465', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'LLENSE', 'id' => '1a1dd062-59d0-6962-cf35-508661ebe28d', 'email_address' => 'mairie.bouledamont@orange.fr', 'identifiant' => 'edvllense', 'motdepasse' => '12F0444', 'numfacture' => '13F0400', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'LLENSE', 'id' => '1a1dd062-59d0-6962-cf35-508661ebe28d', 'email_address' => 'mairie.bouledamont@orange.fr', 'identifiant' => 'edvllense', 'motdepasse' => '12F0444', 'numfacture' => '12F0444', 'debut' => '2012-10-23', 'fin' => '2013-10-23', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'LOCHON', 'id' => '53', 'email_address' => 'spanc-silangon@wanadoo.fr', 'identifiant' => 'edvlochon', 'motdepasse' => '07F0168', 'numfacture' => '08F0431', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlochon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'LOCHON', 'id' => '53', 'email_address' => 'spanc-silangon@wanadoo.fr', 'identifiant' => 'edvlochon', 'motdepasse' => '07F0168', 'numfacture' => '07F0168', 'debut' => '2007-12-18', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'LOHOU', 'id' => '140', 'email_address' => 'step.perray@orange.fr', 'identifiant' => 'edvlohou', 'motdepasse' => '08F0089', 'numfacture' => '08F0089', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlohou Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvloiseau', 'motdepasse' => '08F0315', 'numfacture' => '09F0485', 'debut' => '2009-12-09', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvloiseau Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvloiseau', 'motdepasse' => '08F0315', 'numfacture' => '08F0408', 'debut' => '2008-12-09', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Josiane', 'last_name' => 'CREUZET', 'id' => '284', 'email_address' => 'josiane.creuzet@cg45.fr', 'identifiant' => 'edvloiseau', 'motdepasse' => '08F0315', 'numfacture' => '08F0315', 'debut' => '2008-10-02', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurence', 'last_name' => 'LOUIS', 'id' => '124', 'email_address' => NULL, 'identifiant' => 'edvlouis', 'motdepasse' => '08F0071', 'numfacture' => '12F0338', 'debut' => '2012-07-03', 'fin' => '2013-07-03', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurence', 'last_name' => 'LOUIS', 'id' => '124', 'email_address' => NULL, 'identifiant' => 'edvlouis', 'motdepasse' => '08F0071', 'numfacture' => '11F0353', 'debut' => '2011-07-20', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurence', 'last_name' => 'LOUIS', 'id' => '124', 'email_address' => NULL, 'identifiant' => 'edvlouis', 'motdepasse' => '08F0071', 'numfacture' => '', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurence', 'last_name' => 'LOUIS', 'id' => '124', 'email_address' => NULL, 'identifiant' => 'edvlouis', 'motdepasse' => '08F0071', 'numfacture' => '10F0282', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Laurence', 'last_name' => 'LOUIS', 'id' => '124', 'email_address' => NULL, 'identifiant' => 'edvlouis', 'motdepasse' => '08F0071', 'numfacture' => '08F0071', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlouveton', 'motdepasse' => '19F119', 'numfacture' => '23F080', 'debut' => '2023-02-03', 'fin' => '2024-02-03', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlouveton', 'motdepasse' => '19F119', 'numfacture' => '22F040', 'debut' => '2022-02-24', 'fin' => '2023-02-28', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlouveton', 'motdepasse' => '19F119', 'numfacture' => '21F128', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlouveton', 'motdepasse' => '19F119', 'numfacture' => '20F157', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'LOUVETON', 'id' => '149', 'email_address' => 'sylvain.louveton@savoie.fr', 'identifiant' => 'edvlouveton', 'motdepasse' => '19F119', 'numfacture' => '19F119', 'debut' => '2019-03-19', 'fin' => '2020-03-19', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Hugo', 'last_name' => 'LOYER', 'id' => '4cf3016b-4629-b969-c7b0-60efec2f7cc2', 'email_address' => 'hugo.loyer@hotmail.fr', 'identifiant' => 'edvloyer', 'motdepasse' => '21F162', 'numfacture' => '21F162', 'debut' => '2021-07-15', 'fin' => '2022-07-15', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvlsaintdenisre', 'motdepasse' => 'edvlsaintdenisre', 'numfacture' => '18F146', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvlsaintdenisre', 'motdepasse' => 'edvlsaintdenisre', 'numfacture' => '17F209', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'LEDANOIS-PELLET', 'id' => '283ea341-18ce-4572-d5e2-4f91199b6c20', 'email_address' => 'v.ledanois-pellet@saintdenis.re', 'identifiant' => 'edvlsaintdenisre', 'motdepasse' => 'edvlsaintdenisre', 'numfacture' => '16F209', 'debut' => '2016-04-07', 'fin' => '2017-04-07', )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Paul', 'last_name' => 'LUDOVIC', 'id' => '607', 'email_address' => 'paul.ludovic@loiret.gouv.fr', 'identifiant' => 'edvludovic', 'motdepasse' => '11F0492', 'numfacture' => '11F0492', 'debut' => '2011-11-29', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvludovic Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'LUTZLER', 'id' => '317', 'email_address' => 'j.lutzler@cg49.fr', 'identifiant' => 'edvlutzler', 'motdepasse' => '08F385', 'numfacture' => '08F385', 'debut' => '2008-11-27', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvlutzler Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvmabillon', 'motdepasse' => '09F0499', 'numfacture' => '10F0370', 'debut' => '2010-12-07', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvmabillon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'BOTZUNG', 'id' => '476', 'email_address' => 'pbotzung@cu-bordeaux.fr', 'identifiant' => 'edvmabillon', 'motdepasse' => '09F0499', 'numfacture' => '09F0499', 'debut' => '2009-12-07', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvmaby', 'motdepasse' => '08F0008', 'numfacture' => '09F0134', 'debut' => '2009-02-24', 'fin' => NULL, )) 2025-03-23 00:45:20 : edvmaby Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'BIGNON', 'id' => '84', 'email_address' => 'maby@nantaise-des-eaux.com', 'identifiant' => 'edvmaby', 'motdepasse' => '08F0008', 'numfacture' => '08F0008', 'debut' => '2008-01-22', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'MAGET', 'id' => '596', 'email_address' => 'j.maget@ville-thiers.fr', 'identifiant' => 'edvmaget', 'motdepasse' => '11F0412', 'numfacture' => '12F0403', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'MAGET', 'id' => '596', 'email_address' => 'j.maget@ville-thiers.fr', 'identifiant' => 'edvmaget', 'motdepasse' => '11F0412', 'numfacture' => '11F0412', 'debut' => '2011-09-12', 'fin' => NULL, )) 2025-03-23 00:45:20 : deja traité on continue 2025-03-23 00:45:20 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '17F095', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '16F074', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '15F0121', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '14F0089', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '13F0120', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '12F0121', 'debut' => '2012-02-03', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Clothilde', 'last_name' => 'MAILLOT', 'id' => '550', 'email_address' => 'clothilde.maillot@nuitsstgeorges.com', 'identifiant' => 'edvmaillot', 'motdepasse' => '11F0087', 'numfacture' => '11F0087', 'debut' => '2011-02-03', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Maryse', 'last_name' => 'MAIRE', 'id' => '437', 'email_address' => 'mairie.laubalagnas@wanadoo.fr', 'identifiant' => 'edvmaire', 'motdepasse' => '09F0324', 'numfacture' => '09F0324', 'debut' => '2009-06-05', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmaire Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'LAURENT', 'id' => 'd5088fe5-7790-c2ed-4c55-5b43304aca88', 'email_address' => 'laurentf@mairie-aixenprovence.fr', 'identifiant' => 'edvmairieaix13', 'motdepasse' => '18F243', 'numfacture' => '18F243', 'debut' => '2018-07-09', 'fin' => '2019-07-09', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'COULMY', 'id' => '28', 'email_address' => 'I.COULMY@mairie-passy.fr', 'identifiant' => 'edvmairiepassy', 'motdepasse' => '07F0210', 'numfacture' => '07F0210', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmairiepassy Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '14F0306', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '12F0498', 'debut' => '2012-12-04', 'fin' => '2013-12-04', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '12F0012', 'debut' => '2012-01-12', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '10F0388', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '09F0478', 'debut' => '2010-02-26', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '09F0137', 'debut' => '2009-02-26', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anita', 'last_name' => 'RAVLIC', 'id' => '294', 'email_address' => 'Anita.ravlic@paris.fr', 'identifiant' => 'edvmalherbe', 'motdepasse' => '08F0036', 'numfacture' => '08F0036', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '23F156', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '21F252', 'debut' => '2021-12-09', 'fin' => '2022-12-09', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '20F275', 'debut' => '2020-11-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '19F354', 'debut' => '2019-12-12', 'fin' => '2021-01-17', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '18F386', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '17F406', 'debut' => '2017-12-13', 'fin' => '2018-12-13', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '16F404', 'debut' => '2016-12-14', 'fin' => '2017-12-14', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '15F0462', 'debut' => '2015-12-08', 'fin' => '2016-12-08', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvmancuso', 'motdepasse' => '08F0127', 'numfacture' => '14F0199', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Noël', 'last_name' => 'MANGIN', 'id' => '329', 'email_address' => 'sivom.rga.nmangin@wanadoo.fr', 'identifiant' => 'edvmangin', 'motdepasse' => '08F0426', 'numfacture' => '08F0426', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmangin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '22F122', 'debut' => '2022-04-25', 'fin' => '2023-04-25', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '21F070', 'debut' => '2021-02-25', 'fin' => '2022-02-25', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '20F079', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '19F053', 'debut' => '2019-02-11', 'fin' => '2020-02-11', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '18F068', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '17F068', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '16F097', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '15F0110', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '14F0101', 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '13F0094', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'MAREAU', 'id' => 'a8b0ec79-bada-0b5b-deee-50bcc3ddde9d', 'email_address' => 's.mareau@lernee.fr', 'identifiant' => 'edvmareau', 'motdepasse' => '12F0494', 'numfacture' => '12F0494', 'debut' => '2012-12-03', 'fin' => '2013-12-03', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '23F098', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '22F103', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '21F123', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '20F150', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '19F131', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '18F131', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '17F144', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '16F149', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '15F0161', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '14F0195', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '13F0160', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '12F0173', 'debut' => '2012-03-16', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '11F0164', 'debut' => '2010-11-07', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '10F0093', 'debut' => '2009-11-07', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Mathieu', 'last_name' => 'BERNARD', 'id' => '302', 'email_address' => 'mathieu.bernard@ccgevrey-nuits.com', 'identifiant' => 'edvmarthos', 'motdepasse' => '08F0349', 'numfacture' => '08F0349', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvmartin', 'motdepasse' => '11F0039', 'numfacture' => '15F0037', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvmartin', 'motdepasse' => '11F0039', 'numfacture' => '14F0022', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvmartin', 'motdepasse' => '11F0039', 'numfacture' => '13F0046', 'debut' => '2013-01-28', 'fin' => '2014-01-28', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvmartin', 'motdepasse' => '11F0039', 'numfacture' => '12F0047', 'debut' => '2012-01-12', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvmartin', 'motdepasse' => '11F0039', 'numfacture' => '11F0039', 'debut' => '2011-01-12', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'ALBERTINI', 'id' => '226', 'email_address' => 'mc.albertini@agglo-bastia.fr', 'identifiant' => 'edvmartinelli', 'motdepasse' => '08F0201', 'numfacture' => '08F0201', 'debut' => '2008-05-15', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmartinelli Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '23F028', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '22F019', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '21F015', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '20F029', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '18F388', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '17F404', 'debut' => '2017-12-13', 'fin' => '2018-12-13', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'André', 'last_name' => 'MARTINEZ', 'id' => '85cc49cc-0536-76a5-6944-585257f0c1fe', 'email_address' => 'environnement@cc-decazeville-aubin.fr', 'identifiant' => 'edvmartinez', 'motdepasse' => '16F405', 'numfacture' => '16F405', 'debut' => '2016-12-15', 'fin' => '2017-12-15', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'MARTINS-AIRES', 'id' => '68740e72-90db-bca0-3bac-61644476188a', 'email_address' => 'dirgen@limoges.cci.fr', 'identifiant' => 'edvmartinsaires', 'motdepasse' => 'edvjeanclaude', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Tristan', 'last_name' => 'MATHIEU', 'id' => '555', 'email_address' => 'tristan.mathieu@veoliaeau.fr', 'identifiant' => 'edvmathieu', 'motdepasse' => '11F0095', 'numfacture' => '11F0095', 'debut' => '2011-02-04', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmathieu Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'X', 'id' => '542', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvmaurecourt', 'motdepasse' => '11F0063', 'numfacture' => '11F0063', 'debut' => '2011-01-26', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmaurecourt Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'MAUROVARD', 'id' => '518', 'email_address' => 'veronique.maurouard@cnfpt.fr', 'identifiant' => 'edvmaurouard', 'motdepasse' => '10F0239', 'numfacture' => '10F0239', 'debut' => '2010-06-03', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmaurouard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Célia', 'last_name' => 'MAYONOVE', 'id' => '212', 'email_address' => 'associationdep.elusdulot@wanadoo.fr', 'identifiant' => 'edvmayonove', 'motdepasse' => '08F0174', 'numfacture' => '12F0189', 'debut' => '2012-04-10', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmayonove Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Célia', 'last_name' => 'MAYONOVE', 'id' => '212', 'email_address' => 'associationdep.elusdulot@wanadoo.fr', 'identifiant' => 'edvmayonove', 'motdepasse' => '08F0174', 'numfacture' => '11F0182', 'debut' => '2011-04-10', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Célia', 'last_name' => 'MAYONOVE', 'id' => '212', 'email_address' => 'associationdep.elusdulot@wanadoo.fr', 'identifiant' => 'edvmayonove', 'motdepasse' => '08F0174', 'numfacture' => '10F0140', 'debut' => '2010-04-10', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Célia', 'last_name' => 'MAYONOVE', 'id' => '212', 'email_address' => 'associationdep.elusdulot@wanadoo.fr', 'identifiant' => 'edvmayonove', 'motdepasse' => '08F0174', 'numfacture' => '09F0227', 'debut' => '2009-04-10', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Célia', 'last_name' => 'MAYONOVE', 'id' => '212', 'email_address' => 'associationdep.elusdulot@wanadoo.fr', 'identifiant' => 'edvmayonove', 'motdepasse' => '08F0174', 'numfacture' => '08F0174', 'debut' => '2008-04-10', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'DAVID', 'id' => '238', 'email_address' => 'Gilles.David@developpement-durable.gouv.fr', 'identifiant' => 'edvmeeddat', 'motdepasse' => 'edvmeeddat', 'numfacture' => '', 'debut' => '2008-10-16', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmeeddat Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'MEGER', 'id' => '269', 'email_address' => 'herve.meger@vauvert.com', 'identifiant' => 'edvmeger', 'motdepasse' => '08F0291', 'numfacture' => '08F0291', 'debut' => '2009-09-08', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmeger Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvmeinier', 'motdepasse' => '09F0285', 'numfacture' => '09F0285', 'debut' => '2009-06-19', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmeinier Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Christelle', 'last_name' => 'MEIRISONNE-PEROUX', 'id' => '289', 'email_address' => 'Christelle.MEIRISONNE@sante.gouv.fr', 'identifiant' => 'edvmeirisonne', 'motdepasse' => 'quizz', 'numfacture' => '', 'debut' => '2008-10-14', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmeirisonne Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '23F049', 'debut' => '2023-01-31', 'fin' => '2024-01-31', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '22F193', 'debut' => '2022-11-28', 'fin' => '2023-11-28', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '21F188', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '20F231', 'debut' => '2020-08-05', 'fin' => '2021-08-05', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '19F211', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '18F163', 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '17F205', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '16F183', 'debut' => '2016-04-04', 'fin' => '2017-04-04', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '15F0221', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '14F0260', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '13F0222', 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '12F0229', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '11F0243', 'debut' => '2011-04-22', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Jacky', 'last_name' => 'MERCIER', 'id' => '513', 'email_address' => 'j.mercier@loudeac-communaute.bzh', 'identifiant' => 'edvmercier', 'motdepasse' => '10F0194', 'numfacture' => '10F0194', 'debut' => '2010-04-22', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MESANGE', 'id' => '529', 'email_address' => 'celine.mesange@ville-lemans.fr', 'identifiant' => 'edvmesange', 'motdepasse' => '10F0307', 'numfacture' => '11F0004', 'debut' => '2011-09-15', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmesange Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Alix', 'last_name' => 'MEUNIER', 'id' => '2cb228ef-9059-8a8f-f9c1-55f7beef4188', 'email_address' => 'sologne.58@wanadoo.fr', 'identifiant' => 'edvmeunier', 'motdepasse' => '15F0385', 'numfacture' => '15F0385', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Alain', 'last_name' => 'MEYSSONNIER', 'id' => 'a6f02432-211a-5806-a5d7-6164506b8329', 'email_address' => 'ameyssonnier@ime-eau.org', 'identifiant' => 'edvmeyssonnier', 'motdepasse' => 'edvalain', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvmezzalira', 'motdepasse' => '08F0060', 'numfacture' => '08F0060', 'debut' => '2008-02-04', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmezzalira Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'MICHALLET', 'id' => 'c8cd6f4a-3ba1-75bf-907f-530339af1eb6', 'email_address' => 'mairie.brechaumont@gmail.com', 'identifiant' => 'edvmichallet', 'motdepasse' => '14F0151', 'numfacture' => '17F091', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'MICHALLET', 'id' => 'c8cd6f4a-3ba1-75bf-907f-530339af1eb6', 'email_address' => 'mairie.brechaumont@gmail.com', 'identifiant' => 'edvmichallet', 'motdepasse' => '14F0151', 'numfacture' => '16F110', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'MICHALLET', 'id' => 'c8cd6f4a-3ba1-75bf-907f-530339af1eb6', 'email_address' => 'mairie.brechaumont@gmail.com', 'identifiant' => 'edvmichallet', 'motdepasse' => '14F0151', 'numfacture' => '15F0073', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'MICHALLET', 'id' => 'c8cd6f4a-3ba1-75bf-907f-530339af1eb6', 'email_address' => 'mairie.brechaumont@gmail.com', 'identifiant' => 'edvmichallet', 'motdepasse' => '14F0151', 'numfacture' => '14F0151', 'debut' => '2014-02-18', 'fin' => '2015-02-18', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '20F287', 'debut' => '2020-11-19', 'fin' => '2021-11-19', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'eb48a2f6-1d1a-391a-f7b5-604887afaec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => ' 12F0442', 'numfacture' => '20F343', 'debut' => '2020-11-19', 'fin' => '2022-03-10', )) 2025-03-23 00:45:21 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '19F317', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '18F330', 'debut' => '2018-10-17', 'fin' => '2019-10-17', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '17F350', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '16F367', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '15F0406', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '14F0469', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '13F0401', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'MICHAUD', 'id' => 'e9e8e4b2-0012-96f8-9316-50851209fec4', 'email_address' => 'guillaume.michaud@ville-rochefort.fr', 'identifiant' => 'edvmichaud', 'motdepasse' => '12F0442', 'numfacture' => '12F0442', 'debut' => '2012-10-22', 'fin' => '2013-10-22', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Robert', 'last_name' => 'MICHEL', 'id' => '519', 'email_address' => 'robertmichel16@orange.fr', 'identifiant' => 'edvmichel', 'motdepasse' => '10F0241', 'numfacture' => '12F0309', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Robert', 'last_name' => 'MICHEL', 'id' => '519', 'email_address' => 'robertmichel16@orange.fr', 'identifiant' => 'edvmichel', 'motdepasse' => '10F0241', 'numfacture' => '', 'debut' => '2011-06-03', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Robert', 'last_name' => 'MICHEL', 'id' => '519', 'email_address' => 'robertmichel16@orange.fr', 'identifiant' => 'edvmichel', 'motdepasse' => '10F0241', 'numfacture' => '10F0241', 'debut' => '2010-06-03', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => 'edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '11F0076', 'debut' => '2011-05-25', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmielgo Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'MIELGO', 'last_name' => 'Alain', 'id' => '182', 'email_address' => 'spanc@cc-decazeville-aubin.fr', 'identifiant' => 'edvmielgo', 'motdepasse' => '09F0291', 'numfacture' => '10F0222', 'debut' => '2010-05-21', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'MIGNY', 'id' => '546', 'email_address' => 'lmigny@coeurdubocage.fr', 'identifiant' => 'edvmigny', 'motdepasse' => '11F0079', 'numfacture' => '13F0005', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'MIGNY', 'id' => '546', 'email_address' => 'lmigny@coeurdubocage.fr', 'identifiant' => 'edvmigny', 'motdepasse' => '11F0079', 'numfacture' => '12F0077', 'debut' => '2012-01-27', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'MIGNY', 'id' => '546', 'email_address' => 'lmigny@coeurdubocage.fr', 'identifiant' => 'edvmigny', 'motdepasse' => '11F0079', 'numfacture' => '11F0079', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '19F201', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '18F149', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '17F242', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '16F188', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '15F0236', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '14F0253', 'debut' => '2014-04-09', 'fin' => '2015-04-09', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '13F0243', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '12F0226', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '11F0240', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '10F0188', 'debut' => '2010-04-21', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Anne-Laure', 'last_name' => 'LE GOURRIEREC', 'id' => '48', 'email_address' => 'francoise.fimbault@mairie-douarnenez.fr', 'identifiant' => 'edvmimault', 'motdepasse' => '09F0159', 'numfacture' => '09F0159', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'MISSIO', 'id' => 'cfc56cb5-0834-54b2-0805-54d9d8a5b61a', 'email_address' => 'administration@siecha.fr', 'identifiant' => 'edvmissio', 'motdepasse' => '15F0104', 'numfacture' => '17F090', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'MISSIO', 'id' => 'cfc56cb5-0834-54b2-0805-54d9d8a5b61a', 'email_address' => 'administration@siecha.fr', 'identifiant' => 'edvmissio', 'motdepasse' => '15F0104', 'numfacture' => '16F098', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'MISSIO', 'id' => 'cfc56cb5-0834-54b2-0805-54d9d8a5b61a', 'email_address' => 'administration@siecha.fr', 'identifiant' => 'edvmissio', 'motdepasse' => '15F0104', 'numfacture' => '15F0104', 'debut' => '2015-02-10', 'fin' => '2016-02-10', )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvmoinot', 'motdepasse' => '08F0239', 'numfacture' => '12F0343', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvmoinot', 'motdepasse' => '08F0239', 'numfacture' => '11F0352', 'debut' => '2011-07-19', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvmoinot', 'motdepasse' => '08F0239', 'numfacture' => '10F0279', 'debut' => '2010-07-19', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvmoinot', 'motdepasse' => '08F0239', 'numfacture' => '09F0335', 'debut' => '2009-06-17', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Blandine', 'last_name' => 'COLLANGE', 'id' => '251', 'email_address' => 'dst@cc-coeurdesbauges.fr', 'identifiant' => 'edvmoinot', 'motdepasse' => '08F0239', 'numfacture' => '08F0239', 'debut' => '2008-06-02', 'fin' => NULL, )) 2025-03-23 00:45:21 : deja traité on continue 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'PLE', 'id' => '43', 'email_address' => 'sieeura@hotmail.com', 'identifiant' => 'edvmolinas', 'motdepasse' => '07F0180', 'numfacture' => '07F0180', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmolinas Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'MOLLARD', 'id' => '353', 'email_address' => NULL, 'identifiant' => 'edvmollard', 'motdepasse' => '09F0033', 'numfacture' => '09F0033', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:21 : edvmollard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:21 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'MONCUY', 'id' => '362', 'email_address' => 'siaep.lizon@wanadoo.fr', 'identifiant' => 'edvmoncuy', 'motdepasse' => '09F0049', 'numfacture' => '12F0360', 'debut' => '2012-07-06', 'fin' => '2013-07-06', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'MONCUY', 'id' => '362', 'email_address' => 'siaep.lizon@wanadoo.fr', 'identifiant' => 'edvmoncuy', 'motdepasse' => '09F0049', 'numfacture' => '11F0345', 'debut' => '2011-07-08', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'MONCUY', 'id' => '362', 'email_address' => 'siaep.lizon@wanadoo.fr', 'identifiant' => 'edvmoncuy', 'motdepasse' => '09F0049', 'numfacture' => '10F0270', 'debut' => '2010-07-08', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'MONCUY', 'id' => '362', 'email_address' => 'siaep.lizon@wanadoo.fr', 'identifiant' => 'edvmoncuy', 'motdepasse' => '09F0049', 'numfacture' => '09F0049', 'debut' => '2009-01-21', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '21F259', 'debut' => '2021-12-14', 'fin' => '2022-12-14', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '20F277', 'debut' => '2020-11-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '20F014', 'debut' => '2020-01-16', 'fin' => '2021-01-16', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '18F383', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => '490', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '18F359', 'debut' => '2018-11-20', 'fin' => '2019-11-20', )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => '490', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '17F373', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '17F373', 'debut' => '2017-11-15', 'fin' => '2018-11-15', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '16F392', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '15F0431', 'debut' => '2015-11-04', 'fin' => '2016-11-04', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '14F0533', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '13F0486', 'debut' => '2013-12-04', 'fin' => '2014-12-04', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => 'b9d67b99-484a-2512-d854-50c994e093b4', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '12F0520', 'debut' => '2012-12-13', 'fin' => '2013-12-13', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => '490', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '12F0066', 'debut' => '2012-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => '490', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '11F0064', 'debut' => '2011-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Anne-Sophie', 'last_name' => 'MONIN', 'id' => '490', 'email_address' => 'annesophie.monin@chalonsursaone.fr', 'identifiant' => 'edvmonin', 'motdepasse' => '10F0076', 'numfacture' => '10F0076', 'debut' => '2010-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '22F185', 'debut' => '2022-11-28', 'fin' => '2023-01-28', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '21F210', 'debut' => '2021-09-23', 'fin' => '2022-09-23', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '20F212', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '18F151', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '17F195', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '16F195', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '15F0226', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '14F0258', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '13F0242', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '12F0222', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '11F0236', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Vanessa', 'last_name' => 'MONSTERLET', 'id' => '504', 'email_address' => 'sivomabbm@orange.fr', 'identifiant' => 'edvmonsterlet', 'motdepasse' => '10F0179', 'numfacture' => '10F0179', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'MORDENTI', 'id' => '57', 'email_address' => 'gilles.mordenti@wanadoo.fr', 'identifiant' => 'edvmordenti', 'motdepasse' => '07F0158', 'numfacture' => '07F0158', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvmordenti Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Corine', 'last_name' => 'MOREIRA', 'id' => '204', 'email_address' => 'ingenieur.assainissement@agglo-valleedelamarne.fr', 'identifiant' => 'edvmoreira', 'motdepasse' => '08F0157', 'numfacture' => '08F0157', 'debut' => '2008-03-31', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvmoreira Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '21F119', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '20F144', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '19F138', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '18F122', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '17F136', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '16F166', 'debut' => '2016-03-23', 'fin' => '2017-03-23', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '15F0188', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '14F0169', 'debut' => '2014-03-10', 'fin' => '2015-03-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '878c0b48-6b3c-b0f9-ff83-5146d009f56e', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '13F0189', 'numfacture' => '13F0189', 'debut' => '2013-03-18', 'fin' => '2014-03-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Clément', 'last_name' => 'MORIN', 'id' => '230', 'email_address' => 'clement.morin@wanadoo.fr', 'identifiant' => 'edvmorin', 'motdepasse' => '08F0205', 'numfacture' => '08F0205', 'debut' => '2008-05-16', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '23F124', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '22F056', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '21F087', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '20F053', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '19F088', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '18F051', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '17F082', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '16F112', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '15F0089', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '14F0122', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '13F0102', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '12F0070', 'debut' => '2012-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '11F0068', 'debut' => '2011-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '10F0073', 'debut' => '2010-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '09F0078', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Olivier', 'last_name' => 'ESCALONNA', 'id' => '103', 'email_address' => 'o.escalonna@agglo-perigueux.fr', 'identifiant' => 'edvmortier', 'motdepasse' => '08F0025', 'numfacture' => '08F0025', 'debut' => '2008-01-25', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '15F0261', 'debut' => '2015-05-26', 'fin' => '2016-05-26', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '14F0319', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '13F0255', 'debut' => '2013-05-06', 'fin' => '2014-05-06', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '12F0131', 'debut' => '2012-05-20', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '11F0132', 'debut' => '2011-05-20', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '10F0218', 'debut' => '2010-05-20', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '09F0313', 'debut' => '2009-05-30', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'MORVAN', 'id' => '242', 'email_address' => 'mairie.orcines@wanadoo.fr', 'identifiant' => 'edvmorvan', 'motdepasse' => '08F0229', 'numfacture' => '08F0229', 'debut' => '2008-05-30', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'MORVANT', 'id' => '498', 'email_address' => 's.chanony@paysroimorvan.com', 'identifiant' => 'edvmorvant', 'motdepasse' => '10F0151', 'numfacture' => '13F0142', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'MORVANT', 'id' => '498', 'email_address' => 's.chanony@paysroimorvan.com', 'identifiant' => 'edvmorvant', 'motdepasse' => '10F0151', 'numfacture' => '12F0191', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'MORVANT', 'id' => '498', 'email_address' => 's.chanony@paysroimorvan.com', 'identifiant' => 'edvmorvant', 'motdepasse' => '10F0151', 'numfacture' => '11F0185', 'debut' => '2011-03-29', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'MORVANT', 'id' => '498', 'email_address' => 's.chanony@paysroimorvan.com', 'identifiant' => 'edvmorvant', 'motdepasse' => '10F0151', 'numfacture' => '10F0151', 'debut' => '2010-03-29', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '23F125', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '22F050', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '21F083', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '20F062', 'debut' => '2020-02-06', 'fin' => '2021-02-06', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '19F094', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '18F038', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '17F101', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '16F080', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '15F0125', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '14F0091', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '13F0109', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '12F0027', 'debut' => '2012-02-07', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '11F0021', 'debut' => '2011-02-07', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '10F0026', 'debut' => '2010-02-07', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '09F0064', 'debut' => '2009-02-07', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'MOUNIQ', 'id' => '136', 'email_address' => 'siahva-administratif@wanadoo.fr', 'identifiant' => 'edvmouniq', 'motdepasse' => '08F0085', 'numfacture' => '08F0085', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'MOYA', 'id' => '1e1aa4c5-e8e3-b210-0a62-5acdf7408dc6', 'email_address' => 'mairie-aubenaslesalpes@wanadoo.fr', 'identifiant' => 'edvmoya', 'motdepasse' => '18F143', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'MOYA', 'id' => '1e1aa4c5-e8e3-b210-0a62-5acdf7408dc6', 'email_address' => 'mairie-aubenaslesalpes@wanadoo.fr', 'identifiant' => 'edvmoya', 'motdepasse' => '18F143', 'numfacture' => '18F143', 'debut' => '2018-04-11', 'fin' => '2019-04-11', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '22F014', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '21F022', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '20F022', 'debut' => '2020-01-17', 'fin' => '2021-01-17', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '18F396', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '17F394', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '16F415', 'debut' => '2016-12-19', 'fin' => '2017-12-19', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '15F0470', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '14F0520', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '13F0502', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '12F0510', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '11F0498', 'debut' => '2011-12-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'MUNIER', 'id' => '320', 'email_address' => 'amf52@maires52.asso.fr', 'identifiant' => 'edvmunier', 'motdepasse' => '10F0382', 'numfacture' => '10F0382', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Renaud', 'last_name' => 'MUSELIER', 'id' => '29f88ca2-c4e5-0581-c446-61642c048c69', 'email_address' => 'rmuselier@maregionsud.fr', 'identifiant' => 'edvmuselier', 'motdepasse' => 'edvrenaud', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Virginie', 'last_name' => 'Nabucet', 'id' => '451', 'email_address' => 'valsolclaire@sandillon.fr', 'identifiant' => 'edvnabucet', 'motdepasse' => '09F0377', 'numfacture' => '09F0377', 'debut' => '2009-08-25', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvnabucet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '23F175', 'debut' => '2023-03-30', 'fin' => '2024-03-30', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '20F011', 'debut' => '2020-01-15', 'fin' => '2021-01-15', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '19F002', 'debut' => '2019-01-30', 'fin' => '2020-01-30', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '17F385', 'debut' => '2017-12-11', 'fin' => '2018-12-11', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '16F408', 'debut' => '2016-12-19', 'fin' => '2017-12-19', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '16F0002', 'debut' => '2016-01-13', 'fin' => '2017-01-13', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '15F0053', 'debut' => '2015-01-21', 'fin' => '2016-01-21', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '14F0008', 'debut' => '2014-01-16', 'fin' => '2015-01-16', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '13F0370', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '11F0510', 'debut' => '2012-02-06', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '11F0005', 'debut' => '2011-02-06', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '09F0508', 'debut' => '2010-02-06', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '09F0301', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Chrystelle', 'last_name' => 'BOUCARD', 'id' => '132', 'email_address' => 'Chrystelle.BOUCARD@nantesmetropole.fr', 'identifiant' => 'edvnantesmetropole2', 'motdepasse' => '08F0079', 'numfacture' => '08F0079', 'debut' => '2008-02-06', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'NERON', 'id' => '4243c1f5-263c-eaff-6ebb-53b3b6a2d2b3', 'email_address' => 'philippeneron@hotmail.com', 'identifiant' => 'edvneron', 'motdepasse' => '09F0273', 'numfacture' => '18F254', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'NERON', 'id' => '4243c1f5-263c-eaff-6ebb-53b3b6a2d2b3', 'email_address' => 'philippeneron@hotmail.com', 'identifiant' => 'edvneron', 'motdepasse' => '09F0273', 'numfacture' => '17F301', 'debut' => '2017-07-13', 'fin' => '2018-07-13', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'NERON', 'id' => '4243c1f5-263c-eaff-6ebb-53b3b6a2d2b3', 'email_address' => 'philippeneron@hotmail.com', 'identifiant' => 'edvneron', 'motdepasse' => '09F0273', 'numfacture' => '16F314', 'debut' => '2016-07-20', 'fin' => '2017-07-20', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'NERON', 'id' => '4243c1f5-263c-eaff-6ebb-53b3b6a2d2b3', 'email_address' => 'philippeneron@hotmail.com', 'identifiant' => 'edvneron', 'motdepasse' => '09F0273', 'numfacture' => '15F0339', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'NERON', 'id' => '4243c1f5-263c-eaff-6ebb-53b3b6a2d2b3', 'email_address' => 'philippeneron@hotmail.com', 'identifiant' => 'edvneron', 'motdepasse' => '09F0273', 'numfacture' => '14F0372', 'debut' => '2014-07-02', 'fin' => '2015-07-02', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'COMMUNAUTE DE COMMUNES DU CENTRE LITTORAL', 'id' => '430', 'email_address' => 'maria.henri@cccl.fr', 'identifiant' => 'edvneron', 'motdepasse' => '09F0273', 'numfacture' => '09F0273', 'debut' => '2009-05-07', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '23F118', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '22F063', 'debut' => '2022-03-10', 'fin' => '2023-03-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '21F086', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '20F064', 'debut' => '2020-02-06', 'fin' => '2021-02-06', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '19F090', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '18F044', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '17F081', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '16F116', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '15F0078', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '14F0140', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '13F0075', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '12F0071', 'debut' => '2012-02-25', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '11F0069', 'debut' => '2011-02-25', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '10F0091', 'debut' => '2010-02-25', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'NEYTON', 'id' => '357', 'email_address' => 'sie-guiers-ainan@orange.fr', 'identifiant' => 'edvneyton', 'motdepasse' => '09F0042', 'numfacture' => '09F0042', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'NICOLAÏ', 'id' => '555edf8f-d6d1-7f80-b8fb-527b6853489d', 'email_address' => 'cccv.orsini@orange.fr', 'identifiant' => 'edvnicolai', 'motdepasse' => '13F0437', 'numfacture' => '14F0497', 'debut' => '2014-11-06', 'fin' => '2015-11-06', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'NICOLAÏ', 'id' => '555edf8f-d6d1-7f80-b8fb-527b6853489d', 'email_address' => 'cccv.orsini@orange.fr', 'identifiant' => 'edvnicolai', 'motdepasse' => '13F0437', 'numfacture' => '13F0437', 'debut' => '2013-11-07', 'fin' => '2014-11-07', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'NION', 'id' => 'd4c7b19c-e203-348d-0e59-5046fe968a6b', 'email_address' => 'd.nion@biorock.fr', 'identifiant' => 'edvnion', 'motdepasse' => '12F0384', 'numfacture' => '14F0466', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'NION', 'id' => 'd4c7b19c-e203-348d-0e59-5046fe968a6b', 'email_address' => 'd.nion@biorock.fr', 'identifiant' => 'edvnion', 'motdepasse' => '12F0384', 'numfacture' => '13F0393', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'NION', 'id' => 'd4c7b19c-e203-348d-0e59-5046fe968a6b', 'email_address' => 'd.nion@biorock.fr', 'identifiant' => 'edvnion', 'motdepasse' => '12F0384', 'numfacture' => '12F0384', 'debut' => '2012-09-05', 'fin' => '2013-09-05', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Coralie', 'last_name' => 'NOËL', 'id' => '548', 'email_address' => 'coralie.noel@outre-mer.gouv.fr', 'identifiant' => 'edvnoel', 'motdepasse' => 'edvnoel', 'numfacture' => '', 'debut' => '2011-01-31', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvnoel Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'NOËL', 'id' => '146', 'email_address' => 'c.noel@agglo-paysflers.fr', 'identifiant' => 'edvnoel', 'motdepasse' => '08F0101', 'numfacture' => '08F0101', 'debut' => '2009-10-15', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '23F091', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '22F061', 'debut' => '2022-03-07', 'fin' => '2023-03-22', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '21F085', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '20F066', 'debut' => '2020-02-06', 'fin' => '2021-02-06', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '19F058', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '18F069', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '17F057', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '16F088', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '15F0107', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '14F0106', 'debut' => '2014-02-12', 'fin' => '2015-02-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '13F0101', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '12F0116', 'debut' => '2012-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '11F0113', 'debut' => '2011-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '10F0075', 'debut' => '2010-02-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Mickaël', 'last_name' => 'NORE', 'id' => '157', 'email_address' => 'Mickaelccab23@orange.fr', 'identifiant' => 'edvnore', 'motdepasse' => '09F0032', 'numfacture' => '09F0032', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Elisabeth', 'last_name' => 'NOUEL', 'id' => '403', 'email_address' => 'a.peillon@scam-tp.com', 'identifiant' => 'edvnouel', 'motdepasse' => '09F0363', 'numfacture' => '09F0363', 'debut' => '2009-07-08', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvnouel Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Goulven', 'last_name' => 'NOUTARY', 'id' => '64a890ee-d2bd-73a3-7af5-5c52ff3e4583', 'email_address' => 'a.soutade@mairie-passy.fr', 'identifiant' => 'edvnoutary', 'motdepasse' => '19F011', 'numfacture' => '23F034', 'debut' => '2023-01-30', 'fin' => '2024-01-30', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Goulven', 'last_name' => 'NOUTARY', 'id' => '64a890ee-d2bd-73a3-7af5-5c52ff3e4583', 'email_address' => 'a.soutade@mairie-passy.fr', 'identifiant' => 'edvnoutary', 'motdepasse' => '19F011', 'numfacture' => '22F015', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Goulven', 'last_name' => 'NOUTARY', 'id' => '64a890ee-d2bd-73a3-7af5-5c52ff3e4583', 'email_address' => 'a.soutade@mairie-passy.fr', 'identifiant' => 'edvnoutary', 'motdepasse' => '19F011', 'numfacture' => '21F016', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Goulven', 'last_name' => 'NOUTARY', 'id' => '64a890ee-d2bd-73a3-7af5-5c52ff3e4583', 'email_address' => 'a.soutade@mairie-passy.fr', 'identifiant' => 'edvnoutary', 'motdepasse' => '19F011', 'numfacture' => '20F034', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Goulven', 'last_name' => 'NOUTARY', 'id' => '64a890ee-d2bd-73a3-7af5-5c52ff3e4583', 'email_address' => 'a.soutade@mairie-passy.fr', 'identifiant' => 'edvnoutary', 'motdepasse' => '19F011', 'numfacture' => '19F011', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssi', 'motdepasse' => '12F0405', 'numfacture' => '15F0425', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssi', 'motdepasse' => '12F0405', 'numfacture' => '14F0471', 'debut' => '2014-10-09', 'fin' => '2015-10-09', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssi', 'motdepasse' => '12F0405', 'numfacture' => '13F0387', 'debut' => '2013-09-30', 'fin' => '2014-09-30', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssi', 'motdepasse' => '12F0405', 'numfacture' => '12F0405', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssieau', 'motdepasse' => '21F004', 'numfacture' => '23F023', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssieau', 'motdepasse' => '21F004', 'numfacture' => '22F007', 'debut' => '2022-01-20', 'fin' => '2023-01-20', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvodyssieau', 'motdepasse' => '21F004', 'numfacture' => '21F004', 'debut' => '2021-01-18', 'fin' => '2022-01-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'EDVOF1528', 'id' => '42bebc15-3ca3-ecae-28b2-5166731bdf1d', 'email_address' => NULL, 'identifiant' => 'edvof1528', 'motdepasse' => 'edvof1528', 'numfacture' => NULL, 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvoliere', 'motdepasse' => '08F0204', 'numfacture' => '11F0414', 'debut' => '2011-09-12', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvoliere Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvoliere', 'motdepasse' => '08F0204', 'numfacture' => '10F0297', 'debut' => '2010-08-17', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvoliere', 'motdepasse' => '08F0204', 'numfacture' => '09F0361', 'debut' => '2009-06-18', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Murielle', 'last_name' => 'OLIERE', 'id' => '229', 'email_address' => 'murielle.oliere@odyssi.fr', 'identifiant' => 'edvoliere', 'motdepasse' => '08F0204', 'numfacture' => '08F0204', 'debut' => '2008-05-16', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvollivier', 'motdepasse' => '09F0255', 'numfacture' => '12F0218', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvollivier', 'motdepasse' => '09F0255', 'numfacture' => '11F0233', 'debut' => '2011-04-17', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvollivier', 'motdepasse' => '09F0255', 'numfacture' => '10F0172', 'debut' => '2010-04-17', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'LE DU', 'id' => '425', 'email_address' => 'etienne.ledu@anil.org', 'identifiant' => 'edvollivier', 'motdepasse' => '09F0255', 'numfacture' => '09F0255', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'OLLIVIER', 'id' => '309', 'email_address' => 'nathalie.ollivier@agriculture.gouv.fr', 'identifiant' => 'edvollivier', 'motdepasse' => '08F0356', 'numfacture' => '08F0356', 'debut' => '2008-11-12', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'VILLE D\'ORLY', 'id' => '618', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvorly94', 'motdepasse' => '12F0157', 'numfacture' => '15F0035', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'VILLE D\'ORLY', 'id' => '618', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvorly94', 'motdepasse' => '12F0157', 'numfacture' => '14F0017', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'VILLE D\'ORLY', 'id' => '618', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvorly94', 'motdepasse' => '12F0157', 'numfacture' => '13F0053', 'debut' => '2013-01-29', 'fin' => '2014-01-29', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'VILLE D\'ORLY', 'id' => '618', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'edvorly94', 'motdepasse' => '12F0157', 'numfacture' => '12F0157', 'debut' => '2012-02-27', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '587d2b98-c66f-a2c2-0149-51e79e092012', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '18F258', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '587d2b98-c66f-a2c2-0149-51e79e092012', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '17F292', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '587d2b98-c66f-a2c2-0149-51e79e092012', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '16F323', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '587d2b98-c66f-a2c2-0149-51e79e092012', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '15F0350', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '587d2b98-c66f-a2c2-0149-51e79e092012', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '14F0402', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '587d2b98-c66f-a2c2-0149-51e79e092012', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '13F0332', 'debut' => '2013-07-18', 'fin' => '2014-07-18', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '221', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '13F0304', 'debut' => '2013-06-25', 'fin' => '2014-06-25', )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '221', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '12F0307', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '221', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '11F0311', 'debut' => '2011-06-09', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '221', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '10F0232', 'debut' => '2010-06-02', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '221', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '09F0311', 'debut' => '2009-05-26', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'OTTON', 'id' => '221', 'email_address' => 'christophe.otton@poyry.com', 'identifiant' => 'edvotton', 'motdepasse' => '08F0194', 'numfacture' => '08F0194', 'debut' => '2008-05-05', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Josette', 'last_name' => 'PALHIERE', 'id' => '247', 'email_address' => 'sae-chadrac@wanadoo.fr', 'identifiant' => 'edvpalhiere', 'motdepasse' => '08F0234', 'numfacture' => '08F0234', 'debut' => '2008-05-30', 'fin' => NULL, )) 2025-03-23 00:45:22 : edvpalhiere Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvpalmistes', 'motdepasse' => '11F0269', 'numfacture' => '16F186', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvpalmistes', 'motdepasse' => '11F0269', 'numfacture' => '15F0224', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvpalmistes', 'motdepasse' => '11F0269', 'numfacture' => '14F0262', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvpalmistes', 'motdepasse' => '11F0269', 'numfacture' => '13F0221', 'debut' => '2013-04-11', 'fin' => '2014-04-11', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvpalmistes', 'motdepasse' => '11F0269', 'numfacture' => '12F0240', 'debut' => '2012-04-10', 'fin' => '2013-04-10', )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Teddy', 'last_name' => 'LESTE', 'id' => '415', 'email_address' => 'mairie@plaine-des-palmistes.fr', 'identifiant' => 'edvpalmistes', 'motdepasse' => '11F0269', 'numfacture' => '11F0269', 'debut' => '2011-04-13', 'fin' => NULL, )) 2025-03-23 00:45:22 : deja traité on continue 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Carole', 'last_name' => 'PAPLOREY', 'id' => '489365d2-c32f-37f1-e483-61644fe3fbf5', 'email_address' => 'c.paplorey@shf-hydro.org', 'identifiant' => 'edvpaplorey', 'motdepasse' => 'edvcarole', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:22 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'Paquet', 'id' => '521', 'email_address' => 'gpaquet.coopfr@gmail.com', 'identifiant' => 'edvpaquet', 'motdepasse' => 'edvpaquet', 'numfacture' => '', 'debut' => '2010-07-05', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpaquet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'PAQUIN', 'id' => '109', 'email_address' => 'cecile.paquin@orange.fr', 'identifiant' => 'edvpaquin', 'motdepasse' => '08F0031', 'numfacture' => '08F0031', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpaquin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'BUTRUILLE', 'id' => '303', 'email_address' => 'sandrine.butruille@cg65.fr', 'identifiant' => 'edvpargala', 'motdepasse' => '08F0350', 'numfacture' => '08F0350', 'debut' => '2008-11-07', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpargala Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'PASCAL', 'id' => '328', 'email_address' => 'siaep.laprehende@wanadoo.fr', 'identifiant' => 'edvpascal', 'motdepasse' => '08F0422', 'numfacture' => '08F0422', 'debut' => '2008-12-17', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpascal Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'PATEY', 'id' => '400', 'email_address' => 'philippe.patey@ville-thouars.fr', 'identifiant' => 'edvpatey', 'motdepasse' => '09F0165', 'numfacture' => '11F0183', 'debut' => '2011-03-22', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpatey Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'PATEY', 'id' => '400', 'email_address' => 'philippe.patey@ville-thouars.fr', 'identifiant' => 'edvpatey', 'motdepasse' => '09F0165', 'numfacture' => '10F0141', 'debut' => '2010-03-22', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'PATEY', 'id' => '400', 'email_address' => 'philippe.patey@ville-thouars.fr', 'identifiant' => 'edvpatey', 'motdepasse' => '09F0165', 'numfacture' => '09F0165', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'PATOUILLE', 'id' => '217', 'email_address' => 'contact@smun.fr', 'identifiant' => 'edvpatouille', 'motdepasse' => '10F0354', 'numfacture' => '13F0478', 'debut' => '2013-11-28', 'fin' => '2014-11-28', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'PATOUILLE', 'id' => '217', 'email_address' => 'contact@smun.fr', 'identifiant' => 'edvpatouille', 'motdepasse' => '10F0354', 'numfacture' => '12F0464', 'debut' => '2012-11-14', 'fin' => '2013-11-14', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'PATOUILLE', 'id' => '217', 'email_address' => 'contact@smun.fr', 'identifiant' => 'edvpatouille', 'motdepasse' => '10F0354', 'numfacture' => '11F0475', 'debut' => '2011-11-19', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'PATOUILLE', 'id' => '217', 'email_address' => 'contact@smun.fr', 'identifiant' => 'edvpatouille', 'motdepasse' => '10F0354', 'numfacture' => '10F0354', 'debut' => '2010-11-19', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sylvie', 'last_name' => 'PATRAS', 'id' => '436', 'email_address' => 'siaepadebegadan@wanadoo.fr', 'identifiant' => 'edvpatras', 'motdepasse' => '09F0310', 'numfacture' => '09F0310', 'debut' => '2009-05-26', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpatras Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hélène', 'last_name' => 'PAUWELS', 'id' => '1736cd15-6508-6b6d-e7c7-616437691943', 'email_address' => 'h.pauwels@brgm.fr', 'identifiant' => 'edvpauwels', 'motdepasse' => 'edvhelene', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'RIBEYRE', 'id' => '1032a4af-a9be-cfb3-10e1-546b0bd46f11', 'email_address' => 'sylvain.ribeyre@paysdelor.fr', 'identifiant' => 'edvpaysdelor', 'motdepasse' => '14F0505', 'numfacture' => '16F401', 'debut' => '2016-12-09', 'fin' => '2017-12-09', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'RIBEYRE', 'id' => '1032a4af-a9be-cfb3-10e1-546b0bd46f11', 'email_address' => 'sylvain.ribeyre@paysdelor.fr', 'identifiant' => 'edvpaysdelor', 'motdepasse' => '14F0505', 'numfacture' => '15F0481', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'RIBEYRE', 'id' => '1032a4af-a9be-cfb3-10e1-546b0bd46f11', 'email_address' => 'sylvain.ribeyre@paysdelor.fr', 'identifiant' => 'edvpaysdelor', 'motdepasse' => '14F0505', 'numfacture' => '14F0505', 'debut' => '2014-12-02', 'fin' => '2015-12-02', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'P.', 'last_name' => 'BOTZUNG', 'id' => 'b33ddce5-54b9-9a74-1dc2-58dbbb371797', 'email_address' => 'pbotzung@bordeaux-metropole.fr', 'identifiant' => 'edvpbotzung', 'motdepasse' => '17F172', 'numfacture' => '22F124', 'debut' => '2022-06-04', 'fin' => '2023-04-28', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'P.', 'last_name' => 'BOTZUNG', 'id' => 'b33ddce5-54b9-9a74-1dc2-58dbbb371797', 'email_address' => 'pbotzung@bordeaux-metropole.fr', 'identifiant' => 'edvpbotzung', 'motdepasse' => '17F172', 'numfacture' => '21F141', 'debut' => '2021-06-04', 'fin' => '2022-06-04', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'P.', 'last_name' => 'BOTZUNG', 'id' => 'b33ddce5-54b9-9a74-1dc2-58dbbb371797', 'email_address' => 'pbotzung@bordeaux-metropole.fr', 'identifiant' => 'edvpbotzung', 'motdepasse' => '17F172', 'numfacture' => '20F164', 'debut' => '2020-06-04', 'fin' => '2021-06-04', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'P.', 'last_name' => 'BOTZUNG', 'id' => 'b33ddce5-54b9-9a74-1dc2-58dbbb371797', 'email_address' => 'pbotzung@bordeaux-metropole.fr', 'identifiant' => 'edvpbotzung', 'motdepasse' => '17F172', 'numfacture' => '19F100', 'debut' => '2019-02-21', 'fin' => '2020-02-21', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'P.', 'last_name' => 'BOTZUNG', 'id' => 'b33ddce5-54b9-9a74-1dc2-58dbbb371797', 'email_address' => 'pbotzung@bordeaux-metropole.fr', 'identifiant' => 'edvpbotzung', 'motdepasse' => '17F172', 'numfacture' => '18F141', 'debut' => '2018-04-11', 'fin' => '2019-04-11', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'P.', 'last_name' => 'BOTZUNG', 'id' => 'b33ddce5-54b9-9a74-1dc2-58dbbb371797', 'email_address' => 'pbotzung@bordeaux-metropole.fr', 'identifiant' => 'edvpbotzung', 'motdepasse' => '17F172', 'numfacture' => '17F172', 'debut' => '2017-03-29', 'fin' => '2018-03-29', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Adrien', 'last_name' => 'PELLEQUER', 'id' => '274', 'email_address' => 'a.pellequer@province-nord.nc', 'identifiant' => 'edvpellequer', 'motdepasse' => '08F0297', 'numfacture' => '08F0297', 'debut' => '2008-09-11', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpellequer Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '18F389', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '17F389', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '16F422', 'debut' => '2016-12-22', 'fin' => '2017-12-22', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '15F0466', 'debut' => '2015-12-08', 'fin' => '2016-12-08', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '14F0531', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '13F0492', 'debut' => '2013-12-04', 'fin' => '2014-12-04', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '12F0517', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '11F0496', 'debut' => '2011-12-06', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Hervé', 'last_name' => 'PELLOIS', 'id' => '537', 'email_address' => 'edith.ghidotti@saint-ave.fr', 'identifiant' => 'edvpellois', 'motdepasse' => '10F0374', 'numfacture' => '10F0374', 'debut' => '2010-12-06', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Anthony', 'last_name' => 'PENEAUD', 'id' => '454', 'email_address' => 'accueil.mairie@broons.fr', 'identifiant' => 'edvpeneaud', 'motdepasse' => '09F0416', 'numfacture' => '09F0416', 'debut' => '2009-10-01', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpeneaud Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'PENILLO', 'id' => 'e76384ce-5a08-dd3a-eb80-54c9f08dc165', 'email_address' => 'jerome.penillo@sangonis.fr', 'identifiant' => 'edvpenillo', 'motdepasse' => '15F0067', 'numfacture' => '18F083', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'PENILLO', 'id' => 'e76384ce-5a08-dd3a-eb80-54c9f08dc165', 'email_address' => 'jerome.penillo@sangonis.fr', 'identifiant' => 'edvpenillo', 'motdepasse' => '15F0067', 'numfacture' => '17F044', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'PENILLO', 'id' => 'e76384ce-5a08-dd3a-eb80-54c9f08dc165', 'email_address' => 'jerome.penillo@sangonis.fr', 'identifiant' => 'edvpenillo', 'motdepasse' => '15F0067', 'numfacture' => '16F0012', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'PENILLO', 'id' => 'e76384ce-5a08-dd3a-eb80-54c9f08dc165', 'email_address' => 'jerome.penillo@sangonis.fr', 'identifiant' => 'edvpenillo', 'motdepasse' => '15F0067', 'numfacture' => '15F0067', 'debut' => '2015-01-29', 'fin' => '2016-01-29', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '23F123', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '22F059', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '21F093', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '20F055', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '19F089', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '18F043', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '17F083', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '16F103', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '15F0097', 'debut' => '2015-02-09', 'fin' => '2016-02-09', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '14F0105', 'debut' => '2014-02-12', 'fin' => '2015-02-12', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '13F0103', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '12F0059', 'debut' => '2012-02-09', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '11F0054', 'debut' => '2011-02-09', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '10F0074', 'debut' => '2010-02-09', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'PEREZ-CAZARD', 'id' => '370', 'email_address' => 'isabelle.perez-cazard@siect.fr', 'identifiant' => 'edvperezcazard', 'motdepasse' => '09F0065', 'numfacture' => '09F0065', 'debut' => '2009-01-27', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'PERRIN', 'id' => '332264fd-544b-ab26-4768-61644bb5ffa2', 'email_address' => 'arra@riviererhonealpes.org', 'identifiant' => 'edvperrin', 'motdepasse' => 'edvnathalie', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alban', 'last_name' => 'PERRIN', 'id' => '308', 'email_address' => 'aperrin@businessfil.fr', 'identifiant' => 'edvperrin', 'motdepasse' => '08F0355', 'numfacture' => '14F0307', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alban', 'last_name' => 'PERRIN', 'id' => '308', 'email_address' => 'aperrin@businessfil.fr', 'identifiant' => 'edvperrin', 'motdepasse' => '08F0355', 'numfacture' => '13F0325', 'debut' => '2013-07-03', 'fin' => '2014-07-03', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alban', 'last_name' => 'PERRIN', 'id' => '308', 'email_address' => 'aperrin@businessfil.fr', 'identifiant' => 'edvperrin', 'motdepasse' => '08F0355', 'numfacture' => '12F0130', 'debut' => '2012-02-09', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alban', 'last_name' => 'PERRIN', 'id' => '308', 'email_address' => 'aperrin@businessfil.fr', 'identifiant' => 'edvperrin', 'motdepasse' => '08F0355', 'numfacture' => '10F0395', 'debut' => '2010-12-17', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alban', 'last_name' => 'PERRIN', 'id' => '308', 'email_address' => 'aperrin@businessfil.fr', 'identifiant' => 'edvperrin', 'motdepasse' => '08F0355', 'numfacture' => '09F0456', 'debut' => '2009-11-12', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alban', 'last_name' => 'PERRIN', 'id' => '308', 'email_address' => 'aperrin@businessfil.fr', 'identifiant' => 'edvperrin', 'motdepasse' => '08F0355', 'numfacture' => '08F0355', 'debut' => '2008-11-12', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'PERROD', 'id' => 'f1410b36-8fb3-d4c0-d0d6-61644242e238', 'email_address' => 'christophe.perrod@astee.org', 'identifiant' => 'edvperrod', 'motdepasse' => 'edvchristophe', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'PERROT', 'id' => '27', 'email_address' => 'bernard.perrot@mairie-vannes.fr', 'identifiant' => 'edvperrot', 'motdepasse' => '09F0432', 'numfacture' => '09F0432', 'debut' => '2009-10-15', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvperrot Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '18F264', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '17F293', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '16F317', 'debut' => '2016-07-21', 'fin' => '2017-07-21', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '15F0343', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '14F0401', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '13F0335', 'debut' => '2013-07-19', 'fin' => '2014-07-19', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '12F0375', 'debut' => '2012-07-20', 'fin' => '2013-07-20', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'PERTUZON', 'id' => '475', 'email_address' => 'spanc@iholdy-ortibarre.com', 'identifiant' => 'edvpertuzon', 'motdepasse' => '09F0498', 'numfacture' => '09F0498', 'debut' => '2009-12-07', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '17F018', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '160058', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '15F0017', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '14F0065', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '13F0018', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '12F0056', 'debut' => '2012-01-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'PETIT', 'id' => '29', 'email_address' => 'direction@siepdusanterre.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '11F0051', 'numfacture' => '11F0051', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '08F0382', 'numfacture' => '', 'debut' => '2009-11-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'Gibert', 'id' => '316', 'email_address' => 'marianne.gibert@agate-territoires.fr', 'identifiant' => 'edvpetit', 'motdepasse' => '08F0382', 'numfacture' => '08F0382', 'debut' => '2008-11-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'PETITALOT', 'id' => '190', 'email_address' => 'a.petitalot@sivomsioulebouble.com', 'identifiant' => 'edvpetitalot', 'motdepasse' => '08F0138', 'numfacture' => '09F0149', 'debut' => '2009-03-14', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpetitalot Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'PETITALOT', 'id' => '190', 'email_address' => 'a.petitalot@sivomsioulebouble.com', 'identifiant' => 'edvpetitalot', 'motdepasse' => '08F0138', 'numfacture' => '08F0138', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Barnabé', 'last_name' => 'BARRET', 'id' => '36', 'email_address' => 'barnabe@petite-ile.re', 'identifiant' => 'edvpetiteile', 'motdepasse' => '11F0162', 'numfacture' => '11F0162', 'debut' => '2011-03-08', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpetiteile Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'PEVET', 'id' => '332', 'email_address' => 'michel.pevet@regie-vinay.fr', 'identifiant' => 'edvpevet', 'motdepasse' => '08F0432', 'numfacture' => '09F0512', 'debut' => '2009-12-18', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpevet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'PEVET', 'id' => '332', 'email_address' => 'michel.pevet@regie-vinay.fr', 'identifiant' => 'edvpevet', 'motdepasse' => '08F0432', 'numfacture' => '08F0432', 'debut' => '2008-12-18', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '19F085', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '18F053', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '17F077', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '16F109', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '15F0091', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '14F0128', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '13F0081', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '12F0117', 'debut' => '2012-02-23', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '11F0114', 'debut' => '2011-02-23', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '10F0078', 'debut' => '2010-02-23', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '09F0129', 'debut' => '2009-02-23', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Christian', 'last_name' => 'PEYRAT', 'id' => '45', 'email_address' => 'cpeyrat@rese17.fr', 'identifiant' => 'edvpeyrat', 'motdepasse' => '07F0178', 'numfacture' => '07F0178', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean-Marc', 'last_name' => 'PHILIP', 'id' => '9b9fdc80-7130-8f91-ecd1-61642f38ecb2', 'email_address' => 'jean-marc.philip@canal-de-provence.com', 'identifiant' => 'edvphilip', 'motdepasse' => 'edvjeanmarc', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Alexandre', 'last_name' => 'PIASER', 'id' => 'c7c2ff78-380d-a93c-2a40-5e28533598b8', 'email_address' => 'a.piaser@oieau.fr', 'identifiant' => 'edvpiaser', 'motdepasse' => 'testpiaser', 'numfacture' => NULL, 'debut' => '2020-01-22', 'fin' => '2021-01-22', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Clarisse', 'last_name' => 'HALBOUT', 'id' => '24', 'email_address' => 'clarisse.halbout@mairie-saint-maur.com', 'identifiant' => 'edvpicard', 'motdepasse' => '11F0408', 'numfacture' => '11F0408', 'debut' => '2011-09-09', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpicard Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '17F039', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '16F0029', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '15F0032', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '14F0026', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '13F0044', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '12F0011', 'debut' => '2012-01-12', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '11F0060', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Stéphane', 'last_name' => 'DEMAIMAY', 'id' => '402', 'email_address' => 'eaux@lonslesaunier.fr', 'identifiant' => 'edvpicton', 'motdepasse' => '09F0177', 'numfacture' => '09F0177', 'debut' => '2009-03-17', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Gérard', 'last_name' => 'PIERRE', 'id' => '360', 'email_address' => 'ccba.athis@wanadoo.fr', 'identifiant' => 'edvpierre', 'motdepasse' => '09F0046', 'numfacture' => '09F0046', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpierre Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Julien', 'last_name' => 'PILARD', 'id' => '30a00fc2-5027-96b6-f8d6-6267b9ca9974', 'email_address' => 'j.pilard@sivom-regionminiere.com', 'identifiant' => 'edvpilard', 'motdepasse' => '22F123', 'numfacture' => '22F123', 'debut' => '2022-04-26', 'fin' => '2023-04-26', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '22F201', 'debut' => '2021-09-16', 'fin' => '2021-11-16', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '20F237', 'debut' => '2020-08-06', 'fin' => '2021-08-06', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '19F252', 'debut' => '2019-05-17', 'fin' => '2020-05-17', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '15F0361', 'debut' => '2015-07-08', 'fin' => '2016-07-08', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '14F0384', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '13F0357', 'debut' => '2013-07-25', 'fin' => '2014-07-25', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '12F0345', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '11F0350', 'debut' => '2011-07-16', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvpilard', 'motdepasse' => '10F0277', 'numfacture' => '10F0277', 'debut' => '2010-07-16', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PIN', 'id' => '130', 'email_address' => 'servicedeseaux@apt.fr', 'identifiant' => 'edvpin', 'motdepasse' => '08F0077', 'numfacture' => '09F0128', 'debut' => '2009-02-23', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PIN', 'id' => '130', 'email_address' => 'servicedeseaux@apt.fr', 'identifiant' => 'edvpin', 'motdepasse' => '08F0077', 'numfacture' => '08F0077', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvpinson', 'motdepasse' => '08F0003', 'numfacture' => '09F0463', 'debut' => '2009-11-13', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpinson Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvpinson', 'motdepasse' => '08F0003', 'numfacture' => '08F0003', 'debut' => '2008-01-21', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'PIOT', 'id' => '567', 'email_address' => 'mairie.ngv@wanadoo.fr', 'identifiant' => 'edvpiot', 'motdepasse' => '11F0158', 'numfacture' => '11F0158', 'debut' => '2011-03-07', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpiot Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'PIWOWARCZYK', 'id' => '387', 'email_address' => NULL, 'identifiant' => 'edvpiwowarczyk', 'motdepasse' => '09F0135', 'numfacture' => NULL, 'debut' => '2012-09-05', 'fin' => '2013-09-05', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'PIWOWARCZYK', 'id' => '387', 'email_address' => NULL, 'identifiant' => 'edvpiwowarczyk', 'motdepasse' => '09F0135', 'numfacture' => '10F0387', 'debut' => '2011-02-24', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'PIWOWARCZYK', 'id' => '387', 'email_address' => NULL, 'identifiant' => 'edvpiwowarczyk', 'motdepasse' => '09F0135', 'numfacture' => '', 'debut' => '2010-02-24', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'PIWOWARCZYK', 'id' => '387', 'email_address' => NULL, 'identifiant' => 'edvpiwowarczyk', 'motdepasse' => '09F0135', 'numfacture' => '09F0135', 'debut' => '2009-02-24', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Muriel', 'last_name' => 'PLE', 'id' => '43', 'email_address' => 'sieeura@hotmail.com', 'identifiant' => 'edvple', 'motdepasse' => '09F0091', 'numfacture' => '09F0091', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvple Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'LE GRAËT (ancien)', 'id' => '231', 'email_address' => 'eau-assainissement@pleneuf-val-andre.fr', 'identifiant' => 'edvpleneuf22', 'motdepasse' => '08F0206', 'numfacture' => '08F0206', 'debut' => '2008-05-16', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpleneuf22 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '15F0364', 'debut' => '2015-07-08', 'fin' => '2016-07-08', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '14F0378', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '13F0361', 'debut' => '2013-07-26', 'fin' => '2014-07-26', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '12F0334', 'debut' => '2012-07-03', 'fin' => '2013-07-03', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '11F0355', 'debut' => '2011-07-26', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '10F0288', 'debut' => '2010-07-26', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '09F0362', 'debut' => '2009-07-08', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'PLUMET', 'id' => '259', 'email_address' => 'service.technique.publier@wanadoo.fr', 'identifiant' => 'edvplumet', 'motdepasse' => '08F0256', 'numfacture' => '08F0256', 'debut' => '2008-06-20', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '22F098', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '21F117', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '20F142', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '19F146', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '18F106', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '17F164', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '16F136', 'debut' => '2016-03-17', 'fin' => '2017-03-17', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '15F0150', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '14F0204', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '13F0145', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '12F0217', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '10F0315', 'debut' => '2011-02-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '10F0090', 'debut' => '2010-02-25', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '09F0116', 'debut' => '2009-02-17', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'POGNONEC', 'id' => '106', 'email_address' => 'bruno.pognonec@aqualia.com', 'identifiant' => 'edvpognonec', 'motdepasse' => '08F0028', 'numfacture' => '08F0028', 'debut' => '2008-01-28', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'M. POISSON-QUINTON', 'id' => '285', 'email_address' => NULL, 'identifiant' => 'edvpoissonquinton', 'motdepasse' => 'temporaire', 'numfacture' => '', 'debut' => '2008-10-02', 'fin' => NULL, )) 2025-03-23 00:45:23 : edvpoissonquinton Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'POLITI', 'id' => '270', 'email_address' => 'jm.gatti@oehc.fr', 'identifiant' => 'edvpoliti', 'motdepasse' => '08F0292', 'numfacture' => '12F0399', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'POLITI', 'id' => '270', 'email_address' => 'jm.gatti@oehc.fr', 'identifiant' => 'edvpoliti', 'motdepasse' => '08F0292', 'numfacture' => '11F0421', 'debut' => '2011-09-14', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:23 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'POLITI', 'id' => '270', 'email_address' => 'jm.gatti@oehc.fr', 'identifiant' => 'edvpoliti', 'motdepasse' => '08F0292', 'numfacture' => '10F0305', 'debut' => '2010-09-14', 'fin' => NULL, )) 2025-03-23 00:45:23 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Henri', 'last_name' => 'POLITI', 'id' => '270', 'email_address' => 'jm.gatti@oehc.fr', 'identifiant' => 'edvpoliti', 'motdepasse' => '08F0292', 'numfacture' => '08F0292', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '23F097', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '22F099', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '21F114', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '20F138', 'debut' => '2020-03-12', 'fin' => '2021-03-12', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '19F147', 'debut' => '2019-03-25', 'fin' => '2020-03-25', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '18F113', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '17F156', 'debut' => '2017-03-27', 'fin' => '2018-03-27', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '16F147', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '3ed60033-6e5e-3861-1f09-54f6d3db9111', 'email_address' => 'fpomarez@sibva.fr', 'identifiant' => 'edvpomarez', 'motdepasse' => '15F0160', 'numfacture' => '15F0160', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '55', 'email_address' => 'frederic.pomarez@mimizan.com', 'identifiant' => 'edvpomarez', 'motdepasse' => '07F0161', 'numfacture' => '13F0161', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:24 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '55', 'email_address' => 'frederic.pomarez@mimizan.com', 'identifiant' => 'edvpomarez', 'motdepasse' => '07F0161', 'numfacture' => '12F0144', 'debut' => '2012-03-16', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '55', 'email_address' => 'frederic.pomarez@mimizan.com', 'identifiant' => 'edvpomarez', 'motdepasse' => '07F0161', 'numfacture' => '11F0153', 'debut' => '2011-03-16', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '55', 'email_address' => 'frederic.pomarez@mimizan.com', 'identifiant' => 'edvpomarez', 'motdepasse' => '07F0161', 'numfacture' => '10F0126', 'debut' => '2010-03-16', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '55', 'email_address' => 'frederic.pomarez@mimizan.com', 'identifiant' => 'edvpomarez', 'motdepasse' => '07F0161', 'numfacture' => '09F0119', 'debut' => '2009-02-17', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'POMAREZ', 'id' => '55', 'email_address' => 'frederic.pomarez@mimizan.com', 'identifiant' => 'edvpomarez', 'motdepasse' => '07F0161', 'numfacture' => '07F0161', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'POMMELET', 'id' => '517', 'email_address' => 'jerome.pommelet@gmail.com', 'identifiant' => 'edvpommelet', 'motdepasse' => '10F0230', 'numfacture' => '13F0303', 'debut' => '2013-06-25', 'fin' => '2014-06-25', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'POMMELET', 'id' => '517', 'email_address' => 'jerome.pommelet@gmail.com', 'identifiant' => 'edvpommelet', 'motdepasse' => '10F0230', 'numfacture' => '12F0306', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'POMMELET', 'id' => '517', 'email_address' => 'jerome.pommelet@gmail.com', 'identifiant' => 'edvpommelet', 'motdepasse' => '10F0230', 'numfacture' => '11F0310', 'debut' => '2011-06-09', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jérôme', 'last_name' => 'POMMELET', 'id' => '517', 'email_address' => 'jerome.pommelet@gmail.com', 'identifiant' => 'edvpommelet', 'motdepasse' => '10F0230', 'numfacture' => '10F0230', 'debut' => '2010-06-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'PONTARRASSE', 'id' => 'da2b1642-5eb4-bdbb-e2b3-64ccadf3bb17', 'email_address' => 'ppontarrasse@otce.fr', 'identifiant' => 'edvpontarrasse', 'motdepasse' => '23f188', 'numfacture' => '23F188', 'debut' => '2023-08-04', 'fin' => '2024-08-04', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'POUIT', 'id' => '462', 'email_address' => 'siaea-civray@cg86.fr', 'identifiant' => 'edvpouit', 'motdepasse' => '09F0440', 'numfacture' => '09F0440', 'debut' => '2009-10-22', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvpouit Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Hugues', 'last_name' => 'POULAT', 'id' => '299', 'email_address' => 'directionassainissement@valleedabondance.fr', 'identifiant' => 'edvpoulat', 'motdepasse' => '08F0341', 'numfacture' => '11F0348', 'debut' => '2011-10-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvpoulat Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Hugues', 'last_name' => 'POULAT', 'id' => '299', 'email_address' => 'directionassainissement@valleedabondance.fr', 'identifiant' => 'edvpoulat', 'motdepasse' => '08F0341', 'numfacture' => '10F0275', 'debut' => '2010-10-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Hugues', 'last_name' => 'POULAT', 'id' => '299', 'email_address' => 'directionassainissement@valleedabondance.fr', 'identifiant' => 'edvpoulat', 'motdepasse' => '08F0341', 'numfacture' => '08F0341', 'debut' => '2009-10-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '15F0147', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '14F0230', 'debut' => '2014-03-25', 'fin' => '2015-01-21', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '13F0025', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '12F0024', 'debut' => '2012-01-20', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '11F0018', 'debut' => '2011-01-20', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '10F0023', 'debut' => '2010-01-20', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-Luc', 'last_name' => 'PREVOST', 'id' => '354', 'email_address' => 'intersyndicat.jl.prevost@wanadoo.fr', 'identifiant' => 'edvprevost', 'motdepasse' => '09F0036', 'numfacture' => '09F0036', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Julie', 'last_name' => 'PRIES', 'id' => '56', 'email_address' => 'julie.pries@bert-consultant.fr', 'identifiant' => 'edvpries', 'motdepasse' => '07F0159', 'numfacture' => '07F0159', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvpries Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'PRINZBACH', 'id' => '293', 'email_address' => 'prinzbach@nantaise-des-eaux.com', 'identifiant' => 'edvprinzbach', 'motdepasse' => 'quizz', 'numfacture' => '', 'debut' => '2008-10-16', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvprinzbach Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'PROTHERY', 'last_name' => 'Frédéric', 'id' => '30e97729-658a-7f2f-1845-52d8efd51310', 'email_address' => 'frederic.prothery@mairie-crest.fr', 'identifiant' => 'edvprothery', 'motdepasse' => '14F0010', 'numfacture' => '14F0010', 'debut' => '2014-01-17', 'fin' => '2015-02-04', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'PUTIGNIER', 'id' => '215', 'email_address' => 'm.putignier@agglo-caen.fr', 'identifiant' => 'edvputignier', 'motdepasse' => '08F0177', 'numfacture' => '09F0229', 'debut' => '2009-04-10', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvputignier Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marianne', 'last_name' => 'PUTIGNIER', 'id' => '215', 'email_address' => 'm.putignier@agglo-caen.fr', 'identifiant' => 'edvputignier', 'motdepasse' => '08F0177', 'numfacture' => '08F0177', 'debut' => '2008-04-10', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvpuyaubreau', 'motdepasse' => '08F0023', 'numfacture' => '10F0066', 'debut' => '2010-02-13', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvpuyaubreau Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvpuyaubreau', 'motdepasse' => '08F0023', 'numfacture' => '09F0109', 'debut' => '2009-02-13', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvpuyaubreau', 'motdepasse' => '08F0023', 'numfacture' => '08F0023', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'QUATRAIN', 'id' => '118', 'email_address' => 'c.quatrain@vichy-valallier.fr', 'identifiant' => 'edvquatrain', 'motdepasse' => '08F0060', 'numfacture' => '08F0060', 'debut' => '2008-02-04', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvquatrain Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Aurélien', 'last_name' => 'QUERBES', 'id' => '181', 'email_address' => 'a.querbes@cc-agglocreilloise.fr', 'identifiant' => 'edvquerbes', 'motdepasse' => '08F0128', 'numfacture' => '13F0193', 'debut' => '2013-03-18', 'fin' => '2014-03-18', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Aurélien', 'last_name' => 'QUERBES', 'id' => '181', 'email_address' => 'a.querbes@cc-agglocreilloise.fr', 'identifiant' => 'edvquerbes', 'motdepasse' => '08F0128', 'numfacture' => '12F0223', 'debut' => '2012-04-06', 'fin' => '2013-04-06', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Aurélien', 'last_name' => 'QUERBES', 'id' => '181', 'email_address' => 'a.querbes@cc-agglocreilloise.fr', 'identifiant' => 'edvquerbes', 'motdepasse' => '08F0128', 'numfacture' => '11F0237', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Aurélien', 'last_name' => 'QUERBES', 'id' => '181', 'email_address' => 'a.querbes@cc-agglocreilloise.fr', 'identifiant' => 'edvquerbes', 'motdepasse' => '08F0128', 'numfacture' => '10F0180', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Aurélien', 'last_name' => 'QUERBES', 'id' => '181', 'email_address' => 'a.querbes@cc-agglocreilloise.fr', 'identifiant' => 'edvquerbes', 'motdepasse' => '08F0128', 'numfacture' => '09F0146', 'debut' => '2009-03-13', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Aurélien', 'last_name' => 'QUERBES', 'id' => '181', 'email_address' => 'a.querbes@cc-agglocreilloise.fr', 'identifiant' => 'edvquerbes', 'motdepasse' => '08F0128', 'numfacture' => '08F0128', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'QUETARD', 'id' => 'a01934f7-d988-5697-f47c-5a5cb29157a8', 'email_address' => 'catherine.quetard@orleans-metropole.fr', 'identifiant' => 'edvquetard', 'motdepasse' => '18F007', 'numfacture' => '23F006', 'debut' => '2023-01-24', 'fin' => '2024-01-24', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'QUETARD', 'id' => 'a01934f7-d988-5697-f47c-5a5cb29157a8', 'email_address' => 'catherine.quetard@orleans-metropole.fr', 'identifiant' => 'edvquetard', 'motdepasse' => '18F007', 'numfacture' => '22F030', 'debut' => '2022-04-28', 'fin' => '2023-01-28', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'QUETARD', 'id' => 'a01934f7-d988-5697-f47c-5a5cb29157a8', 'email_address' => 'catherine.quetard@orleans-metropole.fr', 'identifiant' => 'edvquetard', 'motdepasse' => '18F007', 'numfacture' => '21F148', 'debut' => '2021-04-28', 'fin' => '2022-04-28', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'QUETARD', 'id' => 'a01934f7-d988-5697-f47c-5a5cb29157a8', 'email_address' => 'catherine.quetard@orleans-metropole.fr', 'identifiant' => 'edvquetard', 'motdepasse' => '18F007', 'numfacture' => '20F130', 'debut' => '2020-03-09', 'fin' => '2021-03-09', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'QUETARD', 'id' => 'a01934f7-d988-5697-f47c-5a5cb29157a8', 'email_address' => 'catherine.quetard@orleans-metropole.fr', 'identifiant' => 'edvquetard', 'motdepasse' => '18F007', 'numfacture' => '19F009', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'QUETARD', 'id' => 'a01934f7-d988-5697-f47c-5a5cb29157a8', 'email_address' => 'catherine.quetard@orleans-metropole.fr', 'identifiant' => 'edvquetard', 'motdepasse' => '18F007', 'numfacture' => '18F007', 'debut' => '2018-01-15', 'fin' => '2019-01-15', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Paul', 'last_name' => 'RABELLE', 'id' => '342', 'email_address' => 'paulspeleo@wanadoo.fr', 'identifiant' => 'edvrabelle', 'motdepasse' => '09F0019', 'numfacture' => '09F0019', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrabelle Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marie-Isabelle', 'last_name' => 'RABOTEUR', 'id' => '5d870190-8930-52b4-fd7d-5db950674737', 'email_address' => 'mi.raboteurmediation@oe971.fr', 'identifiant' => 'edvraboteur', 'motdepasse' => 'edvraboteur', 'numfacture' => NULL, 'debut' => '2019-10-30', 'fin' => '2020-10-30', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'LAURENT', 'id' => '280', 'email_address' => 'sia.pont.sollieres@wanadoo.fr', 'identifiant' => 'edvraimbault', 'motdepasse' => '11F0080', 'numfacture' => '11F0080', 'debut' => '2011-01-27', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvraimbault Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Véronique', 'last_name' => 'RAMES', 'id' => '388', 'email_address' => 'dorval4@wanadoo.fr', 'identifiant' => 'edvrames', 'motdepasse' => '09F0102', 'numfacture' => '09F0102', 'debut' => '2009-02-11', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrames Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'RAOULT', 'id' => 'c0ad5406-9576-a20e-e064-601d41a19c51', 'email_address' => 'stephanie.raoult@agglodieppe-maritime.com', 'identifiant' => 'edvraoult', 'motdepasse' => '21F030', 'numfacture' => '23F103', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'RAOULT', 'id' => 'c0ad5406-9576-a20e-e064-601d41a19c51', 'email_address' => 'stephanie.raoult@agglodieppe-maritime.com', 'identifiant' => 'edvraoult', 'motdepasse' => '21F030', 'numfacture' => '22F089', 'debut' => '2022-03-15', 'fin' => '2023-03-15', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Stéphanie', 'last_name' => 'RAOULT', 'id' => 'c0ad5406-9576-a20e-e064-601d41a19c51', 'email_address' => 'stephanie.raoult@agglodieppe-maritime.com', 'identifiant' => 'edvraoult', 'motdepasse' => '21F030', 'numfacture' => '21F030', 'debut' => '2021-02-05', 'fin' => '2022-02-05', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '16F0048', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '15F0008', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '14F0045', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '13F0028', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '12F0035', 'debut' => '2012-01-18', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '11F0029', 'debut' => '2011-01-18', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '10F0036', 'debut' => '2010-01-18', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '09F0113', 'debut' => '2009-01-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'RAYMOND', 'id' => '60', 'email_address' => 'frederic.raymond@lezignan-corbieres.fr', 'identifiant' => 'edvraymond', 'motdepasse' => '07F0154', 'numfacture' => '07F0154', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'REGIE EAU', 'id' => 'a87f4a59-b495-2a2e-2f4b-62a89a61585f', 'email_address' => 'distribution@cc-hvs.fr', 'identifiant' => 'edvregieeau', 'motdepasse' => '22F128', 'numfacture' => '22F128', 'debut' => '2022-06-14', 'fin' => '2023-06-14', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'BONCEA', 'id' => '445', 'email_address' => 'marie-pierre.boncea@reg-grenoble.fr', 'identifiant' => 'edvregieeaux38', 'motdepasse' => '10F0309', 'numfacture' => '12F0397', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'BONCEA', 'id' => '445', 'email_address' => 'marie-pierre.boncea@reg-grenoble.fr', 'identifiant' => 'edvregieeaux38', 'motdepasse' => '10F0309', 'numfacture' => '11F0426', 'debut' => '2011-09-15', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marie-Pierre', 'last_name' => 'BONCEA', 'id' => '445', 'email_address' => 'marie-pierre.boncea@reg-grenoble.fr', 'identifiant' => 'edvregieeaux38', 'motdepasse' => '10F0309', 'numfacture' => '10F0309', 'debut' => '2010-09-15', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'RIOU', 'id' => 'c65c1447-55e2-3066-31c3-5bbf3fb018f4', 'email_address' => 'nathalie.riou@rhone.gouv.fr', 'identifiant' => 'edvriou', 'motdepasse' => '18F314', 'numfacture' => '18F314', 'debut' => '2018-10-11', 'fin' => '2019-10-11', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvrobcis', 'motdepasse' => '08F0197', 'numfacture' => '08F0197', 'debut' => '2008-05-06', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrobcis Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'ROBIC', 'id' => '107', 'email_address' => NULL, 'identifiant' => 'edvrobic', 'motdepasse' => '08F0029', 'numfacture' => '08F0029', 'debut' => '2008-01-28', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrobic Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Rodolphe', 'last_name' => 'ROBUCHON', 'id' => '17', 'email_address' => 'a.d.m.79@wanadoo.fr', 'identifiant' => 'edvrobuchon', 'motdepasse' => '07F0170', 'numfacture' => '12F0109', 'debut' => '2012-02-17', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrobuchon Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Rodolphe', 'last_name' => 'ROBUCHON', 'id' => '17', 'email_address' => 'a.d.m.79@wanadoo.fr', 'identifiant' => 'edvrobuchon', 'motdepasse' => '07F0170', 'numfacture' => '11F0102', 'debut' => '2011-02-17', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Rodolphe', 'last_name' => 'ROBUCHON', 'id' => '17', 'email_address' => 'a.d.m.79@wanadoo.fr', 'identifiant' => 'edvrobuchon', 'motdepasse' => '07F0170', 'numfacture' => '10F0060', 'debut' => '2010-02-17', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Rodolphe', 'last_name' => 'ROBUCHON', 'id' => '17', 'email_address' => 'a.d.m.79@wanadoo.fr', 'identifiant' => 'edvrobuchon', 'motdepasse' => '07F0170', 'numfacture' => '09F0118', 'debut' => '2009-02-17', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Rodolphe', 'last_name' => 'ROBUCHON', 'id' => '17', 'email_address' => 'a.d.m.79@wanadoo.fr', 'identifiant' => 'edvrobuchon', 'motdepasse' => '07F0170', 'numfacture' => '07F0170', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Raymond', 'last_name' => 'GERVY', 'id' => '38', 'email_address' => 'syndicatdeseaux@ville-de-mer.com', 'identifiant' => 'edvroca', 'motdepasse' => '07F0198', 'numfacture' => '07F0198', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvroca Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Sandrine', 'last_name' => 'ROCARD', 'id' => 'c23c6701-0700-0db6-b66b-616405ffbc1c', 'email_address' => 'rocard.sandrine@aesn.fr', 'identifiant' => 'edvrocard', 'motdepasse' => 'edvsandrine', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '18F235', 'debut' => '2018-06-20', 'fin' => '2019-06-20', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '17F291', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '16F326', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '15F0335', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '14F0381', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '13F0365', 'debut' => '2013-07-26', 'fin' => '2014-07-26', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '12F0333', 'debut' => '2012-07-02', 'fin' => '2013-07-02', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '11F0357', 'debut' => '2011-07-30', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '10F0291', 'debut' => '2010-07-30', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '09F0166', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Brigitte', 'last_name' => 'ROCCA', 'id' => '39', 'email_address' => 'b.rocca@cc-golfedesainttropez.fr', 'identifiant' => 'edvrocca', 'motdepasse' => '07F0197', 'numfacture' => '07F0197', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvrochas', 'motdepasse' => '10F0071', 'numfacture' => '11F0111', 'debut' => '2011-02-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrochas Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'LAMOUR', 'id' => '489', 'email_address' => 'marc.lamour@lesvallonsdelatour.fr', 'identifiant' => 'edvrochas', 'motdepasse' => '10F0071', 'numfacture' => '10F0071', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '21F051', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '20F104', 'debut' => '2020-02-11', 'fin' => '2021-02-11', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '19F024', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '18F011', 'debut' => '2018-01-16', 'fin' => '2019-01-16', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '17F023', 'debut' => '2017-01-31', 'fin' => '2018-01-31', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '16F0045', 'debut' => '2016-01-27', 'fin' => '2017-01-27', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '15F0012', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '14F0047', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '13F0023', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '12F0050', 'debut' => '2012-01-21', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '11F0041', 'debut' => '2011-01-21', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '10F0094', 'debut' => '2010-01-21', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'ROCHE', 'id' => '364', 'email_address' => 'melanie.roche@ccph.fr', 'identifiant' => 'edvroche', 'motdepasse' => '09F0052', 'numfacture' => '09F0052', 'debut' => '2009-01-21', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Géraldine', 'last_name' => 'RODARIE', 'id' => '396', 'email_address' => 'geraldine.rodarie@pedagofiche.fr', 'identifiant' => 'edvrodarie', 'motdepasse' => '09F0141', 'numfacture' => '09F0141', 'debut' => '2009-02-26', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrodarie Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'ROGERO', 'id' => '410', 'email_address' => 'sieamp@wanadoo.fr', 'identifiant' => 'edvrogero', 'motdepasse' => '09F0213', 'numfacture' => '11F0438', 'debut' => '2011-10-18', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrogero Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'ROGERO', 'id' => '410', 'email_address' => 'sieamp@wanadoo.fr', 'identifiant' => 'edvrogero', 'motdepasse' => '09F0213', 'numfacture' => '10F0323', 'debut' => '2010-10-18', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Bernard', 'last_name' => 'ROGERO', 'id' => '410', 'email_address' => 'sieamp@wanadoo.fr', 'identifiant' => 'edvrogero', 'motdepasse' => '09F0213', 'numfacture' => '09F0213', 'debut' => '2009-03-30', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Sabine', 'last_name' => 'ROGIER', 'id' => 'b2e104e7-27b7-a040-fae8-54f57362ac73', 'email_address' => 's.rogier@ameva.org', 'identifiant' => 'edvrogier', 'motdepasse' => '15F0141', 'numfacture' => '15F0141', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'ROLLAND', 'id' => '115', 'email_address' => 'n.rolland@ploermel.com', 'identifiant' => 'edvrolland', 'motdepasse' => '08F0037', 'numfacture' => '08F0037', 'debut' => '2008-01-29', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrolland Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'ROLLET', 'id' => '487', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvrollet', 'motdepasse' => '10F0062', 'numfacture' => '10F0062', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : edvrollet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'ROLLET', 'id' => '487', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'edvrollet', 'motdepasse' => '10F0062', 'numfacture' => '11F0104', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'ROMY', 'id' => '426', 'email_address' => 'valerie.romy@sig-ge.ch', 'identifiant' => 'edvromy', 'motdepasse' => '10F0212', 'numfacture' => '13F0257', 'debut' => '2013-05-06', 'fin' => '2014-05-06', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'ROMY', 'id' => '426', 'email_address' => 'valerie.romy@sig-ge.ch', 'identifiant' => 'edvromy', 'motdepasse' => '10F0212', 'numfacture' => '12F0282', 'debut' => '2012-05-15', 'fin' => '2013-05-15', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'ROMY', 'id' => '426', 'email_address' => 'valerie.romy@sig-ge.ch', 'identifiant' => 'edvromy', 'motdepasse' => '10F0212', 'numfacture' => '11F0225', 'debut' => '2011-05-03', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'ROMY', 'id' => '426', 'email_address' => 'valerie.romy@sig-ge.ch', 'identifiant' => 'edvromy', 'motdepasse' => '10F0212', 'numfacture' => '10F0212', 'debut' => '2010-05-03', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '17F060', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '16F095', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '15F0113', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '14F0100', 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '13F0096', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '12F0095', 'debut' => '2012-02-15', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'ROSTAING', 'id' => '560', 'email_address' => 'c.rostaing@cocoba.fr', 'identifiant' => 'edvrostaing', 'motdepasse' => '11F0130', 'numfacture' => '11F0130', 'debut' => '2011-02-15', 'fin' => NULL, )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '20F059', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '19F082', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:24 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '18F048', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:24 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '17F086', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '16F094', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '15F0127', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '14F0080', 'debut' => '2014-02-06', 'fin' => '2015-02-06', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '13F0125', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '12F0064', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '11F0061', 'debut' => '2011-02-02', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '10F0050', 'debut' => '2010-02-02', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '09F0048', 'debut' => '2009-01-23', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Daniel', 'last_name' => 'ROUCOUS', 'id' => '91', 'email_address' => 'droucous@humanite.fr', 'identifiant' => 'edvroucous', 'motdepasse' => '08F0015', 'numfacture' => '08F0015', 'debut' => '2008-01-23', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '23F002', 'debut' => '2023-01-19', 'fin' => '2024-01-19', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '22F026', 'debut' => '2022-01-28', 'fin' => '2023-01-28', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '20F269', 'debut' => '2020-10-22', 'fin' => '2021-10-22', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '19F182', 'debut' => '2019-07-08', 'fin' => '2020-07-08', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '18F272', 'debut' => '2018-07-23', 'fin' => '2019-07-23', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '17F327', 'debut' => '2017-09-15', 'fin' => '2018-09-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '16F312', 'debut' => '2016-07-20', 'fin' => '2017-07-20', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Benjamin', 'last_name' => 'ROUGERON', 'id' => '8e5d7d1f-001b-73a1-a052-55925240f2c3', 'email_address' => NULL, 'identifiant' => 'edvrougeron', 'motdepasse' => '15F0333', 'numfacture' => '15F0333', 'debut' => '2015-06-30', 'fin' => '2016-06-30', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'ROULAND', 'id' => 'd2023e81-08bf-0b8e-c9b2-5088f934b3cf', 'email_address' => 'administration@siaepfr.fr', 'identifiant' => 'edvrouland', 'motdepasse' => '12F0452', 'numfacture' => '13F0396', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'ROULAND', 'id' => 'd2023e81-08bf-0b8e-c9b2-5088f934b3cf', 'email_address' => 'administration@siaepfr.fr', 'identifiant' => 'edvrouland', 'motdepasse' => '12F0452', 'numfacture' => '12F0452', 'debut' => '2012-10-25', 'fin' => '2013-10-25', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'SYNDICAT D\'AMENAGEMENT DU ROUMOIS', 'id' => '482', 'email_address' => 'roumois@roumois.fr', 'identifiant' => 'edvroumois', 'motdepasse' => '10F0028', 'numfacture' => '12F0028', 'debut' => '2012-01-18', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvroumois Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'SYNDICAT D\'AMENAGEMENT DU ROUMOIS', 'id' => '482', 'email_address' => 'roumois@roumois.fr', 'identifiant' => 'edvroumois', 'motdepasse' => '10F0028', 'numfacture' => '11F0022', 'debut' => '2011-01-18', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'SYNDICAT D\'AMENAGEMENT DU ROUMOIS', 'id' => '482', 'email_address' => 'roumois@roumois.fr', 'identifiant' => 'edvroumois', 'motdepasse' => '10F0028', 'numfacture' => '10F0028', 'debut' => '2010-01-18', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'ROUSSEL', 'id' => '748bc0b8-d729-d7c9-1285-616442f747d9', 'email_address' => 'pierre.roussel@martaud.fr', 'identifiant' => 'edvroussel', 'motdepasse' => 'edvpierre', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '20F299', 'debut' => '2020-11-19', 'fin' => '2021-11-24', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '19F312', 'debut' => '2019-11-13', 'fin' => '2020-11-13', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '18F326', 'debut' => '2018-10-17', 'fin' => '2019-10-17', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '17F351', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '16F362', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '15F0419', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '14F0454', 'debut' => '2014-10-07', 'fin' => '2015-10-07', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '13F0412', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '12F0426', 'debut' => '2012-10-09', 'fin' => '2013-10-09', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laure', 'last_name' => 'ROUSSEL', 'id' => '598', 'email_address' => 'eau@lorgues.fr', 'identifiant' => 'edvroussel', 'motdepasse' => '11F0447', 'numfacture' => '11F0447', 'debut' => '2011-10-18', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'ROY', 'id' => 'a52f9af5-2f7c-d26c-af44-616403b0ae11', 'email_address' => 'Laurent.roy@eaurmc.fr', 'identifiant' => 'edvroy', 'motdepasse' => 'edvlaurent', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Sterenn', 'last_name' => 'ROYANT', 'id' => '367', 'email_address' => 'sterenn.royant@nantesmetropole.fr', 'identifiant' => 'edvroyant', 'motdepasse' => '21F264', 'numfacture' => '23F011', 'debut' => '2023-01-24', 'fin' => '2024-01-24', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Sterenn', 'last_name' => 'ROYANT', 'id' => '367', 'email_address' => 'sterenn.royant@nantesmetropole.fr', 'identifiant' => 'edvroyant', 'motdepasse' => '21F264', 'numfacture' => '21F264', 'debut' => '2021-12-16', 'fin' => '2022-12-16', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'RUBEGUE', 'id' => '153', 'email_address' => 'nathalie.riviere@cg974.fr', 'identifiant' => 'edvrubegue', 'motdepasse' => '11F0445', 'numfacture' => '14F0411', 'debut' => '2014-09-02', 'fin' => '2015-09-02', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'RUBEGUE', 'id' => '153', 'email_address' => 'nathalie.riviere@cg974.fr', 'identifiant' => 'edvrubegue', 'motdepasse' => '11F0445', 'numfacture' => '13F0384', 'debut' => '2013-09-09', 'fin' => '2014-09-09', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'RUBEGUE', 'id' => '153', 'email_address' => 'nathalie.riviere@cg974.fr', 'identifiant' => 'edvrubegue', 'motdepasse' => '11F0445', 'numfacture' => '12F0374', 'debut' => '2012-07-20', 'fin' => '2013-07-20', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'RUBEGUE', 'id' => '153', 'email_address' => 'nathalie.riviere@cg974.fr', 'identifiant' => 'edvrubegue', 'motdepasse' => '11F0445', 'numfacture' => '11F0445', 'debut' => '2011-10-11', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvsafege92', 'motdepasse' => '11F0046', 'numfacture' => '15F0020', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvsafege92', 'motdepasse' => '11F0046', 'numfacture' => '14F0054', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvsafege92', 'motdepasse' => '11F0046', 'numfacture' => '13F0020', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvsafege92', 'motdepasse' => '11F0046', 'numfacture' => '12F0082', 'debut' => '2012-01-24', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Laurine', 'last_name' => 'WIBAUX', 'id' => '100', 'email_address' => 'laurine.wibaux@safege.fr', 'identifiant' => 'edvsafege92', 'motdepasse' => '11F0046', 'numfacture' => '11F0046', 'debut' => '2011-01-24', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amélie', 'last_name' => 'SAHUC', 'id' => '377', 'email_address' => 'sahuc.symasol@orange.fr', 'identifiant' => 'edvsahuc', 'motdepasse' => '09F0080', 'numfacture' => '09F0080', 'debut' => '2009-02-05', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsahuc Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Arnault', 'last_name' => 'SAINT LOUIS AUGUSTIN', 'id' => 'a8eff9dd-493e-44eb-3060-53d75af55686', 'email_address' => 'arnault.saint-louis-augustin@groupe-cogit.fr', 'identifiant' => 'edvsaintlouisaugustin', 'motdepasse' => '14F0410', 'numfacture' => '18F267', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Arnault', 'last_name' => 'SAINT LOUIS AUGUSTIN', 'id' => 'a8eff9dd-493e-44eb-3060-53d75af55686', 'email_address' => 'arnault.saint-louis-augustin@groupe-cogit.fr', 'identifiant' => 'edvsaintlouisaugustin', 'motdepasse' => '14F0410', 'numfacture' => '17F286', 'debut' => '2017-07-11', 'fin' => '2018-07-11', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Arnault', 'last_name' => 'SAINT LOUIS AUGUSTIN', 'id' => 'a8eff9dd-493e-44eb-3060-53d75af55686', 'email_address' => 'arnault.saint-louis-augustin@groupe-cogit.fr', 'identifiant' => 'edvsaintlouisaugustin', 'motdepasse' => '14F0410', 'numfacture' => '16F322', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Arnault', 'last_name' => 'SAINT LOUIS AUGUSTIN', 'id' => 'a8eff9dd-493e-44eb-3060-53d75af55686', 'email_address' => 'arnault.saint-louis-augustin@groupe-cogit.fr', 'identifiant' => 'edvsaintlouisaugustin', 'motdepasse' => '14F0410', 'numfacture' => '15F0341', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Arnault', 'last_name' => 'SAINT LOUIS AUGUSTIN', 'id' => 'a8eff9dd-493e-44eb-3060-53d75af55686', 'email_address' => 'arnault.saint-louis-augustin@groupe-cogit.fr', 'identifiant' => 'edvsaintlouisaugustin', 'motdepasse' => '14F0410', 'numfacture' => '14F0410', 'debut' => '2014-07-29', 'fin' => '2015-07-29', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '16F0009', 'numfacture' => '20F006', 'debut' => '2020-01-14', 'fin' => '2021-01-14', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '16F0009', 'numfacture' => '19F007', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '16F0009', 'numfacture' => '18F004', 'debut' => '2018-01-15', 'fin' => '2019-01-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '16F0009', 'numfacture' => '17F002', 'debut' => '2017-01-26', 'fin' => '2018-01-26', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '16F0009', 'numfacture' => '16F0009', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '08F0208', 'numfacture' => NULL, 'debut' => '2013-05-17', 'fin' => '2014-05-17', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '08F0208', 'numfacture' => '10F0224', 'debut' => '2010-05-21', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '08F0208', 'numfacture' => '09F0314', 'debut' => '2009-05-25', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marilyne', 'last_name' => 'SALAMONE', 'id' => '233', 'email_address' => 'marilyne.salamone@canal-de-provence.com', 'identifiant' => 'edvsalamone', 'motdepasse' => '08F0208', 'numfacture' => '08F0208', 'debut' => '2008-05-19', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvsanac', 'motdepasse' => '08F0020', 'numfacture' => '', 'debut' => '2009-01-24', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsanac Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'LAGUERRE', 'id' => '97', 'email_address' => 'regieduconflent@orange.fr', 'identifiant' => 'edvsanac', 'motdepasse' => '08F0020', 'numfacture' => '08F0020', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '19F328', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '18F286', 'debut' => '2018-09-11', 'fin' => '2019-09-11', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '17F339', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '16F335', 'debut' => '2016-09-12', 'fin' => '2017-09-12', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '15F0386', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '14F0429', 'debut' => '2014-09-24', 'fin' => '2015-09-24', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '13F0390', 'debut' => '2013-10-01', 'fin' => '2014-10-01', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '12F0390', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '11F0411', 'debut' => '2011-09-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '10F0308', 'debut' => '2010-09-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Michelle', 'last_name' => 'SANCHEZ', 'id' => '449', 'email_address' => 'msanchez@tpmed.org', 'identifiant' => 'edvsanchez', 'motdepasse' => '09F4444', 'numfacture' => '', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '16F0038', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '15F0048', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '14F0036', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '13F0034', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '12F0046', 'debut' => '2012-01-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '11F0033', 'debut' => '2011-01-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '10F0015', 'debut' => '2010-01-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-Philippe', 'last_name' => 'BRANCHI', 'id' => '104', 'email_address' => 'jean-philippe.branchi@espacesud.fr', 'identifiant' => 'edvsandot', 'motdepasse' => '08F0026', 'numfacture' => '08F0026', 'debut' => '2008-01-28', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'SANDOZ', 'id' => '535', 'email_address' => 'david.sandoz@savoie.gouv.fr', 'identifiant' => 'edvsandoz', 'motdepasse' => '10F0365', 'numfacture' => '10F0365', 'debut' => '2010-11-29', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsandoz Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'SASTRE', 'id' => '467', 'email_address' => 'caroline.sastre@equipement-agriculture.gouv.fr', 'identifiant' => 'edvsastre', 'motdepasse' => '09F0470', 'numfacture' => '09F0470', 'debut' => '2009-11-20', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsastre Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvsautron', 'motdepasse' => '09F0218', 'numfacture' => '10F0184', 'debut' => '2010-04-09', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsautron Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Florence', 'last_name' => 'DESVIGNE', 'id' => '262', 'email_address' => 'florence.desvigne@veoliaeau.fr', 'identifiant' => 'edvsautron', 'motdepasse' => '09F0218', 'numfacture' => '09F0218', 'debut' => '2009-04-01', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'SAUVACE', 'id' => '382', 'email_address' => NULL, 'identifiant' => 'edvsauvace', 'motdepasse' => '09F0087', 'numfacture' => '09F0087', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsauvace Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '19F358', 'debut' => '2019-12-20', 'fin' => '2020-12-20', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '18F394', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '17F400', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '16F413', 'debut' => '2016-12-19', 'fin' => '2017-12-19', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '15F0471', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '14F0516', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Amandine', 'last_name' => 'SAUVINET', 'id' => '917af98d-8b0c-b75f-8233-52b005222dbb', 'email_address' => 'asauvinet.dev-emploi-insertion@cg87.fr', 'identifiant' => 'edvsauvinet', 'motdepasse' => '13F0522', 'numfacture' => '13F0522', 'debut' => '2013-12-17', 'fin' => '2014-12-17', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Guy', 'last_name' => 'SCATTOLINO', 'id' => '144', 'email_address' => 'infos@sergadi.fr', 'identifiant' => 'edvscattolino', 'motdepasse' => '08F0097', 'numfacture' => '08F0097', 'debut' => '2008-04-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvscattolino Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '25F002', 'debut' => '2025-01-30', 'fin' => '2026-01-30', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '23F144', 'debut' => '2023-02-14', 'fin' => '2024-01-14', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '22F125', 'debut' => '2022-05-13', 'fin' => '2023-05-13', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '21F140', 'debut' => '2021-04-01', 'fin' => '2022-04-01', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '20F168', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '19F133', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '18F115', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '17F155', 'debut' => '2017-03-27', 'fin' => '2018-03-27', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '16F141', 'debut' => '2016-03-21', 'fin' => '2017-03-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '15F0149', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => 'eauass67', 'numfacture' => '14F0219', 'debut' => '2014-03-18', 'fin' => '2015-03-18', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => '08F0380', 'numfacture' => '13F0209', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => '08F0380', 'numfacture' => '12F0248', 'debut' => '2012-04-17', 'fin' => '2013-04-17', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => '08F0380', 'numfacture' => '11F0278', 'debut' => '2011-04-21', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => '08F0380', 'numfacture' => '10F0096', 'debut' => '2010-03-01', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Aude', 'last_name' => 'GIUGE', 'id' => '315', 'email_address' => 'aude.giuge@sdea.fr', 'identifiant' => 'edvsdea67', 'motdepasse' => '08F0380', 'numfacture' => '08F0380', 'debut' => '2008-11-25', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '20F228', 'debut' => '2020-08-04', 'fin' => '2021-08-04', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '19F226', 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '18F193', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '17F215', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '16F239', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '15F0267', 'debut' => '2015-05-26', 'fin' => '2016-05-26', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '14F0479', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '13acb49c-485a-a9a6-5f8b-5188b1e84964', 'email_address' => 'jf.balland@sdeau50.fr', 'identifiant' => 'edvsdeau50', 'motdepasse' => '13F0260', 'numfacture' => '13F0260', 'debut' => '2013-05-07', 'fin' => '2014-05-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '14F0005', 'debut' => '2014-01-15', 'fin' => '2015-01-15', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '13F0065', 'debut' => '2013-02-07', 'fin' => '2014-02-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '12F0006', 'debut' => '2012-01-12', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '11F0044', 'debut' => '2011-01-12', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '09F0471', 'debut' => '2009-11-28', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '08F0389', 'debut' => '2008-11-28', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'CONSEIL GENERAL DE L\'ARDECHE', 'id' => '184', 'email_address' => 'seau@ardeche.fr', 'identifiant' => 'edvseau', 'motdepasse' => '08F0132', 'numfacture' => '08F0132', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Jean', 'last_name' => 'DELANOY', 'id' => '524', 'email_address' => 'secretariat@sivomvallon.fr', 'identifiant' => 'edvseavallon', 'motdepasse' => '10F0277', 'numfacture' => '23F148', 'debut' => '2023-02-14', 'fin' => '2024-01-14', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '23F121', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '22F049', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '21F081', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '20F063', 'debut' => '2020-02-06', 'fin' => '2021-02-06', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '19F080', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '18F050', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '17F103', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '16F0068', 'debut' => '2016-02-12', 'fin' => '2017-02-12', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'HOSPITAL', 'id' => '4bc00852-6852-5e13-2aae-54e6fca8c0c1', 'email_address' => 'contact@sepase.fr', 'identifiant' => 'edvsepase27', 'motdepasse' => '15F0139', 'numfacture' => '15F0139', 'debut' => '2015-02-20', 'fin' => '2016-02-20', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Carine', 'last_name' => 'MARIA', 'id' => '207', 'email_address' => 'carine.maria@seram-marseille.fr', 'identifiant' => 'edvseram13', 'motdepasse' => '08F0160', 'numfacture' => '08F0160', 'debut' => '2008-04-01', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvseram13 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '23F026', 'debut' => '2023-01-27', 'fin' => '2024-01-27', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '22F021', 'debut' => '2022-01-26', 'fin' => '2023-01-26', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '21F065', 'debut' => '2021-02-22', 'fin' => '2022-02-22', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '21F014', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '20F095', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '20F028', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '19F043', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '18F384', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '18F093', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '17F407', 'debut' => '2017-12-13', 'fin' => '2018-12-13', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '17F024', 'debut' => '2017-02-01', 'fin' => '2018-02-01', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '7a8405d2-4c21-2aff-a0ac-584921b72105', 'email_address' => 'siaep.estang@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '16F397', 'numfacture' => '16F397', 'debut' => '2016-12-08', 'fin' => '2017-12-08', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '16F0026', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '15F0033', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '14F0023', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '13F0045', 'debut' => '2013-01-28', 'fin' => '2014-01-28', )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '12F0052', 'debut' => '2012-01-12', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '11F0043', 'debut' => '2011-01-12', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'SEREUSE', 'id' => '472', 'email_address' => 'sideau.masseube@orange.fr', 'identifiant' => 'edvsereuse', 'motdepasse' => '09F0482', 'numfacture' => '09F0482', 'debut' => '2009-11-24', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '20F089', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '19F048', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '18F065', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '17F065', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '16F087', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '15F0124', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '14F0085', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '13F0124', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '12F0072', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '11F0071', 'debut' => '2011-02-02', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Cécile', 'last_name' => 'SERRE', 'id' => '485', 'email_address' => 'c3m.mezieres@wanadoo.fr', 'identifiant' => 'edvserre', 'motdepasse' => '10F0047', 'numfacture' => '10F0047', 'debut' => '2010-02-02', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvserviceeau', 'motdepasse' => '08F0039', 'numfacture' => '17F087', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvserviceeau', 'motdepasse' => '08F0039', 'numfacture' => '16F086', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvserviceeau', 'motdepasse' => '08F0039', 'numfacture' => '15F0132', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvserviceeau', 'motdepasse' => '08F0039', 'numfacture' => '14F0075', 'debut' => '2014-02-05', 'fin' => '2015-02-05', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Eau', 'id' => '117', 'email_address' => 'l.deloince@agglo-bourgesplus.fr', 'identifiant' => 'edvserviceeau', 'motdepasse' => '08F0039', 'numfacture' => '13F0064', 'debut' => '2013-02-07', 'fin' => '2014-02-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MAIRIE D\'ISTRES', 'id' => '19', 'email_address' => NULL, 'identifiant' => 'edvservurba', 'motdepasse' => '07F0223', 'numfacture' => '07F0223', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvservurba Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yves', 'last_name' => 'SEVIN', 'id' => '346', 'email_address' => 'yves.sevin@ville-granville.fr', 'identifiant' => 'edvsevin', 'motdepasse' => '09F0024', 'numfacture' => '09F0024', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsevin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre-Yves', 'last_name' => 'LETHEUIL', 'id' => '133', 'email_address' => 'pierre-yves.letheuil@siaap.fr', 'identifiant' => 'edvsiaap75', 'motdepasse' => '12F0156', 'numfacture' => '13F0069', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Pierre-Yves', 'last_name' => 'LETHEUIL', 'id' => '133', 'email_address' => 'pierre-yves.letheuil@siaap.fr', 'identifiant' => 'edvsiaap75', 'motdepasse' => '12F0156', 'numfacture' => '12F0156', 'debut' => '2012-02-27', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'BLANCHET', 'id' => 'cd3003fe-07b5-0094-491b-5281fa917a05', 'email_address' => 'beatrice.blanchet@siaap.fr', 'identifiant' => 'edvsiaap752', 'motdepasse' => '13F0442', 'numfacture' => '17F092', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'BLANCHET', 'id' => 'cd3003fe-07b5-0094-491b-5281fa917a05', 'email_address' => 'beatrice.blanchet@siaap.fr', 'identifiant' => 'edvsiaap752', 'motdepasse' => '13F0442', 'numfacture' => '16F076', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'BLANCHET', 'id' => 'cd3003fe-07b5-0094-491b-5281fa917a05', 'email_address' => 'beatrice.blanchet@siaap.fr', 'identifiant' => 'edvsiaap752', 'motdepasse' => '13F0442', 'numfacture' => '15F0131', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'BLANCHET', 'id' => 'cd3003fe-07b5-0094-491b-5281fa917a05', 'email_address' => 'beatrice.blanchet@siaap.fr', 'identifiant' => 'edvsiaap752', 'motdepasse' => '13F0442', 'numfacture' => '14F0076', 'debut' => '2014-02-05', 'fin' => '2015-02-05', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Béatrice', 'last_name' => 'BLANCHET', 'id' => 'cd3003fe-07b5-0094-491b-5281fa917a05', 'email_address' => 'beatrice.blanchet@siaap.fr', 'identifiant' => 'edvsiaap752', 'motdepasse' => '13F0442', 'numfacture' => '13F0442', 'debut' => '2013-11-12', 'fin' => '2014-11-12', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'TIRACHE', 'id' => '81a91a0a-e47b-b608-90e5-58511c6e41b4', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvsiadebp62', 'motdepasse' => '16F403', 'numfacture' => '21F021', 'debut' => '2021-01-21', 'fin' => '2022-01-21', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'TIRACHE', 'id' => '81a91a0a-e47b-b608-90e5-58511c6e41b4', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvsiadebp62', 'motdepasse' => '16F403', 'numfacture' => '20F027', 'debut' => '2020-01-17', 'fin' => '2021-01-17', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'TIRACHE', 'id' => '81a91a0a-e47b-b608-90e5-58511c6e41b4', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvsiadebp62', 'motdepasse' => '16F403', 'numfacture' => '18F385', 'debut' => '2018-12-13', 'fin' => '2019-12-13', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'TIRACHE', 'id' => '81a91a0a-e47b-b608-90e5-58511c6e41b4', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvsiadebp62', 'motdepasse' => '16F403', 'numfacture' => '17F405', 'debut' => '2017-12-13', 'fin' => '2018-12-13', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'TIRACHE', 'id' => '81a91a0a-e47b-b608-90e5-58511c6e41b4', 'email_address' => 'direction@siadebp.fr', 'identifiant' => 'edvsiadebp62', 'motdepasse' => '16F403', 'numfacture' => '16F403', 'debut' => '2016-12-14', 'fin' => '2017-12-14', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'MARANDEAU', 'id' => 'b4f40b69-2612-5319-b00b-52d946c35897', 'email_address' => 'yannick.marandeau@mairie-montoire.fr', 'identifiant' => 'edvsiaepa41', 'motdepasse' => '14F0013', 'numfacture' => '19F056', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'MARANDEAU', 'id' => 'b4f40b69-2612-5319-b00b-52d946c35897', 'email_address' => 'yannick.marandeau@mairie-montoire.fr', 'identifiant' => 'edvsiaepa41', 'motdepasse' => '14F0013', 'numfacture' => '18F077', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'MARANDEAU', 'id' => 'b4f40b69-2612-5319-b00b-52d946c35897', 'email_address' => 'yannick.marandeau@mairie-montoire.fr', 'identifiant' => 'edvsiaepa41', 'motdepasse' => '14F0013', 'numfacture' => '17F043', 'debut' => '2017-02-15', 'fin' => '2018-02-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'MARANDEAU', 'id' => 'b4f40b69-2612-5319-b00b-52d946c35897', 'email_address' => 'yannick.marandeau@mairie-montoire.fr', 'identifiant' => 'edvsiaepa41', 'motdepasse' => '14F0013', 'numfacture' => '16F0016', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'MARANDEAU', 'id' => 'b4f40b69-2612-5319-b00b-52d946c35897', 'email_address' => 'yannick.marandeau@mairie-montoire.fr', 'identifiant' => 'edvsiaepa41', 'motdepasse' => '14F0013', 'numfacture' => '15F0058', 'debut' => '2015-01-22', 'fin' => '2016-01-22', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'MARANDEAU', 'id' => 'b4f40b69-2612-5319-b00b-52d946c35897', 'email_address' => 'yannick.marandeau@mairie-montoire.fr', 'identifiant' => 'edvsiaepa41', 'motdepasse' => '14F0013', 'numfacture' => '14F0013', 'debut' => '2014-01-17', 'fin' => '2015-01-17', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '21F080', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '20F071', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '19F061', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '18F070', 'debut' => '2018-02-15', 'fin' => '2019-02-15', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '17F054', 'debut' => '2017-02-20', 'fin' => '2018-02-20', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '16F123', 'debut' => '2016-02-25', 'fin' => '2017-02-25', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '15F0191', 'debut' => '2015-03-12', 'fin' => '2016-03-12', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '12F0398', 'debut' => '2012-09-11', 'fin' => '2013-09-11', )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Johan', 'last_name' => 'DENYS', 'id' => '597', 'email_address' => 'jdenys@ville-poissy.fr', 'identifiant' => 'edvsiarh78', 'motdepasse' => '11F0430', 'numfacture' => '11F0430', 'debut' => '2011-09-15', 'fin' => NULL, )) 2025-03-23 00:45:25 : deja traité on continue 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Marie-Claude', 'last_name' => 'TAVERNIER', 'id' => '355', 'email_address' => 'sia@cc-paysdetarare.fr', 'identifiant' => 'edvsiatarare', 'motdepasse' => '09F0063', 'numfacture' => '09F0063', 'debut' => '2009-01-27', 'fin' => NULL, )) 2025-03-23 00:45:25 : edvsiatarare Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:25 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvsiav59', 'motdepasse' => '10F0095', 'numfacture' => '14F0052', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvsiav59', 'motdepasse' => '10F0095', 'numfacture' => '13F002', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvsiav59', 'motdepasse' => '10F0095', 'numfacture' => '12F0092', 'debut' => '2012-03-01', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvsiav59', 'motdepasse' => '10F0095', 'numfacture' => '11F0144', 'debut' => '2011-03-01', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nicolas', 'last_name' => 'DEVAUX', 'id' => '120', 'email_address' => 'nicolas.devaux@siav.fr', 'identifiant' => 'edvsiav59', 'motdepasse' => '10F0095', 'numfacture' => '10F0095', 'debut' => '2010-03-01', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'LEDUC', 'id' => '43db39ab-8ad6-2dd3-c4a3-537c765b6e89', 'email_address' => 'pierre.leduc@lodeve.com', 'identifiant' => 'edvsiel34', 'motdepasse' => '14F0296', 'numfacture' => '15F0273', 'debut' => '2015-05-27', 'fin' => '2016-05-27', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'LEDUC', 'id' => '43db39ab-8ad6-2dd3-c4a3-537c765b6e89', 'email_address' => 'pierre.leduc@lodeve.com', 'identifiant' => 'edvsiel34', 'motdepasse' => '14F0296', 'numfacture' => '14F0296', 'debut' => '2014-05-21', 'fin' => '2015-05-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '16F156', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '15F0167', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '14F0200', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '13F0138', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '12F0193', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '11F0187', 'debut' => '2011-03-29', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'SILVESTRE', 'id' => '500', 'email_address' => 'f.silvestre@leshouches.fr', 'identifiant' => 'edvsilvestre', 'motdepasse' => '10F0156', 'numfacture' => '10F0156', 'debut' => '2010-03-29', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Benoît', 'last_name' => 'SIMON', 'id' => 'c2af9ba1-3dfd-6314-1d70-6164440c9d3b', 'email_address' => 'hello@asso4d.org', 'identifiant' => 'edvsimon', 'motdepasse' => 'edvbenoit', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'SINQUIN', 'id' => '78592b23-1bb8-c6fe-cf0b-546b1a4c7451', 'email_address' => 'isinquin@agglo-lorient.fr', 'identifiant' => 'edvsinquin', 'motdepasse' => '14F0506', 'numfacture' => '16F394', 'debut' => '2016-11-28', 'fin' => '2017-11-28', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'SINQUIN', 'id' => '78592b23-1bb8-c6fe-cf0b-546b1a4c7451', 'email_address' => 'isinquin@agglo-lorient.fr', 'identifiant' => 'edvsinquin', 'motdepasse' => '14F0506', 'numfacture' => '15F0432', 'debut' => '2015-11-04', 'fin' => '2016-11-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Isabelle', 'last_name' => 'SINQUIN', 'id' => '78592b23-1bb8-c6fe-cf0b-546b1a4c7451', 'email_address' => 'isinquin@agglo-lorient.fr', 'identifiant' => 'edvsinquin', 'motdepasse' => '14F0506', 'numfacture' => '14F0506', 'debut' => '2014-11-18', 'fin' => '2015-11-18', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '17F100', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '16F079', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '15F0128', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '14F0081', 'debut' => '2014-02-06', 'fin' => '2015-02-06', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '13F0121', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '12F0105', 'debut' => '2012-02-02', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '11F0098', 'debut' => '2011-02-02', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '10F0048', 'debut' => '2010-02-02', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'TONDEUR', 'id' => '352', 'email_address' => 'assainissement.site@wanadoo.fr', 'identifiant' => 'edvsite14', 'motdepasse' => '09F0031', 'numfacture' => '09F0031', 'debut' => '2009-01-20', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '23F094', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '22F110', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '21F105', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '20F126', 'debut' => '2020-03-04', 'fin' => '2021-03-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '19F148', 'debut' => '2019-03-26', 'fin' => '2020-03-26', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '18F104', 'debut' => '2018-03-27', 'fin' => '2019-03-27', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '17F166', 'debut' => '2017-03-28', 'fin' => '2018-03-28', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '16F131', 'debut' => '2016-03-14', 'fin' => '2017-03-14', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '15F0146', 'debut' => '2015-03-03', 'fin' => '2016-03-03', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christine', 'last_name' => 'FARAGONI', 'id' => '56b6f16e-fa3d-8b5f-c304-5333e7149c05', 'email_address' => 'christine.faragoni@sivomduranceluberon.info', 'identifiant' => 'edvsivom84', 'motdepasse' => '14F0238', 'numfacture' => '14F0286', 'debut' => '2014-03-27', 'fin' => '2015-03-27', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvsivso91', 'motdepasse' => '10F0142', 'numfacture' => '14F0186', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvsivso91', 'motdepasse' => '10F0142', 'numfacture' => '13F0150', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvsivso91', 'motdepasse' => '10F0142', 'numfacture' => '12F0206', 'debut' => '2012-03-22', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvsivso91', 'motdepasse' => '10F0142', 'numfacture' => '11F0191', 'debut' => '2011-03-22', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laëtitia', 'last_name' => 'GAY', 'id' => '138', 'email_address' => 'ellenita.foucher@sivso.net', 'identifiant' => 'edvsivso91', 'motdepasse' => '10F0142', 'numfacture' => '10F0142', 'debut' => '2010-03-22', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '23F059', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '22F177', 'debut' => '2022-11-25', 'fin' => '2023-11-25', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '21F217', 'debut' => '2021-09-28', 'fin' => '2022-09-28', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '20F218', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '18F194', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '17F221', 'debut' => '2017-05-09', 'fin' => '2018-05-09', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '16F242', 'debut' => '2016-05-26', 'fin' => '2017-05-26', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '15F0260', 'debut' => '2015-05-21', 'fin' => '2016-05-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '14F0313', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '13F0266', 'debut' => '2013-05-07', 'fin' => '2014-05-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '12F0273', 'debut' => '2012-05-14', 'fin' => '2013-05-14', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '11F0289', 'debut' => '2011-05-21', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '10F0221', 'debut' => '2010-05-21', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '09F0295', 'debut' => '2009-05-25', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'PRUNET', 'id' => '218', 'email_address' => 'sivudelapray@wanadoo.fr', 'identifiant' => 'edvsivu', 'motdepasse' => '08F0191', 'numfacture' => '08F0191', 'debut' => '2008-05-05', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '17F099', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '16F083', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '15F0114', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '14F0234', 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '13F0100', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '12F0147', 'debut' => '2012-02-10', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '11F0118', 'debut' => '2011-02-10', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-François', 'last_name' => 'BALLAND', 'id' => '148', 'email_address' => 'jf.balland@smaepbaiebocage.fr', 'identifiant' => 'edvsmaep50', 'motdepasse' => '10F0079', 'numfacture' => '10F0079', 'debut' => '2010-02-10', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'CARS', 'id' => '435', 'email_address' => 'agnes.cars@haute-bourbre.fr', 'identifiant' => 'edvsmeahb', 'motdepasse' => '09F0305', 'numfacture' => '09F0305', 'debut' => '2009-05-25', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvsmeahb Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Karine', 'last_name' => 'CARON', 'id' => '199', 'email_address' => 'kcaron@saur.fr', 'identifiant' => 'edvsoccol', 'motdepasse' => '12F0278', 'numfacture' => '12F0278', 'debut' => '2012-05-15', 'fin' => '2013-05-15', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '20F090', 'debut' => '2020-02-10', 'fin' => '2021-02-10', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '19F038', 'debut' => '2019-02-07', 'fin' => '2020-02-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '18F087', 'debut' => '2018-02-20', 'fin' => '2019-02-20', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '17F026', 'debut' => '2017-02-01', 'fin' => '2018-02-01', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '16F0031', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '15F0027', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '14F0051', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '13F0015', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '12F0055', 'debut' => '2012-01-25', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'SOLLIEC', 'id' => '540', 'email_address' => 'laurent.solliec@nivus.com', 'identifiant' => 'edvsolliec', 'motdepasse' => '11F0050', 'numfacture' => '11F0050', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Sterenn', 'last_name' => 'OLLIVRO', 'id' => '566', 'email_address' => 'sollivro@ville-rennes.fr', 'identifiant' => 'edvsollivro', 'motdepasse' => '11F0148', 'numfacture' => '13F0497', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Sterenn', 'last_name' => 'OLLIVRO', 'id' => '566', 'email_address' => 'sollivro@ville-rennes.fr', 'identifiant' => 'edvsollivro', 'motdepasse' => '11F0148', 'numfacture' => '12F0496', 'debut' => '2012-12-03', 'fin' => '2013-12-03', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Sterenn', 'last_name' => 'OLLIVRO', 'id' => '566', 'email_address' => 'sollivro@ville-rennes.fr', 'identifiant' => 'edvsollivro', 'motdepasse' => '11F0148', 'numfacture' => '12F0004', 'debut' => '2012-02-21', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Sterenn', 'last_name' => 'OLLIVRO', 'id' => '566', 'email_address' => 'sollivro@ville-rennes.fr', 'identifiant' => 'edvsollivro', 'motdepasse' => '11F0148', 'numfacture' => '11F0148', 'debut' => '2011-02-21', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Noël', 'last_name' => 'MANGIN', 'id' => '329', 'email_address' => 'sivom.rga.nmangin@wanadoo.fr', 'identifiant' => 'edvsoteau', 'motdepasse' => '09F0510', 'numfacture' => '09F0510', 'debut' => '2009-12-10', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvsoteau Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'DELVERT', 'id' => '194', 'email_address' => 'l.delvert@gave-baise.fr', 'identifiant' => 'edvsoudar', 'motdepasse' => '09F0150', 'numfacture' => '09F0150', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvsoudar Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '23F137', 'debut' => '2023-02-10', 'fin' => '2024-02-10', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '22F053', 'debut' => '2022-03-07', 'fin' => '2023-03-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '21F099', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '20F058', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '19F096', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '18F036', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '17F093', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '16F072', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Eliane', 'last_name' => 'SOUILLET', 'id' => '1b4ad915-03ab-8172-c947-54e48ade1392', 'email_address' => 'siepc@siepc.org', 'identifiant' => 'edvsouillet', 'motdepasse' => '15F113', 'numfacture' => '15F0135', 'debut' => '2015-02-18', 'fin' => '2016-02-18', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'SOULARD', 'id' => '6ca03234-d2bc-d81d-ef74-5f199782c6f9', 'email_address' => 'v.soulard@tours-metropole.fr', 'identifiant' => 'edvsoulard', 'motdepasse' => '20F175', 'numfacture' => '23F075', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'SOULARD', 'id' => '6ca03234-d2bc-d81d-ef74-5f199782c6f9', 'email_address' => 'v.soulard@tours-metropole.fr', 'identifiant' => 'edvsoulard', 'motdepasse' => '20F175', 'numfacture' => '22F135', 'debut' => '2022-07-19', 'fin' => '2023-07-19', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'SOULARD', 'id' => '6ca03234-d2bc-d81d-ef74-5f199782c6f9', 'email_address' => 'v.soulard@tours-metropole.fr', 'identifiant' => 'edvsoulard', 'motdepasse' => '20F175', 'numfacture' => '21F158', 'debut' => '2021-07-27', 'fin' => '2022-06-29', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'SOULARD', 'id' => '6ca03234-d2bc-d81d-ef74-5f199782c6f9', 'email_address' => 'v.soulard@tours-metropole.fr', 'identifiant' => 'edvsoulard', 'motdepasse' => '20F175', 'numfacture' => '20F175', 'debut' => '2020-07-23', 'fin' => '2021-07-23', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'DROZD', 'id' => '76912070-c305-f317-62f5-577cba9510a3', 'email_address' => 'cdrozd@mel-sourceo.fr', 'identifiant' => 'edvsourceo', 'motdepasse' => '16F293', 'numfacture' => '18F252', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'DROZD', 'id' => '76912070-c305-f317-62f5-577cba9510a3', 'email_address' => 'cdrozd@mel-sourceo.fr', 'identifiant' => 'edvsourceo', 'motdepasse' => '16F293', 'numfacture' => '17F310', 'debut' => '2017-07-20', 'fin' => '2018-07-20', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Christophe', 'last_name' => 'DROZD', 'id' => '76912070-c305-f317-62f5-577cba9510a3', 'email_address' => 'cdrozd@mel-sourceo.fr', 'identifiant' => 'edvsourceo', 'motdepasse' => '16F293', 'numfacture' => '16F293', 'debut' => '2016-07-06', 'fin' => '2017-07-06', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '20F145', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '19F128', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '18F128', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '17F148', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '16F152', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '15F0162', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '14F0196', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '13F0155', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '12F0133', 'debut' => '2012-03-20', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '11F0138', 'debut' => '2011-03-20', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '10F0111', 'debut' => '2010-03-20', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'SOYER', 'id' => '404', 'email_address' => 'soyer.didier@cg61.fr', 'identifiant' => 'edvsoyer', 'motdepasse' => '09F0183', 'numfacture' => '09F0183', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'MAES', 'id' => '534', 'email_address' => 'sophie.braquet010@syndicats-ballay.fr', 'identifiant' => 'edvsse08', 'motdepasse' => '10F0359', 'numfacture' => '10F0359', 'debut' => '2010-11-22', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvsse08 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvsteinberg', 'motdepasse' => '11F0146', 'numfacture' => '15F0099', 'debut' => '2015-02-09', 'fin' => '2016-02-09', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvsteinberg', 'motdepasse' => '11F0146', 'numfacture' => '14F0134', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvsteinberg', 'motdepasse' => '11F0146', 'numfacture' => '13F0084', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvsteinberg', 'motdepasse' => '11F0146', 'numfacture' => '12F0137', 'debut' => '2012-02-21', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Claudine', 'last_name' => 'STEINBERG', 'id' => '80', 'email_address' => 'c.steinberg@amiens-metropole.com', 'identifiant' => 'edvsteinberg', 'motdepasse' => '11F0146', 'numfacture' => '11F0146', 'debut' => '2011-02-21', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'VAUCHIER', 'id' => '562', 'email_address' => 'michel.vauchier@stgs.fr', 'identifiant' => 'edvstgs50', 'motdepasse' => '11F0135', 'numfacture' => NULL, 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'VAUCHIER', 'id' => '562', 'email_address' => 'michel.vauchier@stgs.fr', 'identifiant' => 'edvstgs50', 'motdepasse' => '11F0135', 'numfacture' => '13F0093', 'debut' => '2013-02-18', 'fin' => '2014-02-18', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'VAUCHIER', 'id' => '562', 'email_address' => 'michel.vauchier@stgs.fr', 'identifiant' => 'edvstgs50', 'motdepasse' => '11F0135', 'numfacture' => '', 'debut' => '2012-02-16', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'VAUCHIER', 'id' => '562', 'email_address' => 'michel.vauchier@stgs.fr', 'identifiant' => 'edvstgs50', 'motdepasse' => '11F0135', 'numfacture' => '11F0135', 'debut' => '2011-02-16', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '23F088', 'debut' => '2023-02-06', 'fin' => '2024-02-06', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '22F101', 'debut' => '2022-03-22', 'fin' => '2023-03-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '21F120', 'debut' => '2021-03-17', 'fin' => '2022-03-17', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '20F146', 'debut' => '2020-03-13', 'fin' => '2021-03-13', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '19F132', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '18F133', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nathalie', 'last_name' => 'GUESDON', 'id' => '4f020a1c-af90-106e-888d-5315ad366651', 'email_address' => 'n.guesdon@syage.org', 'identifiant' => 'edvsyage91', 'motdepasse' => '17F130', 'numfacture' => '17F130', 'debut' => '2017-03-21', 'fin' => '2018-03-21', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '18F393', 'debut' => '2018-12-17', 'fin' => '2019-12-17', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '17F388', 'debut' => '2017-12-12', 'fin' => '2018-12-12', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '16F424', 'debut' => '2016-12-22', 'fin' => '2017-12-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '15F0475', 'debut' => '2015-12-10', 'fin' => '2016-12-10', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '14F0534', 'debut' => '2014-12-08', 'fin' => '2015-12-08', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '13F0493', 'debut' => '2013-12-04', 'fin' => '2014-12-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '12F0511', 'debut' => '2012-12-12', 'fin' => '2013-12-12', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '11F0503', 'debut' => '2011-12-09', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clémence', 'last_name' => 'LELONG', 'id' => '276', 'email_address' => 'clemence.lelong@sydec40.fr', 'identifiant' => 'edvsydec40', 'motdepasse' => '10F0384', 'numfacture' => '10F0384', 'debut' => '2010-12-09', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'GRENOBLE ALPES METROPOLE', 'id' => '227', 'email_address' => 'demandoc@lametro.fr', 'identifiant' => 'edvtahouati', 'motdepasse' => '08F0202', 'numfacture' => '08F0202', 'debut' => '2008-05-15', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvtahouati Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Marie-Jeanne', 'last_name' => 'TALAZAC', 'id' => '16', 'email_address' => 'dd65-sante-environnement@sante.gouv.fr', 'identifiant' => 'edvtalazac', 'motdepasse' => '07F0173', 'numfacture' => '07F0173', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvtalazac Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '15F0171', 'debut' => '2015-03-05', 'fin' => '2016-03-05', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '14F0177', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '13F0177', 'debut' => '2013-03-13', 'fin' => '2014-03-13', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '12F0122', 'debut' => '2012-03-11', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '11F0089', 'debut' => '2011-03-11', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '10F0107', 'debut' => '2010-03-11', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '09F0154', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Ludovic', 'last_name' => 'TATU', 'id' => '137', 'email_address' => 'l.tatu@mairielescarroz.com', 'identifiant' => 'edvtatu', 'motdepasse' => '08F0086', 'numfacture' => '08F0086', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Marie-Claude', 'last_name' => 'TAVERNIER', 'id' => '355', 'email_address' => 'sia@cc-paysdetarare.fr', 'identifiant' => 'edvtavernier', 'motdepasse' => '11F0056', 'numfacture' => '13F0511', 'debut' => '2013-12-10', 'fin' => '2014-12-10', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Marie-Claude', 'last_name' => 'TAVERNIER', 'id' => '355', 'email_address' => 'sia@cc-paysdetarare.fr', 'identifiant' => 'edvtavernier', 'motdepasse' => '11F0056', 'numfacture' => '12F0499', 'debut' => '2012-12-04', 'fin' => '2013-12-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Marie-Claude', 'last_name' => 'TAVERNIER', 'id' => '355', 'email_address' => 'sia@cc-paysdetarare.fr', 'identifiant' => 'edvtavernier', 'motdepasse' => '11F0056', 'numfacture' => '12F0061', 'debut' => '2012-01-25', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Marie-Claude', 'last_name' => 'TAVERNIER', 'id' => '355', 'email_address' => 'sia@cc-paysdetarare.fr', 'identifiant' => 'edvtavernier', 'motdepasse' => '11F0056', 'numfacture' => '11F0056', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'TEISSIER', 'id' => 'df0aeb13-159f-f384-5c1c-5a2e4f4ccfc0', 'email_address' => 'didier.teissier@lozere.gouv.fr', 'identifiant' => 'edvteissier', 'motdepasse' => '17F383', 'numfacture' => '23F003', 'debut' => '2023-01-23', 'fin' => '2024-01-23', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'TEISSIER', 'id' => 'df0aeb13-159f-f384-5c1c-5a2e4f4ccfc0', 'email_address' => 'didier.teissier@lozere.gouv.fr', 'identifiant' => 'edvteissier', 'motdepasse' => '17F383', 'numfacture' => '22F005', 'debut' => '2022-01-18', 'fin' => '2023-01-18', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'TEISSIER', 'id' => 'df0aeb13-159f-f384-5c1c-5a2e4f4ccfc0', 'email_address' => 'didier.teissier@lozere.gouv.fr', 'identifiant' => 'edvteissier', 'motdepasse' => '17F383', 'numfacture' => '20F319', 'debut' => '2020-12-01', 'fin' => '2021-12-01', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'TEISSIER', 'id' => 'df0aeb13-159f-f384-5c1c-5a2e4f4ccfc0', 'email_address' => 'didier.teissier@lozere.gouv.fr', 'identifiant' => 'edvteissier', 'motdepasse' => '17F383', 'numfacture' => '19F359', 'debut' => '2019-12-19', 'fin' => '2020-12-19', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'TEISSIER', 'id' => 'df0aeb13-159f-f384-5c1c-5a2e4f4ccfc0', 'email_address' => 'didier.teissier@lozere.gouv.fr', 'identifiant' => 'edvteissier', 'motdepasse' => '17F383', 'numfacture' => '19F004', 'debut' => '2019-01-31', 'fin' => '2020-01-31', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Didier', 'last_name' => 'TEISSIER', 'id' => 'df0aeb13-159f-f384-5c1c-5a2e4f4ccfc0', 'email_address' => 'didier.teissier@lozere.gouv.fr', 'identifiant' => 'edvteissier', 'motdepasse' => '17F383', 'numfacture' => '17F383', 'debut' => '2017-12-11', 'fin' => '2018-12-11', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'TERGNY', 'id' => '531', 'email_address' => 'ccc51@wanadoo.fr', 'identifiant' => 'edvtergny', 'motdepasse' => '10F0313', 'numfacture' => '12F0394', 'debut' => '2012-09-10', 'fin' => '2013-09-10', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'TERGNY', 'id' => '531', 'email_address' => 'ccc51@wanadoo.fr', 'identifiant' => 'edvtergny', 'motdepasse' => '10F0313', 'numfacture' => '11F0424', 'debut' => '2011-09-23', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'TERGNY', 'id' => '531', 'email_address' => 'ccc51@wanadoo.fr', 'identifiant' => 'edvtergny', 'motdepasse' => '10F0313', 'numfacture' => '10F0313', 'debut' => '2010-09-23', 'fin' => NULL, )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Clotilde', 'last_name' => 'TERRIBLE', 'id' => 'd7d12be4-fe70-a369-2ac6-61644b89187c', 'email_address' => 'clotilde.terrible@cerclefrancaisdeleau.fr', 'identifiant' => 'edvterrible', 'motdepasse' => 'edvclotilde', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Philippe', 'last_name' => 'TERROUX', 'id' => '151', 'email_address' => 'philippe.terroux@poledeseaux.fr', 'identifiant' => 'edvterroux', 'motdepasse' => '08F0107', 'numfacture' => '08F0107', 'debut' => '2008-02-29', 'fin' => NULL, )) 2025-03-23 00:45:26 : edvterroux Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '23F139', 'debut' => '2023-02-10', 'fin' => '2024-02-10', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '22F047', 'debut' => '2022-03-04', 'fin' => '2023-03-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '21F077', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '20F072', 'debut' => '2020-02-07', 'fin' => '2021-02-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '19F066', 'debut' => '2019-02-12', 'fin' => '2020-02-12', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '18F049', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '17F073', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '16F111', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '15F0081', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '14F0145', 'debut' => '2014-02-17', 'fin' => '2015-02-17', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Nadine', 'last_name' => 'THENARD', 'id' => '6534cd89-f9e7-b9f9-bd18-51135fd4e28c', 'email_address' => 'stae89@orange.fr', 'identifiant' => 'edvthenard', 'motdepasse' => '13F0063', 'numfacture' => '13F0063', 'debut' => '2013-02-07', 'fin' => '2014-02-07', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '21F197', 'debut' => '2021-09-21', 'fin' => '2022-09-21', )) 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '20F219', 'debut' => '2020-08-03', 'fin' => '2021-08-03', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '18F183', 'debut' => '2018-05-24', 'fin' => '2019-05-24', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '17F232', 'debut' => '2017-05-10', 'fin' => '2018-05-10', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '16F227', 'debut' => '2016-05-03', 'fin' => '2017-05-03', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '15F0269', 'debut' => '2015-05-27', 'fin' => '2016-05-27', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Jean-Michel', 'last_name' => 'THIEBAUT', 'id' => '3ef64286-eb2c-bcb0-90b8-537daec4f811', 'email_address' => 'direction@omnisconseil.fr', 'identifiant' => 'edvthiebaut', 'motdepasse' => '14F0303', 'numfacture' => '14F0303', 'debut' => '2014-05-22', 'fin' => '2015-05-22', )) 2025-03-23 00:45:26 : deja traité on continue 2025-03-23 00:45:26 : stdClass::__set_state(array( 'first_name' => 'Monique', 'last_name' => 'THIEBAUX', 'id' => '414', 'email_address' => 'syndicat.germain.guerard@wanadoo.fr', 'identifiant' => 'edvthiebaux', 'motdepasse' => '09F0232', 'numfacture' => '09F0232', 'debut' => '2009-04-03', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvthiebaux Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Guillaume', 'last_name' => 'THIERRY', 'id' => '2ddeeb09-c2ac-4e18-2631-5d6e81ccee98', 'email_address' => 'g.thierry@oieau.fr', 'identifiant' => 'edvthierry', 'motdepasse' => 'edvthierry', 'numfacture' => NULL, 'debut' => '2019-09-03', 'fin' => '2020-09-03', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '19F129', 'debut' => '2019-03-21', 'fin' => '2020-03-21', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '18F124', 'debut' => '2018-03-28', 'fin' => '2019-03-28', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '17F149', 'debut' => '2017-03-23', 'fin' => '2018-03-23', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '16F148', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '15F0157', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '14F0203', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '13F0139', 'debut' => '2013-03-06', 'fin' => '2014-03-06', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '12F0132', 'debut' => '2012-03-29', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '11F0136', 'debut' => '2011-03-29', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '10F0154', 'debut' => '2010-03-29', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'THIRARD', 'id' => '406', 'email_address' => 'siacornimont-labresse@labresse.fr', 'identifiant' => 'edvthirard', 'motdepasse' => '09F0185', 'numfacture' => '09F0185', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'THOMAS', 'id' => '816af21e-7df1-a2c5-d471-5ace072973bf', 'email_address' => 'francois.thomas@nievre.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '18F145', 'numfacture' => '23F104', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'THOMAS', 'id' => '46129d48-67c4-17da-8024-5e6a1ce69031', 'email_address' => 'vincent.thomas@agglo-laval.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '19F220', 'numfacture' => '23F076', 'debut' => '2023-02-02', 'fin' => '2024-02-02', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'THOMAS', 'id' => '46129d48-67c4-17da-8024-5e6a1ce69031', 'email_address' => 'vincent.thomas@agglo-laval.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '19F220', 'numfacture' => '22F142', 'debut' => '2022-07-19', 'fin' => '2023-07-19', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'THOMAS', 'id' => '816af21e-7df1-a2c5-d471-5ace072973bf', 'email_address' => 'francois.thomas@nievre.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '18F145', 'numfacture' => '22F087', 'debut' => '2022-03-15', 'fin' => '2023-03-15', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'THOMAS', 'id' => '46129d48-67c4-17da-8024-5e6a1ce69031', 'email_address' => 'vincent.thomas@agglo-laval.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '19F220', 'numfacture' => '21F172', 'debut' => '2021-07-27', 'fin' => '2022-07-27', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'THOMAS', 'id' => '816af21e-7df1-a2c5-d471-5ace072973bf', 'email_address' => 'francois.thomas@nievre.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '18F145', 'numfacture' => '21F042', 'debut' => '2021-02-15', 'fin' => '2022-02-15', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'THOMAS', 'id' => '46129d48-67c4-17da-8024-5e6a1ce69031', 'email_address' => 'vincent.thomas@agglo-laval.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '19F220', 'numfacture' => '20F185', 'debut' => '2020-07-30', 'fin' => '2021-07-30', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'THOMAS', 'id' => '816af21e-7df1-a2c5-d471-5ace072973bf', 'email_address' => 'francois.thomas@nievre.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '18F145', 'numfacture' => '20F119', 'debut' => '2020-02-24', 'fin' => '2021-02-24', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'THOMAS', 'id' => '46129d48-67c4-17da-8024-5e6a1ce69031', 'email_address' => 'vincent.thomas@agglo-laval.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '19F220', 'numfacture' => '19F220', 'debut' => '2019-07-26', 'fin' => '2021-03-12', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'THOMAS', 'id' => '816af21e-7df1-a2c5-d471-5ace072973bf', 'email_address' => 'francois.thomas@nievre.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '18F145', 'numfacture' => '19F120', 'debut' => '2019-03-20', 'fin' => '2020-03-20', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'THOMAS', 'id' => '816af21e-7df1-a2c5-d471-5ace072973bf', 'email_address' => 'francois.thomas@nievre.fr', 'identifiant' => 'edvthomas', 'motdepasse' => '18F145', 'numfacture' => '14F145', 'debut' => '2018-04-11', 'fin' => '2019-04-11', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Gilberte', 'last_name' => 'THOMAS', 'id' => '32', 'email_address' => 'eaudirection@comcom-crozon.com', 'identifiant' => 'edvthomas', 'motdepasse' => '07F0206', 'numfacture' => '09F0293', 'debut' => '2009-05-12', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Gilberte', 'last_name' => 'THOMAS', 'id' => '32', 'email_address' => 'eaudirection@comcom-crozon.com', 'identifiant' => 'edvthomas', 'motdepasse' => '07F0206', 'numfacture' => '07F0206', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '23F106', 'debut' => '2023-02-07', 'fin' => '2024-02-07', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '22F078', 'debut' => '2022-03-11', 'fin' => '2023-03-11', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '21F053', 'debut' => '2021-02-16', 'fin' => '2022-02-16', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '20F101', 'debut' => '2020-02-11', 'fin' => '2021-02-11', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '19F022', 'debut' => '2019-02-06', 'fin' => '2020-02-06', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '18F023', 'debut' => '2018-01-17', 'fin' => '2019-01-17', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '17F012', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '16F0057', 'debut' => '2016-01-28', 'fin' => '2017-01-28', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '15F0013', 'debut' => '2015-01-13', 'fin' => '2016-01-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '14F0042', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '13F0021', 'debut' => '2013-01-23', 'fin' => '2014-01-23', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '12F0083', 'debut' => '2012-01-24', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '11F0047', 'debut' => '2011-01-24', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '', 'debut' => '2011-01-20', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'François', 'last_name' => 'TIBERI', 'id' => '450', 'email_address' => 'tiberi@orange.fr', 'identifiant' => 'edvtiberi', 'motdepasse' => '09F5555', 'numfacture' => '', 'debut' => '2009-08-18', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Nabil', 'last_name' => 'TILIKETE', 'id' => '431', 'email_address' => 'n.tilikete@secundo.fr', 'identifiant' => 'edvtilikete', 'motdepasse' => '09F0278', 'numfacture' => '12F0200', 'debut' => '2012-03-22', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvtilikete Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Nabil', 'last_name' => 'TILIKETE', 'id' => '431', 'email_address' => 'n.tilikete@secundo.fr', 'identifiant' => 'edvtilikete', 'motdepasse' => '09F0278', 'numfacture' => '09F0278', 'debut' => '2009-05-07', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Bruno', 'last_name' => 'TISSERAND', 'id' => '129', 'email_address' => 'bruno.tisserand@veoliaeau.fr', 'identifiant' => 'edvtisserand', 'motdepasse' => '08F0076', 'numfacture' => '08F0076', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvtisserand Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '17F153', 'debut' => '2017-03-24', 'fin' => '2018-03-24', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '16F157', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '15F0156', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '14F0212', 'debut' => '2014-03-13', 'fin' => '2015-03-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '13F0135', 'debut' => '2013-03-05', 'fin' => '2014-03-05', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '12F0065', 'debut' => '2012-03-30', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '11F0062', 'debut' => '2011-03-30', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '10F0108', 'debut' => '2010-03-30', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '09F0210', 'debut' => '2009-03-30', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'TORNATO', 'id' => '193', 'email_address' => 'eau@mairie-barjols.com', 'identifiant' => 'edvtornato', 'motdepasse' => '08F0141', 'numfacture' => '08F0141', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thibault', 'last_name' => 'TORRENT', 'id' => '62799769-be14-a958-4110-623855b11a6f', 'email_address' => 'thibault.torrent@mairie-millas.fr', 'identifiant' => 'edvtorrent', 'motdepasse' => '21F185 ', 'numfacture' => '21F185', 'debut' => '2021-09-21', 'fin' => '2023-03-21', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => 'c4a144b3-e876-1c3a-2202-604f75555621', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '21F262', 'debut' => '2021-12-14', 'fin' => '2022-12-14', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '20F297', 'debut' => '2020-11-19', 'fin' => '2021-11-19', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => 'c4a144b3-e876-1c3a-2202-604f75555621', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '20F358', 'debut' => '2020-11-19', 'fin' => '2021-11-19', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '19F324', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '18F292', 'debut' => '2018-09-12', 'fin' => '2019-09-12', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '17F333', 'debut' => '2017-09-19', 'fin' => '2018-09-19', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '16F342', 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '15F0392', 'debut' => '2015-09-15', 'fin' => '2016-09-15', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Vincent', 'last_name' => 'GENTHIAL', 'id' => '595', 'email_address' => 'v.genthial@ville-tournon.com', 'identifiant' => 'edvtournon', 'motdepasse' => '11F0410', 'numfacture' => '14F0418', 'debut' => '2014-09-10', 'fin' => '2015-09-10', )) 2025-03-23 00:45:27 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yannick', 'last_name' => 'TREILLES', 'id' => '292', 'email_address' => 'spanc@jurasud.net', 'identifiant' => 'edvtreilles', 'motdepasse' => 'quizz', 'numfacture' => '', 'debut' => '2008-10-16', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvtreilles Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'TROUVE', 'id' => '326', 'email_address' => 'denis.trouve@ville-montlouis-loire.fr', 'identifiant' => 'edvtrouve', 'motdepasse' => '08F0407', 'numfacture' => '09F0497', 'debut' => '2009-12-09', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvtrouve Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Denis', 'last_name' => 'TROUVE', 'id' => '326', 'email_address' => 'denis.trouve@ville-montlouis-loire.fr', 'identifiant' => 'edvtrouve', 'motdepasse' => '08F0407', 'numfacture' => '08F0407', 'debut' => '2008-12-09', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Valérie', 'last_name' => 'ROMY', 'id' => '426', 'email_address' => 'valerie.romy@sig-ge.ch', 'identifiant' => 'edvtruchet', 'motdepasse' => '09F0256', 'numfacture' => '09F0256', 'debut' => '2009-04-17', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvtruchet Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'TURPIN', 'id' => '565', 'email_address' => 'anna.laurencin@alteau.fr', 'identifiant' => 'edvturpin', 'motdepasse' => '12F0140', 'numfacture' => '14F0127', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'TURPIN', 'id' => '565', 'email_address' => 'anna.laurencin@alteau.fr', 'identifiant' => 'edvturpin', 'motdepasse' => '12F0140', 'numfacture' => '13F0083', 'debut' => '2013-02-14', 'fin' => '2014-02-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'TURPIN', 'id' => '565', 'email_address' => 'anna.laurencin@alteau.fr', 'identifiant' => 'edvturpin', 'motdepasse' => '12F0140', 'numfacture' => '12F0140', 'debut' => '2012-02-21', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Bénédicte', 'last_name' => 'UGUEN', 'id' => '9712ddb6-2c11-33bc-71a0-4fd0bbafa083', 'email_address' => 'b.uguen@umo.asso.fr', 'identifiant' => 'edvuguen', 'motdepasse' => '12F0314', 'numfacture' => '16F275', 'debut' => '2016-06-16', 'fin' => '2017-06-16', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Bénédicte', 'last_name' => 'UGUEN', 'id' => '9712ddb6-2c11-33bc-71a0-4fd0bbafa083', 'email_address' => 'b.uguen@umo.asso.fr', 'identifiant' => 'edvuguen', 'motdepasse' => '12F0314', 'numfacture' => '15F0318', 'debut' => '2015-06-09', 'fin' => '2016-06-09', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Bénédicte', 'last_name' => 'UGUEN', 'id' => '9712ddb6-2c11-33bc-71a0-4fd0bbafa083', 'email_address' => 'b.uguen@umo.asso.fr', 'identifiant' => 'edvuguen', 'motdepasse' => '12F0314', 'numfacture' => '14F0335', 'debut' => '2014-06-05', 'fin' => '2015-06-05', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Bénédicte', 'last_name' => 'UGUEN', 'id' => '9712ddb6-2c11-33bc-71a0-4fd0bbafa083', 'email_address' => 'b.uguen@umo.asso.fr', 'identifiant' => 'edvuguen', 'motdepasse' => '12F0314', 'numfacture' => '13F0300', 'debut' => '2013-06-20', 'fin' => '2014-06-20', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Bénédicte', 'last_name' => 'UGUEN', 'id' => '9712ddb6-2c11-33bc-71a0-4fd0bbafa083', 'email_address' => 'b.uguen@umo.asso.fr', 'identifiant' => 'edvuguen', 'motdepasse' => '12F0314', 'numfacture' => '12F0314', 'debut' => '2012-06-07', 'fin' => '2013-06-07', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '23F155', 'debut' => '2023-02-14', 'fin' => '2024-02-14', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '21F255', 'debut' => '2021-12-14', 'fin' => '2022-12-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '20F294', 'debut' => '2020-11-19', 'fin' => '2021-11-19', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '19F318', 'debut' => '2019-11-14', 'fin' => '2020-11-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '18F331', 'debut' => '2018-10-17', 'fin' => '2019-10-17', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '17F355', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '16F358', 'debut' => '2016-10-13', 'fin' => '2017-10-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '15F0424', 'debut' => '2015-10-14', 'fin' => '2016-10-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '14F0453', 'debut' => '2014-10-07', 'fin' => '2015-10-07', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '13F0411', 'debut' => '2013-10-02', 'fin' => '2014-10-02', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '12F0424', 'debut' => '2012-10-09', 'fin' => '2013-10-09', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'URBAIN', 'id' => '599', 'email_address' => 'surbain@mairie-saintdizier.fr', 'identifiant' => 'edvurbain', 'motdepasse' => '11F0450', 'numfacture' => '11F0450', 'debut' => '2011-10-18', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '16F316', 'debut' => '2016-07-21', 'fin' => '2017-07-21', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '15F0334', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '14F0382', 'debut' => '2014-07-15', 'fin' => '2015-07-15', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '13F0362', 'debut' => '2013-07-26', 'fin' => '2014-07-26', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '12F0339', 'debut' => '2012-07-03', 'fin' => '2013-07-03', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '11F0360', 'debut' => '2011-07-20', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '10F0283', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Service', 'last_name' => 'Documantation', 'id' => '119', 'email_address' => 'o.mezzalira@vichy-valallier.fr', 'identifiant' => 'edvvalallier', 'motdepasse' => '09F0342', 'numfacture' => '09F0342', 'debut' => '2009-06-19', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '19F174', 'debut' => '2019-08-27', 'fin' => '2020-08-27', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '18F261', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '17F290', 'debut' => '2017-07-12', 'fin' => '2018-07-12', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '16F329', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '15F0353', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '14F0392', 'debut' => '2014-07-16', 'fin' => '2015-07-16', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '13F0353', 'debut' => '2013-07-23', 'fin' => '2014-07-23', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '12F0341', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '11F0354', 'debut' => '2011-07-20', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '10F0286', 'debut' => '2010-07-20', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '09F0354', 'debut' => '2009-07-07', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marie-Christine', 'last_name' => 'VALAX', 'id' => '264', 'email_address' => 'mc.valax@maires81.asso.fr', 'identifiant' => 'edvvalax', 'motdepasse' => '08F0273', 'numfacture' => '08F0273', 'debut' => '2008-07-07', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => '512', 'email_address' => 'claire-marie.lenoir@mairie-valence.fr', 'identifiant' => 'edvvalenceagglo', 'motdepasse' => '10F0193', 'numfacture' => '13F0200', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => '512', 'email_address' => 'claire-marie.lenoir@mairie-valence.fr', 'identifiant' => 'edvvalenceagglo', 'motdepasse' => '10F0193', 'numfacture' => '12F0149', 'debut' => '2012-04-22', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => '512', 'email_address' => 'claire-marie.lenoir@mairie-valence.fr', 'identifiant' => 'edvvalenceagglo', 'motdepasse' => '10F0193', 'numfacture' => '11F0142', 'debut' => '2011-04-22', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => '512', 'email_address' => 'claire-marie.lenoir@mairie-valence.fr', 'identifiant' => 'edvvalenceagglo', 'motdepasse' => '10F0193', 'numfacture' => '10F0193', 'debut' => '2010-04-22', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Arnaud', 'last_name' => 'VALLETEAU DE MOULLIAC', 'id' => 'c1fde4a0-f208-cb9f-6f92-6151d7cd0d9c', 'email_address' => 'arnaud.valleteau@veolia.com', 'identifiant' => 'edvvalleteau', 'motdepasse' => 'edvarnaud', 'numfacture' => NULL, 'debut' => '2021-09-27', 'fin' => '2022-09-27', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '16F081', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '15F0109', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '14F0099', 'debut' => '2014-02-11', 'fin' => '2015-02-11', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '13F0105', 'debut' => '2013-02-19', 'fin' => '2014-02-19', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '12F0108', 'debut' => '2012-02-08', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '11F0101', 'debut' => '2011-02-08', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '10F0059', 'debut' => '2010-02-08', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Laurent', 'last_name' => 'VALLIER', 'id' => '319', 'email_address' => 'l.vallier@burgeap.fr', 'identifiant' => 'edvvallier', 'motdepasse' => '08F0388', 'numfacture' => '08F0388', 'debut' => '2008-11-28', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '20F035', 'debut' => '2020-01-21', 'fin' => '2021-01-21', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '19F001', 'debut' => '2019-01-30', 'fin' => '2020-01-30', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '18F020', 'debut' => '2018-01-17', 'fin' => '2019-01-17', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '17F010', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '16F0020', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '15F0054', 'debut' => '2015-01-21', 'fin' => '2016-01-21', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '14F0020', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '13F0052', 'debut' => '2013-01-29', 'fin' => '2014-01-29', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Sébastien', 'last_name' => 'VARACHE', 'id' => '611', 'email_address' => 's.varache@ville-riom.fr', 'identifiant' => 'edvvarache', 'motdepasse' => '11F0515', 'numfacture' => '11F0515', 'debut' => '2011-12-16', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VATIN', 'id' => '7f515304-9af1-dd50-eb25-6163fdf107a4', 'email_address' => 't.vatin@eau-artois-picardie.fr', 'identifiant' => 'edvvatin', 'motdepasse' => 'edvthierry', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '16F115', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '15F0092', 'debut' => '2015-02-04', 'fin' => '2016-02-04', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '14F0137', 'debut' => '2014-02-13', 'fin' => '2015-02-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '13F00379', 'debut' => '2013-02-12', 'fin' => '2014-02-12', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '12F0119', 'debut' => '2012-02-25', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '11F0117', 'debut' => '2011-02-25', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '10F0089', 'debut' => '2010-02-25', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Lionel', 'last_name' => 'VAUDELIN', 'id' => '337', 'email_address' => 'si.lardy-janville-bouray@wanadoo.fr', 'identifiant' => 'edvvaudelin', 'motdepasse' => '09F0012', 'numfacture' => '09F0012', 'debut' => '2009-01-16', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '20F051', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '19F072', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '18F057', 'debut' => '2018-02-14', 'fin' => '2019-02-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '17F069', 'debut' => '2017-02-21', 'fin' => '2018-02-21', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '16F085', 'debut' => '2016-02-24', 'fin' => '2017-02-24', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '15F0129', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '14F0072', 'debut' => '2014-02-05', 'fin' => '2015-02-05', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '13F0042', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '12F0038', 'debut' => '2012-01-14', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '11F0002', 'debut' => '2011-01-14', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '10F0006', 'debut' => '2010-01-14', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '09F0060', 'debut' => '2009-01-01', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Yvan', 'last_name' => 'VAUFREYDAZ', 'id' => '63', 'email_address' => 'eaudirection@chateaurenard.com', 'identifiant' => 'edvvaufreydaz', 'motdepasse' => '07F0151', 'numfacture' => '07F0151', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => 'b43fec5e-9caa-9301-9e68-4fd1cbca6dad', 'email_address' => 't.vautier@perpignan-mediterranee.org', 'identifiant' => 'edvvautier', 'motdepasse' => '12F0316', 'numfacture' => '14F0309', 'debut' => '2014-05-26', 'fin' => '2015-05-26', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => 'b43fec5e-9caa-9301-9e68-4fd1cbca6dad', 'email_address' => 't.vautier@perpignan-mediterranee.org', 'identifiant' => 'edvvautier', 'motdepasse' => '12F0316', 'numfacture' => '13F0277', 'debut' => '2013-05-21', 'fin' => '2014-05-21', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Thierry', 'last_name' => 'VAUTIER', 'id' => 'b43fec5e-9caa-9301-9e68-4fd1cbca6dad', 'email_address' => 't.vautier@perpignan-mediterranee.org', 'identifiant' => 'edvvautier', 'motdepasse' => '12F0316', 'numfacture' => '12F0316', 'debut' => '2012-06-08', 'fin' => '2013-06-08', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Corinne', 'last_name' => 'VECCHI', 'id' => '441', 'email_address' => 'corinne.vecchi@dgfip.finances.gouv.fr', 'identifiant' => 'edvvecchi', 'motdepasse' => '09F0336', 'numfacture' => '11F0322', 'debut' => '2011-06-28', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvvecchi Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Corinne', 'last_name' => 'VECCHI', 'id' => '441', 'email_address' => 'corinne.vecchi@dgfip.finances.gouv.fr', 'identifiant' => 'edvvecchi', 'motdepasse' => '09F0336', 'numfacture' => '10F0259', 'debut' => '2010-06-28', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Corinne', 'last_name' => 'VECCHI', 'id' => '441', 'email_address' => 'corinne.vecchi@dgfip.finances.gouv.fr', 'identifiant' => 'edvvecchi', 'motdepasse' => '09F0336', 'numfacture' => '09F0336', 'debut' => '2009-06-18', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Caroline', 'last_name' => 'BOULARD', 'id' => '96', 'email_address' => 'caroline.ambourhouet@veoliaeau.fr', 'identifiant' => 'edvveoliarennes', 'motdepasse' => '08F0019', 'numfacture' => '08F0019', 'debut' => '2008-01-24', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvveoliarennes Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '18F255', 'debut' => '2018-07-13', 'fin' => '2019-07-13', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '17F303', 'debut' => '2017-07-13', 'fin' => '2018-07-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '16F300', 'debut' => '2016-07-07', 'fin' => '2017-07-07', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '15F0356', 'debut' => '2015-07-08', 'fin' => '2016-07-08', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '14F0391', 'debut' => '2014-07-16', 'fin' => '2015-07-16', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '13F0356', 'debut' => '2013-07-23', 'fin' => '2014-07-23', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '12F0349', 'debut' => '2012-07-05', 'fin' => '2013-07-05', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pascal', 'last_name' => 'VERDONE', 'id' => '587', 'email_address' => 'pascal.verdone@ville-st-donat.fr', 'identifiant' => 'edvverdone', 'motdepasse' => '11F0377', 'numfacture' => '11F0377', 'debut' => '2011-07-12', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '21F220', 'debut' => '2021-09-28', 'fin' => '2022-09-28', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '20F279', 'debut' => '2020-11-17', 'fin' => '2021-11-17', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '19F293', 'debut' => '2019-10-22', 'fin' => '2020-10-22', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '18F315', 'debut' => '2018-10-11', 'fin' => '2019-10-11', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '17F352', 'debut' => '2017-10-10', 'fin' => '2018-10-10', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '16F365', 'debut' => '2016-10-17', 'fin' => '2017-10-17', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Catherine', 'last_name' => 'METZNER', 'id' => '8130a12e-74a7-013b-ee57-561ca7aeef4d', 'email_address' => 'c.metzner@montpellier3m.fr', 'identifiant' => 'edvvestier', 'motdepasse' => '15F0399', 'numfacture' => '15F0399', 'debut' => '2015-10-13', 'fin' => '2016-10-13', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'VETTER', 'id' => '198', 'email_address' => 'marc.vetter@equipement-agriculture.gouv.fr', 'identifiant' => 'edvvetter', 'motdepasse' => '08F0146', 'numfacture' => '09F0226', 'debut' => '2009-04-03', 'fin' => NULL, )) 2025-03-23 00:45:27 : edvvetter Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Marc', 'last_name' => 'VETTER', 'id' => '198', 'email_address' => 'marc.vetter@equipement-agriculture.gouv.fr', 'identifiant' => 'edvvetter', 'motdepasse' => '08F0146', 'numfacture' => '08F0146', 'debut' => '2008-03-14', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '18F216', 'debut' => '2018-06-14', 'fin' => '2019-06-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '17F274', 'debut' => '2017-06-28', 'fin' => '2018-06-28', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '16F264', 'debut' => '2016-06-14', 'fin' => '2017-06-14', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '15F0324', 'debut' => '2015-06-10', 'fin' => '2016-06-10', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '14F0326', 'debut' => '2014-06-04', 'fin' => '2015-06-04', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '13F0318', 'debut' => '2013-06-30', 'fin' => '2014-07-02', )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '12F0169', 'debut' => '2012-06-02', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '11F0157', 'debut' => '2011-06-02', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '10F0236', 'debut' => '2010-06-02', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '09F0312', 'debut' => '2009-05-30', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Pierre', 'last_name' => 'VEZZOLI', 'id' => '246', 'email_address' => 'eau@ville-nerac.fr', 'identifiant' => 'edvvezzoli', 'motdepasse' => '08F0233', 'numfacture' => '08F0233', 'debut' => '2008-05-30', 'fin' => NULL, )) 2025-03-23 00:45:27 : deja traité on continue 2025-03-23 00:45:27 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'VIALARET', 'id' => '416', 'email_address' => 'syndicat-des-eaux-de-blangy@wanadoo.fr', 'identifiant' => 'edvvialaret', 'motdepasse' => '09F0235', 'numfacture' => '09F0235', 'debut' => '2009-04-07', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvvialaret Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '18F268', 'debut' => '2018-07-16', 'fin' => '2019-07-16', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '17F288', 'debut' => '2017-07-11', 'fin' => '2018-07-11', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '16F328', 'debut' => '2016-07-25', 'fin' => '2017-07-25', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '15F0345', 'debut' => '2015-07-07', 'fin' => '2016-07-07', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '14F0399', 'debut' => '2014-07-17', 'fin' => '2015-07-17', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '13F0338', 'debut' => '2013-07-22', 'fin' => '2014-07-22', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Mélanie', 'last_name' => 'VIDAL', 'id' => 'dba671c6-7066-4675-240a-50091a83e7fd', 'email_address' => NULL, 'identifiant' => 'edvvidal', 'motdepasse' => '12F0373', 'numfacture' => '12F0373', 'debut' => '2012-07-20', 'fin' => '2013-07-20', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '070864', 'numfacture' => '21F103', 'debut' => '2021-03-16', 'fin' => '2022-03-16', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '070864', 'numfacture' => '20F123', 'debut' => '2020-03-04', 'fin' => '2021-03-04', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '070864', 'numfacture' => '18F306', 'debut' => '2018-10-02', 'fin' => '2019-10-02', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '16F154', 'debut' => '2016-03-22', 'fin' => '2017-03-22', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '15F0169', 'debut' => '2015-03-04', 'fin' => '2016-03-04', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '14F0194', 'debut' => '2014-03-12', 'fin' => '2015-03-12', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '13F0153', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '12F0168', 'debut' => '2012-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '11F0156', 'debut' => '2011-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '10F0105', 'debut' => '2010-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '09F0192', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Dominique', 'last_name' => 'VIENNE', 'id' => '165', 'email_address' => 'dominique.vienne@suez.com', 'identifiant' => 'edvvienne', 'motdepasse' => '08F0120', 'numfacture' => '08F0120', 'debut' => '2008-03-10', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '18F147', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '17F190', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '16F190', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '15F0225', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '14F0265', 'debut' => '2014-04-10', 'fin' => '2015-04-10', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '13F0214', 'debut' => '2013-04-09', 'fin' => '2014-04-09', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '12F0243', 'debut' => '2012-04-11', 'fin' => '2013-04-11', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '11F0251', 'debut' => '2011-04-08', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '10F0176', 'debut' => '2010-04-08', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jacques', 'last_name' => 'MAYOUX', 'id' => '397', 'email_address' => 'jmayoux@mairie-vienne.fr', 'identifiant' => 'edvvienne38', 'motdepasse' => '09F0151', 'numfacture' => '09F0151', 'debut' => '2009-03-10', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'David', 'last_name' => 'VIGREUX', 'id' => '549', 'email_address' => 'd.vigreux@claie.fr', 'identifiant' => 'edvvigreux', 'motdepasse' => '11F0085', 'numfacture' => '11F0085', 'debut' => '2011-01-31', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvvigreux Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jean-Claude', 'last_name' => 'VILDY', 'id' => '348', 'email_address' => 'mairievilleherviers@wanadoo.fr', 'identifiant' => 'edvvildy', 'motdepasse' => '09F0026', 'numfacture' => '09F0026', 'debut' => '2009-01-19', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvvildy Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '17F011', 'debut' => '2017-01-30', 'fin' => '2018-01-30', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '16F0003', 'debut' => '2016-01-13', 'fin' => '2017-01-13', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '15F0057', 'debut' => '2015-01-22', 'fin' => '2016-01-22', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '13F0497', 'debut' => '2013-12-09', 'fin' => '2014-12-09', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '13F0191', 'debut' => '2013-03-18', 'fin' => '2014-03-18', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '12d0152', 'debut' => '2012-04-05', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'VILLE DE VILLEPINTE', 'id' => '571', 'email_address' => 'croulx@ville-villepinte.fr', 'identifiant' => 'edvvillepinte', 'motdepasse' => '11F0256', 'numfacture' => '11F0256', 'debut' => '2011-04-05', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Pierre-Yves', 'last_name' => 'LETHEUIL', 'id' => '133', 'email_address' => 'pierre-yves.letheuil@siaap.fr', 'identifiant' => 'edvvillette', 'motdepasse' => '08F0082', 'numfacture' => '08F0082', 'debut' => '2008-02-07', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvvillette Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'VILLEVEYGOUX', 'id' => '128', 'email_address' => 'bertrand.villeveygoux@wanadoo.fr', 'identifiant' => 'edvvilleveygoux', 'motdepasse' => '08F0075', 'numfacture' => '08F0075', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvvilleveygoux Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Gilles', 'last_name' => 'VINCENT', 'id' => '5670fed6-442c-c612-0276-6164438cf528', 'email_address' => 'gvincent@ville-saintmandrier.fr', 'identifiant' => 'edvvincent', 'motdepasse' => 'edvgilles', 'numfacture' => NULL, 'debut' => '2021-10-11', 'fin' => '2022-10-11', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '21F089', 'debut' => '2021-02-26', 'fin' => '2022-02-26', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '20F049', 'debut' => '2020-02-04', 'fin' => '2021-02-04', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '19F092', 'debut' => '2019-02-18', 'fin' => '2020-02-18', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '18F035', 'debut' => '2018-02-13', 'fin' => '2019-02-13', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '17F098', 'debut' => '2017-02-22', 'fin' => '2018-02-22', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '16F082', 'debut' => '2016-02-23', 'fin' => '2017-02-23', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '15F0119', 'debut' => '2015-02-16', 'fin' => '2016-02-16', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '14F0083', 'debut' => '2014-02-10', 'fin' => '2015-02-10', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '13F0113', 'debut' => '2013-02-21', 'fin' => '2014-02-21', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '12F0037', 'debut' => '2012-02-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '11F0031', 'debut' => '2011-02-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '10F0038', 'debut' => '2010-02-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '09F0084', 'debut' => '2009-02-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Céline', 'last_name' => 'MEINIER', 'id' => '52', 'email_address' => 'celine.meinier@aude.fr', 'identifiant' => 'edvvivier', 'motdepasse' => '07F0169', 'numfacture' => '07F0169', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => NULL, 'debut' => '2019-07-01', 'fin' => '2020-07-01', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '18F202', 'debut' => '2018-05-30', 'fin' => '2019-05-30', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '18F154', 'debut' => '2018-04-16', 'fin' => '2019-04-16', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '17F193', 'debut' => '2017-04-12', 'fin' => '2018-04-12', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '16F194', 'debut' => '2016-04-05', 'fin' => '2017-04-05', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '15F0238', 'debut' => '2015-04-20', 'fin' => '2016-04-20', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '14F0252', 'debut' => '2014-04-09', 'fin' => '2015-04-09', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '13F0246', 'debut' => '2013-04-18', 'fin' => '2014-04-18', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '12F0146', 'debut' => '2012-04-03', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Joël', 'last_name' => 'GRAINDORGE', 'id' => '552', 'email_address' => 'joel.graindorge@paysvoironnais.com', 'identifiant' => 'edvvoiron', 'motdepasse' => '11F0091', 'numfacture' => '11F0091', 'debut' => '2011-04-03', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'VOLLETTE', 'id' => '125', 'email_address' => 'assainissement-cdcaigre@wanadoo.fr', 'identifiant' => 'edvvollette', 'motdepasse' => '08F0072', 'numfacture' => '09F0140', 'debut' => '2009-02-26', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvvollette Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Pascale', 'last_name' => 'VOLLETTE', 'id' => '125', 'email_address' => 'assainissement-cdcaigre@wanadoo.fr', 'identifiant' => 'edvvollette', 'motdepasse' => '08F0072', 'numfacture' => '08F0072', 'debut' => '2008-02-05', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '16F0023', 'debut' => '2016-01-26', 'fin' => '2017-01-26', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '15F0046', 'debut' => '2015-01-14', 'fin' => '2016-01-14', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '14F0033', 'debut' => '2014-01-20', 'fin' => '2015-01-20', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '13F0036', 'debut' => '2013-01-25', 'fin' => '2014-01-25', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '12F0045', 'debut' => '2012-01-15', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '11F0012', 'debut' => '2011-01-15', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '10F0013', 'debut' => '2010-01-15', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '08F0433', 'debut' => '2008-12-19', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Emilie', 'last_name' => 'VON BOTHMER', 'id' => '33', 'email_address' => 'e.vonbothmer@ville-douelafontaine.fr', 'identifiant' => 'edvvonbothmer', 'motdepasse' => '07F0205', 'numfacture' => '07F0205', 'debut' => '2007-12-18', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'WANLIN', 'id' => '50', 'email_address' => 'c.wanlin@haganis.fr', 'identifiant' => 'edvwanlin', 'motdepasse' => '07F0172', 'numfacture' => '12F0179', 'debut' => '2012-03-16', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvwanlin Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'WANLIN', 'id' => '50', 'email_address' => 'c.wanlin@haganis.fr', 'identifiant' => 'edvwanlin', 'motdepasse' => '07F0172', 'numfacture' => '11F0170', 'debut' => '2011-03-16', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'WANLIN', 'id' => '50', 'email_address' => 'c.wanlin@haganis.fr', 'identifiant' => 'edvwanlin', 'motdepasse' => '07F0172', 'numfacture' => '10F0119', 'debut' => '2010-03-16', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claude', 'last_name' => 'WANLIN', 'id' => '50', 'email_address' => 'c.wanlin@haganis.fr', 'identifiant' => 'edvwanlin', 'motdepasse' => '07F0172', 'numfacture' => '07F0172', 'debut' => '2008-01-01', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Bertrand', 'last_name' => 'WEIGELE', 'id' => '271', 'email_address' => 'bertrand.weigele@siaal.fr', 'identifiant' => 'edvweigele', 'motdepasse' => '08F0293', 'numfacture' => '08F0293', 'debut' => '2009-09-24', 'fin' => NULL, )) 2025-03-23 00:45:28 : edvweigele Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Caty', 'last_name' => 'WEREY', 'id' => 'eb177926-1ce8-a8e3-a1a2-52d6529792a9', 'email_address' => 'caty.werey@engees.unistra.fr', 'identifiant' => 'edvwerey', 'motdepasse' => '14F0003', 'numfacture' => '16F0018', 'debut' => '2016-01-25', 'fin' => '2017-01-25', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Caty', 'last_name' => 'WEREY', 'id' => 'eb177926-1ce8-a8e3-a1a2-52d6529792a9', 'email_address' => 'caty.werey@engees.unistra.fr', 'identifiant' => 'edvwerey', 'motdepasse' => '14F0003', 'numfacture' => '15F0061', 'debut' => '2015-01-22', 'fin' => '2016-01-22', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Caty', 'last_name' => 'WEREY', 'id' => 'eb177926-1ce8-a8e3-a1a2-52d6529792a9', 'email_address' => 'caty.werey@engees.unistra.fr', 'identifiant' => 'edvwerey', 'motdepasse' => '14F0003', 'numfacture' => '14F0003', 'debut' => '2014-01-15', 'fin' => '2015-01-15', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Frédéric', 'last_name' => 'WILCZAK', 'id' => 'e228355e-5b87-ec9c-1d8c-54c9f6149bf3', 'email_address' => 'fwilczak@cc-canton-rumilly.fr', 'identifiant' => 'edvwilczak', 'motdepasse' => '15F0068', 'numfacture' => '15F0068', 'debut' => '2015-01-29', 'fin' => '2016-01-29', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '13F0154', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '11F0478', 'debut' => '2012-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '10F0360', 'debut' => '2011-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '09F0517', 'debut' => '2010-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '09F0127', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '09F0197', 'debut' => '2009-03-20', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Claire', 'last_name' => 'FERRIERE', 'id' => '162', 'email_address' => 'documentation@rhone.fr', 'identifiant' => 'edvyoussoufian', 'motdepasse' => '08F0127', 'numfacture' => '08F0127', 'debut' => '2008-03-13', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jean-Paul', 'last_name' => 'ZUCCHI', 'id' => '541', 'email_address' => 'smaepa-chateauneuf@wanadoo.fr', 'identifiant' => 'edvzucchi', 'motdepasse' => '11F0055', 'numfacture' => '14F0064', 'debut' => '2014-01-21', 'fin' => '2015-01-21', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jean-Paul', 'last_name' => 'ZUCCHI', 'id' => '541', 'email_address' => 'smaepa-chateauneuf@wanadoo.fr', 'identifiant' => 'edvzucchi', 'motdepasse' => '11F0055', 'numfacture' => '13F0017', 'debut' => '2013-01-22', 'fin' => '2014-01-22', )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jean-Paul', 'last_name' => 'ZUCCHI', 'id' => '541', 'email_address' => 'smaepa-chateauneuf@wanadoo.fr', 'identifiant' => 'edvzucchi', 'motdepasse' => '11F0055', 'numfacture' => '12F0060', 'debut' => '2012-01-25', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jean-Paul', 'last_name' => 'ZUCCHI', 'id' => '541', 'email_address' => 'smaepa-chateauneuf@wanadoo.fr', 'identifiant' => 'edvzucchi', 'motdepasse' => '11F0055', 'numfacture' => '11F0055', 'debut' => '2011-01-25', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Etienne', 'last_name' => 'MARCHAND', 'id' => '6961027b-dd19-2c20-d849-5d6e6e3e5b9f', 'email_address' => 'e.marchand@oieau.fr', 'identifiant' => 'em', 'motdepasse' => 'em', 'numfacture' => NULL, 'debut' => '2019-09-03', 'fin' => '2020-09-03', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Michel', 'last_name' => 'Desmars', 'id' => '572', 'email_address' => 'm.desmars@fnccr.asso.fr', 'identifiant' => 'FNCCR', 'motdepasse' => 'FNCCR', 'numfacture' => '', 'debut' => '2011-04-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : FNCCR Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Régis', 'last_name' => 'Taisne', 'id' => '574', 'email_address' => 'r.taisne@fnccr.asso.fr', 'identifiant' => 'FNCCR', 'motdepasse' => 'FNCCR', 'numfacture' => '', 'debut' => '2011-04-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Sophie', 'last_name' => 'Potier', 'id' => '573', 'email_address' => 's.potier@fnccr.asso.fr', 'identifiant' => 'FNCCR', 'motdepasse' => 'FNCCR', 'numfacture' => '', 'debut' => '2011-04-06', 'fin' => NULL, )) 2025-03-23 00:45:28 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => 'Jean MARC', 'last_name' => 'BERLAND', 'id' => 'da511961-71fd-b314-29e4-5ad5f8ab7e81', 'email_address' => NULL, 'identifiant' => 'JMB', 'motdepasse' => 'JMB', 'numfacture' => NULL, 'debut' => '2018-04-17', 'fin' => '2019-04-17', )) 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MEDAD', 'id' => '66', 'email_address' => NULL, 'identifiant' => 'medad_inte', 'motdepasse' => 'interne191107', 'numfacture' => '', 'debut' => '2008-01-03', 'fin' => NULL, )) 2025-03-23 00:45:28 : medad_inte Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:28 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'MEDAD', 'id' => '66', 'email_address' => NULL, 'identifiant' => 'medad_interne', 'motdepasse' => 'interne191107', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:29 : medad_interne Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Agnès', 'last_name' => 'SAVIGNAC', 'id' => '478', 'email_address' => 'Agnes.Savignac@developpement-durable.gouv.fr', 'identifiant' => 'MEDDTL', 'motdepasse' => 'MEDDTL', 'numfacture' => '', 'debut' => '2011-01-10', 'fin' => NULL, )) 2025-03-23 00:45:29 : MEDDTL Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'OIEau', 'id' => '65', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'oieauedv', 'motdepasse' => 'oieauedv', 'numfacture' => NULL, 'debut' => '2011-11-27', 'fin' => '2012-11-27', )) 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'OIEau', 'id' => '65', 'email_address' => 'pg@oieau.fr', 'identifiant' => 'oieau_interne', 'motdepasse' => 'interne161107', 'numfacture' => '', 'debut' => '2008-01-03', 'fin' => NULL, )) 2025-03-23 00:45:29 : oieau_interne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'Rotillon', 'id' => '67', 'email_address' => 'sylvain.rotillon@onema.fr', 'identifiant' => 'onemainterne', 'motdepasse' => 'interne2009', 'numfacture' => '', 'debut' => '2008-01-04', 'fin' => NULL, )) 2025-03-23 00:45:29 : onemainterne abonnement commencé et pas date de fin mais déjà actif, on ne fait rien! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Sylvain', 'last_name' => 'Rotillon', 'id' => '67', 'email_address' => 'sylvain.rotillon@onema.fr', 'identifiant' => 'onema_interne', 'motdepasse' => 'interne201107', 'numfacture' => '', 'debut' => '2008-01-03', 'fin' => NULL, )) 2025-03-23 00:45:29 : onema_interne Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'OPANC', 'id' => '557', 'email_address' => 'tiare.le-goff@gouv.nc', 'identifiant' => 'OPANC', 'motdepasse' => 'OPANC', 'numfacture' => '', 'debut' => '2011-02-07', 'fin' => NULL, )) 2025-03-23 00:45:29 : OPANC Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'SAINSON', 'id' => '398', 'email_address' => 'ldubreuil@ppscollectivites.com', 'identifiant' => 'ppscollectivités', 'motdepasse' => '16470stmich', 'numfacture' => '14F0188', 'debut' => '2014-03-11', 'fin' => '2015-03-11', )) 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'SAINSON', 'id' => '398', 'email_address' => 'ldubreuil@ppscollectivites.com', 'identifiant' => 'ppscollectivités', 'motdepasse' => '16470stmich', 'numfacture' => '13F0163', 'debut' => '2013-03-07', 'fin' => '2014-03-07', )) 2025-03-23 00:45:29 : deja traité on continue 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'SAINSON', 'id' => '398', 'email_address' => 'ldubreuil@ppscollectivites.com', 'identifiant' => 'ppscollectivités', 'motdepasse' => '16470stmich', 'numfacture' => '12F0126', 'debut' => '2012-03-15', 'fin' => NULL, )) 2025-03-23 00:45:29 : deja traité on continue 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => 'Patrick', 'last_name' => 'SAINSON', 'id' => '398', 'email_address' => 'ldubreuil@ppscollectivites.com', 'identifiant' => 'ppscollectivités', 'motdepasse' => '16470stmich', 'numfacture' => '11F0125', 'debut' => '2011-03-15', 'fin' => NULL, )) 2025-03-23 00:45:29 : deja traité on continue 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Presse', 'id' => '267', 'email_address' => NULL, 'identifiant' => 'presse', 'motdepasse' => 'presse', 'numfacture' => '', 'debut' => '2011-11-17', 'fin' => NULL, )) 2025-03-23 00:45:29 : presse Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Presse', 'id' => '577', 'email_address' => 'presse@oieau.fr', 'identifiant' => 'presse', 'motdepasse' => 'presse', 'numfacture' => NULL, 'debut' => '2011-05-10', 'fin' => NULL, )) 2025-03-23 00:45:29 : deja traité on continue #Identifiant identique mais contacts id différents! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Presse', 'id' => '267', 'email_address' => NULL, 'identifiant' => 'PRESSE', 'motdepasse' => 'EDV112007', 'numfacture' => '', 'debut' => '2007-11-15', 'fin' => NULL, )) 2025-03-23 00:45:29 : presse Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'Offre promo avril 2010', 'id' => '506', 'email_address' => NULL, 'identifiant' => 'promoedv2010', 'motdepasse' => 'promoedv2010', 'numfacture' => '', 'debut' => '2010-05-25', 'fin' => NULL, )) 2025-03-23 00:45:29 : promoedv2010 Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => '', 'last_name' => 'provisoire', 'id' => '591', 'email_address' => 'p.gerbaud@oieau.fr', 'identifiant' => 'provisoire', 'motdepasse' => 'provisoire', 'numfacture' => '', 'debut' => '2011-07-26', 'fin' => NULL, )) 2025-03-23 00:45:29 : provisoire Pas de date de fin mais PAS autorisé, on le laisse désactivé! 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'Webinaire', 'id' => '3c3951e2-dd3d-681e-353c-59d25076e8b6', 'email_address' => NULL, 'identifiant' => 'sispea', 'motdepasse' => 'sispea2017', 'numfacture' => NULL, 'debut' => '2017-10-02', 'fin' => '2018-10-02', )) 2025-03-23 00:45:29 : stdClass::__set_state(array( 'first_name' => NULL, 'last_name' => 'TEMP', 'id' => '553fca72-c296-116e-723f-57d9097552dc', 'email_address' => NULL, 'identifiant' => 'temp', 'motdepasse' => 'temp', 'numfacture' => NULL, 'debut' => '2016-09-14', 'fin' => '2017-09-14', )) 2025-03-23 00:45:29 : Partie 2 : controle drupal -> sugarcrm 2025-03-23 00:45:29 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:29 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:29 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:29 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:29 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = 2edvmielgo 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => '2edvmielgo', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '519d212b-e866-5327-5725-63d7e101f2e4', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = a.piaser 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'a.piaser', 'debut' => '2013-12-10', 'fin' => '2014-12-10', 'id' => 'de0f00eb-3364-8bc0-cc1f-52a70872afef', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = aeag_interne 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'aeag_interne', 'debut' => '2008-01-03', 'fin' => NULL, 'id' => '84', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = aeap_interne 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'aeap_interne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '97', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = aelb_interne 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'aelb_interne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '96', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = aermc_interne 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'aermc_interne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '99', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = aerm_interne 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'aerm_interne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '98', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = aesn_interne 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'aesn_interne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '95', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = dirassainement35 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'dirassainement35', 'debut' => '2022-04-01', 'fin' => '2023-04-01', 'id' => 'c2d6d4e0-9ae8-10a4-80ee-6246c61a5076', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = EDV-MISS 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'EDV-MISS', 'debut' => '2012-07-17', 'fin' => '2013-07-17', 'id' => '8a5e8e4f-9b23-64f0-6631-50051dbe6508', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edv3mfrance 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'edv3mfrance', 'debut' => '2013-04-09', 'fin' => '2014-04-09', 'id' => 'abb26f1e-acbe-7a00-ecc2-5163d8578457', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvabelard 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'edvabelard', 'debut' => '2009-12-03', 'fin' => NULL, 'id' => '757', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaitmokhtar 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'edvaitmokhtar', 'debut' => '2011-02-09', 'fin' => NULL, 'id' => '1143', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvalbertini 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'edvalbertini', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => '75350d58-e71d-2dcd-f05e-63dbd87b73a6', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvalexandre 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'edvalexandre', 'debut' => '2015-12-15', 'fin' => '2016-12-15', 'id' => 'e4dcd749-b04d-60f3-bec2-566fcd6b2631', )) 2025-03-23 00:45:29 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvallard 2025-03-23 00:45:29 : stdClass::__set_state(array( 'identifiant' => 'edvallard', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '88f46df5-94d7-b121-21a5-63e263a90f16', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvambourhouet 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvambourhouet', 'debut' => '2013-03-07', 'fin' => '2014-03-07', 'id' => 'c54fe16a-9126-2fb3-ba9e-513874ed64ec', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvandrieu 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvandrieu', 'debut' => '2009-06-05', 'fin' => NULL, 'id' => '665', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaqualp 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvaqualp', 'debut' => '2015-05-20', 'fin' => '2016-05-20', 'id' => '3b319112-0fc1-8efc-6806-555c7f569e51', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvarchambault 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvarchambault', 'debut' => '2011-09-08', 'fin' => NULL, 'id' => '1456', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvars21 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvars21', 'debut' => '2016-01-28', 'fin' => '2017-01-28', 'id' => 'c60fb43b-9d1f-a4eb-8d80-56aa252c0c1a', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvasadac73 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvasadac73', 'debut' => '2020-01-21', 'fin' => '2021-01-21', 'id' => '58219c36-7f70-e001-adf3-5e26c870ed25', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvascencio 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvascencio', 'debut' => '2015-06-09', 'fin' => '2016-06-09', 'id' => '6c4b57df-fbe1-62e5-a071-5576a6c94bf4', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaubach 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvaubach', 'debut' => '2009-10-08', 'fin' => NULL, 'id' => '284', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaubreville 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvaubreville', 'debut' => '2011-11-22', 'fin' => NULL, 'id' => '1516', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaudous 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvaudous', 'debut' => '2021-07-29', 'fin' => '2022-07-29', 'id' => 'e6f36e24-76c6-817f-f892-6102a207f3b6', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaumasson 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvaumasson', 'debut' => '2015-01-27', 'fin' => '2016-01-27', 'id' => 'aeba5456-fca2-a94f-26b7-54c7584a7146', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvayen19 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvayen19', 'debut' => '2013-07-22', 'fin' => '2014-07-22', 'id' => '5bfde1d2-78e1-84f7-12fd-51ecf80684bf', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvaznar 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvaznar', 'debut' => '2017-03-23', 'fin' => '2018-03-23', 'id' => '13555722-66ea-21ab-5cfe-58d3a464a4d5', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvazzout 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvazzout', 'debut' => '2015-02-18', 'fin' => '2016-02-18', 'id' => 'e349804e-128a-2def-cd1f-54e494730b8a', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbacci 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbacci', 'debut' => '2020-08-04', 'fin' => '2021-08-04', 'id' => '267eedb0-1a53-5403-c7bf-5f29750ffec2', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbacquey 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbacquey', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '5beaa831-6067-c036-ad65-5d1a0ee0fc59', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbadel 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbadel', 'debut' => '2016-02-24', 'fin' => '2017-02-24', 'id' => '6f9f4692-882b-5400-4c40-56cd92766617', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbadie 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbadie', 'debut' => '2011-04-07', 'fin' => NULL, 'id' => '1297', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbaillais 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbaillais', 'debut' => '2009-02-05', 'fin' => NULL, 'id' => '481', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbailleul 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbailleul', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '73f5c290-7e66-aa1a-c5bd-58ad6f9034e7', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbaillon 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbaillon', 'debut' => '2015-03-03', 'fin' => '2016-03-03', 'id' => '439531dc-4808-a6f3-0add-54f56ee651be', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbal 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbal', 'debut' => '2011-09-13', 'fin' => NULL, 'id' => '1472', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvballand 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvballand', 'debut' => '2009-03-01', 'fin' => NULL, 'id' => '438', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvballu 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvballu', 'debut' => '2023-01-31', 'fin' => '2024-01-31', 'id' => '5a4ddf26-cc6b-4f6e-999e-63d8d0ddec68', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbannery 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbannery', 'debut' => '2022-03-07', 'fin' => '2023-03-07', 'id' => '8fa89655-1889-6814-a289-6226018f7be2', )) 2025-03-23 00:45:30 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarat 2025-03-23 00:45:30 : stdClass::__set_state(array( 'identifiant' => 'edvbarat', 'debut' => '2012-03-30', 'fin' => NULL, 'id' => '1740', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarbet 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarbet', 'debut' => '2023-02-14', 'fin' => '2024-01-14', 'id' => '7433dbd1-50f2-b156-973e-63eb558b92a0', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarbezat 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarbezat', 'debut' => '2015-12-10', 'fin' => '2016-12-10', 'id' => '424f8f30-059b-2635-f47a-566942738b18', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarbier 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarbier', 'debut' => '2016-11-28', 'fin' => '2017-11-28', 'id' => 'a73962eb-3697-8c82-78cb-583c2affb776', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbare 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbare', 'debut' => '2009-04-09', 'fin' => NULL, 'id' => '610', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarlet 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarlet', 'debut' => '2008-01-24', 'fin' => NULL, 'id' => '119', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarnadas 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarnadas', 'debut' => '2009-10-01', 'fin' => NULL, 'id' => '353', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarnay 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarnay', 'debut' => '2010-06-28', 'fin' => NULL, 'id' => '1003', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarret 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarret', 'debut' => '2015-05-26', 'fin' => '2016-05-26', 'id' => 'ed57a4e1-14b8-500b-e36d-55646b29d5c3', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarthelemy 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbarthelemy', 'debut' => '2011-01-20', 'fin' => NULL, 'id' => '1161', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbaudet 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbaudet', 'debut' => '2014-01-21', 'fin' => '2015-01-21', 'id' => '4bf973af-122f-c6a3-b121-52de45eaf80c', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbauer 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbauer', 'debut' => '2011-03-16', 'fin' => NULL, 'id' => '1288', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbawin 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbawin', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => '102a1713-a2b1-fd9d-2c23-63db9b634d01', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbechet 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbechet', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => '4bc5214e-2486-57ce-f7e2-5e41074bb6eb', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbehrens 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbehrens', 'debut' => '2014-09-10', 'fin' => '2015-09-10', 'id' => '3ce5b91e-f224-02c4-c13a-541005bf1f44', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbellin 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbellin', 'debut' => '2008-06-10', 'fin' => NULL, 'id' => '296', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbelmont 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbelmont', 'debut' => '2018-11-20', 'fin' => '2019-11-20', 'id' => '64099dc3-171d-f8d4-0ebe-5bf3d35b2572', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbenoit 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbenoit', 'debut' => '2008-01-24', 'fin' => NULL, 'id' => '127', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvberest67 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvberest67', 'debut' => '2016-01-28', 'fin' => '2017-01-28', 'id' => '39da3024-9483-6aa5-ee3e-56aa20f48c4b', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvberger 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvberger', 'debut' => '2012-02-09', 'fin' => NULL, 'id' => '1641', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbernard 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbernard', 'debut' => '2009-07-09', 'fin' => NULL, 'id' => '697', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvberthel 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvberthel', 'debut' => '2018-04-17', 'fin' => '2020-07-01', 'id' => 'f05f3857-c8ac-a0d9-69cd-5d1a0ef4fca9', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvberthelot 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvberthelot', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => '6a87acec-16bb-9309-45b2-63dbca7facae', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbertrand 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbertrand', 'debut' => '2015-01-13', 'fin' => '2016-01-13', 'id' => '2e0dafc2-391b-66ad-3e9e-54b4d677b91a', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbezerra 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbezerra', 'debut' => '2009-03-20', 'fin' => NULL, 'id' => '568', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbeziat 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbeziat', 'debut' => '2016-11-18', 'fin' => '2017-11-18', 'id' => '98b4e987-c6c5-ab07-1e47-582ecf76883b', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbignon 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbignon', 'debut' => '2017-02-21', 'fin' => '2018-02-21', 'id' => '18d6a1d3-3ad1-9180-c688-58ac535f1e3c', )) 2025-03-23 00:45:31 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbilla 2025-03-23 00:45:31 : stdClass::__set_state(array( 'identifiant' => 'edvbilla', 'debut' => '2017-02-16', 'fin' => '2018-02-16', 'id' => 'a3253854-e487-0937-bf2b-58a576c0bf5c', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbiot 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbiot', 'debut' => '2009-09-01', 'fin' => NULL, 'id' => '706', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbirocheau 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbirocheau', 'debut' => '2013-02-12', 'fin' => '2014-02-12', 'id' => '5a76ed94-bc59-b896-bd6d-511a03b6857d', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvblanchard 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvblanchard', 'debut' => '2012-11-14', 'fin' => '2013-11-14', 'id' => '920cc5b3-df55-3982-82a6-50a357e0f1cf', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvblanchet 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvblanchet', 'debut' => '2012-09-10', 'fin' => '2013-09-10', 'id' => 'eca76c43-3304-a95c-7b65-504dee61eadb', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbloch 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbloch', 'debut' => '2009-05-12', 'fin' => NULL, 'id' => '639', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvblond 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvblond', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '70', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvblot 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvblot', 'debut' => '2019-08-22', 'fin' => '2021-03-06', 'id' => 'a8e97e7b-7a72-a67c-019d-5e6215f18191', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbobbio 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbobbio', 'debut' => '2008-03-13', 'fin' => NULL, 'id' => '207', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboisard 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvboisard', 'debut' => '2021-02-16', 'fin' => '2022-02-16', 'id' => 'f0e2e4e9-4bb1-d510-6829-602bca8ba785', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonansea 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonansea', 'debut' => '2015-02-04', 'fin' => '2016-02-04', 'id' => '49977043-8c00-1e20-61c0-54d1fb287a24', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonnaire 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonnaire', 'debut' => '2009-04-16', 'fin' => NULL, 'id' => '612', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonnanfant 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonnanfant', 'debut' => '2012-03-24', 'fin' => NULL, 'id' => '1736', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonnard 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonnard', 'debut' => '2012-06-05', 'fin' => '2013-06-05', 'id' => '7356b973-4899-acdc-c36d-4fcdd7971486', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonnel 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonnel', 'debut' => '2020-02-04', 'fin' => '2021-02-04', 'id' => 'cd691084-dd48-1d89-80f9-5e39975175a9', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonnes 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonnes', 'debut' => '2008-11-07', 'fin' => NULL, 'id' => '357', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonnet 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbonnet', 'debut' => '2022-03-22', 'fin' => '2023-03-22', 'id' => 'd988b4b9-2ed3-ac19-eb68-6239cf26b996', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboom 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvboom', 'debut' => '2008-01-29', 'fin' => NULL, 'id' => '139', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbordes 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbordes', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => '18fe5716-ff0a-1cca-c605-63eb98cae35e', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbordier 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbordier', 'debut' => '2018-10-17', 'fin' => '2019-10-17', 'id' => 'a882ca64-511c-dd0b-24bf-5bc6faf6bbeb', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbotzung 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbotzung', 'debut' => '2015-12-15', 'fin' => '2016-12-15', 'id' => '3759aa52-8a86-c4f7-89ff-566fc3a7d0f4', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbouche 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbouche', 'debut' => '2015-09-15', 'fin' => '2016-09-15', 'id' => '17381584-6b00-bbf8-269a-55f82bb39dd8', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbouclet 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbouclet', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => '3fec6f48-4dab-e80c-8b04-5e411f768863', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboudin 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvboudin', 'debut' => '2009-11-05', 'fin' => NULL, 'id' => '347', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbouillon 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvbouillon', 'debut' => '2009-01-19', 'fin' => NULL, 'id' => '429', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboulard 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvboulard', 'debut' => '2014-03-11', 'fin' => '2015-03-11', 'id' => 'b0641efe-8bef-42ea-bf98-531ee9d3b57f', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboulas 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvboulas', 'debut' => '2023-02-09', 'fin' => '2024-02-09', 'id' => 'dd035908-338e-52be-353d-63e50f8f561c', )) 2025-03-23 00:45:32 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboulvert 2025-03-23 00:45:32 : stdClass::__set_state(array( 'identifiant' => 'edvboulvert', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'afdd2c39-53b1-1186-d2bc-5d1a1e37376e', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbourreau 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbourreau', 'debut' => '2020-02-07', 'fin' => '2021-02-07', 'id' => '23a46b5a-6898-cee1-81f3-5e3d6a71b6ef', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbousquet 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbousquet', 'debut' => '2020-03-13', 'fin' => '2021-03-13', 'id' => '61014008-21b2-c331-91e0-5e6b571246ed', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbouvard 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbouvard', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '6a10feea-5b0c-0932-1167-5d1a0fa7b152', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvboyer 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvboyer', 'debut' => '2017-12-12', 'fin' => '2018-12-12', 'id' => '5ec78722-8873-c969-31de-5a2f9e6ccc1e', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrachet 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrachet', 'debut' => '2012-11-23', 'fin' => '2013-11-23', 'id' => '223ae2fb-3b09-bd60-3101-50af3c7b1174', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbranquart 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbranquart', 'debut' => '2008-04-10', 'fin' => NULL, 'id' => '245', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbraquet 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbraquet', 'debut' => '2018-07-09', 'fin' => '2019-07-09', 'id' => '52d72c39-38d1-5617-2af0-5b4379e0880d', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrasquet 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrasquet', 'debut' => '2012-10-09', 'fin' => '2013-10-09', 'id' => '28c7c5e7-21ca-ae5e-16c3-5073cf8a5450', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrasquet2 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrasquet2', 'debut' => '2018-09-12', 'fin' => '2019-09-12', 'id' => '13ac012c-9102-8c66-388f-5b98ce0080df', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbraunstedter 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbraunstedter', 'debut' => '2014-02-10', 'fin' => '2015-02-10', 'id' => '43cc07f4-d21f-9b3b-ccc9-52f8930df73c', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbreche 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbreche', 'debut' => '2021-09-16', 'fin' => '2022-09-16', 'id' => 'a708e1d1-d3ff-df60-811f-61431cd7326f', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrejoux 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrejoux', 'debut' => '2016-09-05', 'fin' => '2017-09-05', 'id' => '8c7cc7b0-f12d-84c8-5c27-57cd5cba7e1c', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrelle 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrelle', 'debut' => '2014-02-10', 'fin' => '2015-02-10', 'id' => '4a918061-4523-0df9-4053-52f8b04afbb0', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbresse 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbresse', 'debut' => '2008-05-19', 'fin' => NULL, 'id' => '268', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrisville 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrisville', 'debut' => '2022-12-31', 'fin' => '2023-12-31', 'id' => '4635e4ca-dd50-434d-6ce7-6176b7a43d13', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbroggi 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbroggi', 'debut' => '2014-02-17', 'fin' => '2015-02-17', 'id' => 'a2c5e1dd-605f-c0da-b66e-5301e248503f', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrossier 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbrossier', 'debut' => '2021-09-28', 'fin' => '2022-09-28', 'id' => 'b6a7fcf3-ba7c-c98c-93f2-6152cdf0c294', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvburel 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvburel', 'debut' => '2015-10-13', 'fin' => '2016-10-13', 'id' => '53607266-fddc-f8a6-d071-561d0e85f983', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbutruille 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvbutruille', 'debut' => '2020-01-17', 'fin' => '2021-01-17', 'id' => 'cd51f81a-688f-5265-663b-5e216df5f121', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvca08 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvca08', 'debut' => '2017-03-23', 'fin' => '2018-03-23', 'id' => 'c825258c-812f-cab4-6452-58d3c528d013', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvca71 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvca71', 'debut' => '2011-12-13', 'fin' => NULL, 'id' => '1545', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaba15 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcaba15', 'debut' => '2019-02-06', 'fin' => '2020-02-06', 'id' => 'b67b8ba0-f41d-a19a-0bf2-5c5ab2060bec', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcabeaune21 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcabeaune21', 'debut' => '2012-04-11', 'fin' => '2013-04-11', 'id' => '77c679fa-1566-8474-d20b-4f85451ca375', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcabethune62 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcabethune62', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => 'b3e16b0a-897c-72b4-7e3e-63d7a3af5f17', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcabirol 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcabirol', 'debut' => '2010-06-02', 'fin' => NULL, 'id' => '980', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcadoc59 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcadoc59', 'debut' => '2011-12-19', 'fin' => NULL, 'id' => '1544', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcadoret 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcadoret', 'debut' => '2015-03-05', 'fin' => '2016-03-05', 'id' => 'f28c1add-489e-de0b-a38e-54f8103446cf', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaesm 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcaesm', 'debut' => '2021-02-26', 'fin' => '2022-02-26', 'id' => '6282b08b-f0f8-3827-2784-603905eef8cb', )) 2025-03-23 00:45:33 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaespacesud 2025-03-23 00:45:33 : stdClass::__set_state(array( 'identifiant' => 'edvcaespacesud', 'debut' => '2017-02-16', 'fin' => '2018-02-16', 'id' => 'e74880b3-3dd2-2fa3-114b-58a5a51cd9e5', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcahc 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcahc', 'debut' => '2012-11-15', 'fin' => '2013-11-15', 'id' => 'd49e44b8-0ccf-1dd3-3658-50a4bd2d50ea', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcalderon 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcalderon', 'debut' => '2009-05-27', 'fin' => NULL, 'id' => '662', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcalippe 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcalippe', 'debut' => '2009-12-04', 'fin' => NULL, 'id' => '758', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcambraye 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcambraye', 'debut' => '2018-04-17', 'fin' => '2019-04-17', 'id' => '19dca808-f4a2-2989-d2ef-5ad5a5353fd6', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcamoulins 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcamoulins', 'debut' => '2009-04-01', 'fin' => NULL, 'id' => '595', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcampion 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcampion', 'debut' => '2017-01-30', 'fin' => '2018-01-30', 'id' => '8ceed083-021a-7cbf-ab26-588f6295bd97', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcapatlantique 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcapatlantique', 'debut' => '2021-09-21', 'fin' => '2022-09-21', 'id' => '71b7c7de-a455-8059-5a3f-614991e33e98', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcapc86 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcapc86', 'debut' => '2012-11-23', 'fin' => '2013-11-23', 'id' => '83b50f43-ebfc-214f-54f0-50af51958db6', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcape27 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcape27', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'cb0707d8-442f-65d1-f1a5-5d1a2713d34e', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcapv38 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcapv38', 'debut' => '2009-03-10', 'fin' => NULL, 'id' => '546', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcarbonne31 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcarbonne31', 'debut' => '2015-01-14', 'fin' => '2016-01-14', 'id' => '520bd77c-8a1b-278d-db77-54b630dc8d25', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaroff 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcaroff', 'debut' => '2009-05-26', 'fin' => NULL, 'id' => '654', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaron 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcaron', 'debut' => '2019-07-08', 'fin' => '2021-11-18', 'id' => '52140fd9-928f-23f3-a04f-5fb4f44fe4ca', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcarriere 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcarriere', 'debut' => '2012-04-08', 'fin' => NULL, 'id' => '1745', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcarro 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcarro', 'debut' => '2008-02-05', 'fin' => NULL, 'id' => '154', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcars 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcars', 'debut' => '2018-03-27', 'fin' => '2019-03-27', 'id' => 'e6328442-1b87-af1c-2dce-5ab9f59de576', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcastelgroult 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcastelgroult', 'debut' => '2009-12-10', 'fin' => NULL, 'id' => '771', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcastermans 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcastermans', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => 'd85015f1-9e6e-8c03-527d-5b4ca1fa2c7f', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcasud 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcasud', 'debut' => '2019-03-25', 'fin' => '2020-03-25', 'id' => '4db612cd-a7ff-9d9e-01f1-5c989d68d638', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcauet 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcauet', 'debut' => '2008-03-31', 'fin' => NULL, 'id' => '236', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcauneau 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcauneau', 'debut' => '2009-02-06', 'fin' => NULL, 'id' => '486', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcazes 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcazes', 'debut' => '2015-01-13', 'fin' => '2016-01-13', 'id' => '12fac742-9874-377e-e3d6-54b4f23f5610', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcchesdinois 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcchesdinois', 'debut' => '2016-01-27', 'fin' => '2017-01-27', 'id' => '6d1a289e-4d85-6ee1-9387-56a894d50b53', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcchpb 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcchpb', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => '17ff5a21-3e32-2b4b-c088-5b4c5314a9ec', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcclvd 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvcclvd', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'e8274874-5fdd-f047-be6a-63e26545ea02', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvccomptes75 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvccomptes75', 'debut' => '2014-10-08', 'fin' => '2015-10-08', 'id' => 'c1cb1dfb-ed4c-4a5d-1e54-5434e2cde951', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvccpaysapt 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvccpaysapt', 'debut' => '2020-07-21', 'fin' => '2021-07-21', 'id' => '453d4f8c-309c-39aa-07bf-5f16e0c36d29', )) 2025-03-23 00:45:34 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvccpieux 2025-03-23 00:45:34 : stdClass::__set_state(array( 'identifiant' => 'edvccpieux', 'debut' => '2022-03-14', 'fin' => '2023-03-14', 'id' => '5e29075f-284a-ac4b-487f-622f65490313', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvccvaldeaisne 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvccvaldeaisne', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => '2eb32fd9-ff68-434a-2b96-63dbdb453e47', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvceresa 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvceresa', 'debut' => '2014-09-10', 'fin' => '2015-09-10', 'id' => '862e980c-0b34-bec5-4142-54100cc7f84b', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg04 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg04', 'debut' => '2008-11-07', 'fin' => NULL, 'id' => '360', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg24 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg24', 'debut' => '2014-02-17', 'fin' => '2015-02-17', 'id' => '2cb3b6c9-cb3c-52b1-5006-530209545526', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg29 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg29', 'debut' => '2021-02-16', 'fin' => '2022-02-16', 'id' => '78c06cab-7c74-966b-5162-602b98463f19', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg30 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg30', 'debut' => '2012-07-02', 'fin' => '2013-07-02', 'id' => '3eb40641-65c3-627c-f258-4ff16eb9a473', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg33 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg33', 'debut' => '2011-10-22', 'fin' => NULL, 'id' => '1457', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg46 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg46', 'debut' => '2015-01-22', 'fin' => '2016-01-22', 'id' => 'b3adca07-9e57-d652-29c3-54c0ac63a5e9', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg58 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg58', 'debut' => '2017-04-12', 'fin' => '2018-04-12', 'id' => '760998eb-bfee-4745-4785-58edf0f87b5a', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcg94 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcg94', 'debut' => '2023-02-03', 'fin' => '2024-02-03', 'id' => '2fb0ab4b-cf18-16e1-5819-63dd197d3371', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcgstetienne 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcgstetienne', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '3548a9c5-159c-93bf-c5be-63d7e941e67b', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchailloux 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchailloux', 'debut' => '2017-10-10', 'fin' => '2018-10-10', 'id' => '6e2b2d24-b4ea-d876-7bc7-59dc7032d0c2', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchamberymetropole 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchamberymetropole', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => 'c0a514e2-04cf-e09f-0be4-63eb8dbb3f4b', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchampagne 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchampagne', 'debut' => '2009-03-20', 'fin' => NULL, 'id' => '551', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchanal 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchanal', 'debut' => '2019-03-25', 'fin' => '2020-03-25', 'id' => 'c2027d29-32cd-c01b-e3a7-5c98d6469949', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchantreau 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchantreau', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '10954b14-3947-b6a3-8355-63e26a55b556', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchapeleau 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchapeleau', 'debut' => '2009-01-20', 'fin' => NULL, 'id' => '449', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcharles 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcharles', 'debut' => '2012-04-10', 'fin' => '2013-04-10', 'id' => '48d2f150-0e14-d1a2-7fa9-4f840421899c', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcharpentier 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcharpentier', 'debut' => '2010-07-20', 'fin' => NULL, 'id' => '824', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcharrade 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcharrade', 'debut' => '2021-11-22', 'fin' => '2022-11-22', 'id' => '98635325-c286-c272-5b67-619b91f3e0f3', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcharras 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvcharras', 'debut' => '2013-05-06', 'fin' => '2014-05-06', 'id' => '8e933be0-634b-b62a-68d4-51876f78fe0d', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchateau 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchateau', 'debut' => '2020-08-06', 'fin' => '2021-08-06', 'id' => 'ed46ac85-ffa9-2f2e-1ed4-5f2bc964cf46', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchereau 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchereau', 'debut' => '2013-12-04', 'fin' => '2014-12-04', 'id' => 'c201c81a-c985-96a3-9b56-529ee5d6195e', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchiala 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchiala', 'debut' => '2012-04-10', 'fin' => '2013-04-10', 'id' => '134cdd45-13bc-1d15-6bcd-4f842fbe59b0', )) 2025-03-23 00:45:35 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchorriercollet 2025-03-23 00:45:35 : stdClass::__set_state(array( 'identifiant' => 'edvchorriercollet', 'debut' => '2013-04-18', 'fin' => '2014-04-18', 'id' => 'bb81f06f-6be8-c88c-1852-516fa3c18a4a', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchuine 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvchuine', 'debut' => '2012-02-05', 'fin' => NULL, 'id' => '1582', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvciclet 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvciclet', 'debut' => '2015-01-14', 'fin' => '2016-01-14', 'id' => 'eaa2935d-7472-8b24-15d0-54b6297da25a', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvclaude 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvclaude', 'debut' => '2008-05-13', 'fin' => NULL, 'id' => '259', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvclervil 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvclervil', 'debut' => '2015-06-10', 'fin' => '2016-06-10', 'id' => '1da9dfcb-c56f-c5b8-4182-55780b0d2e29', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcloarec 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcloarec', 'debut' => '2016-04-06', 'fin' => '2017-04-06', 'id' => 'be799b01-c4db-604f-2be1-570514534fcf', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvclot 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvclot', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '99e6f0ec-1801-2a94-9535-63e26b21a5f3', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcluzel 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcluzel', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '6bbcafa9-a807-0121-f496-63e26eac89c0', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcodina 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcodina', 'debut' => '2012-04-10', 'fin' => '2013-04-10', 'id' => '811c8e51-c386-835b-17a8-4f83fe066532', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoigny 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcoigny', 'debut' => '2009-02-06', 'fin' => NULL, 'id' => '489', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcolin 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcolin', 'debut' => '2020-08-03', 'fin' => '2021-08-03', 'id' => 'aca8bf51-6adb-343c-25f7-5f28083ea1f6', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcollange 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcollange', 'debut' => '2013-10-02', 'fin' => '2014-10-02', 'id' => '317402ab-04ec-93bb-a9c9-524c0a6da3b9', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcollot 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcollot', 'debut' => '2020-11-17', 'fin' => '2021-11-17', 'id' => '714bd91c-c060-41ed-bbec-5fb3d7ebb041', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcolmar68 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcolmar68', 'debut' => '2009-09-24', 'fin' => NULL, 'id' => '1068', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcomaga 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcomaga', 'debut' => '2012-07-03', 'fin' => '2013-07-03', 'id' => '94f92071-62e1-ee15-2d74-4ff2f5217822', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcomagglo95 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcomagglo95', 'debut' => '2014-05-26', 'fin' => '2015-05-26', 'id' => 'd3c9be00-62c8-9f3c-a20a-538319b45f76', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcombot 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcombot', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '895fd895-240e-34a3-170e-5d1a21ff0449', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcomdouaisis 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcomdouaisis', 'debut' => '2015-04-30', 'fin' => '2016-04-30', 'id' => '89f272d7-eed3-2aa6-b9ab-5542371f08e1', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcopin 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcopin', 'debut' => '2012-03-12', 'fin' => NULL, 'id' => '1706', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoppeaux 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcoppeaux', 'debut' => '2021-01-21', 'fin' => '2022-01-21', 'id' => '2c601756-551f-1f76-d587-60098dd1e81f', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcorbalan 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcorbalan', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => '782b0aea-415f-f2ab-6ef6-63e0b97c1ab1', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcorbiere 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcorbiere', 'debut' => '2009-02-13', 'fin' => NULL, 'id' => '533', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoriou 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcoriou', 'debut' => '2010-01-21', 'fin' => NULL, 'id' => '790', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcornu 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcornu', 'debut' => '2009-06-16', 'fin' => NULL, 'id' => '669', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoromina 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcoromina', 'debut' => '2012-05-14', 'fin' => '2013-05-14', 'id' => 'a5181307-0b85-0733-4f26-4fb0ff1e666e', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcorrignan 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcorrignan', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => 'c19ad194-cf44-a25d-dd1c-63d3e8a51093', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcorrio 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcorrio', 'debut' => '2011-09-13', 'fin' => NULL, 'id' => '1473', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcorvino 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcorvino', 'debut' => '2009-02-05', 'fin' => NULL, 'id' => '479', )) 2025-03-23 00:45:36 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcosta 2025-03-23 00:45:36 : stdClass::__set_state(array( 'identifiant' => 'edvcosta', 'debut' => '2013-04-18', 'fin' => '2014-04-18', 'id' => '9a0f93ee-5b54-136b-f5c2-516fb5964c96', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcotrebil 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcotrebil', 'debut' => '2012-07-09', 'fin' => NULL, 'id' => '1561', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcottet 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcottet', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '2929a0f6-e520-822e-66e4-58ad45d04e35', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcouderc 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcouderc', 'debut' => '2009-01-19', 'fin' => NULL, 'id' => '420', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoudrey 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcoudrey', 'debut' => '2008-09-11', 'fin' => NULL, 'id' => '326', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoulmy 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcoulmy', 'debut' => '2018-02-14', 'fin' => '2019-02-14', 'id' => '5e7826b3-9089-0234-8e27-5a8449f5f9f9', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcourtiade 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcourtiade', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '10b25ff9-c6ef-d5d4-d91a-5d1a0fbaf948', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcoustillet 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcoustillet', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => '232ff80e-eca0-13a9-3aa9-5b48503a5239', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcrequer 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcrequer', 'debut' => '2018-09-12', 'fin' => '2019-09-12', 'id' => '1b7d6809-e438-3f2c-e74d-5b98ea62e775', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcreuzet 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcreuzet', 'debut' => '2015-03-11', 'fin' => '2016-03-11', 'id' => 'df9dda1b-703a-6211-d770-550023973324', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcrinquant 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcrinquant', 'debut' => '2016-06-28', 'fin' => '2017-06-28', 'id' => '435d2e50-17f1-bb36-a4ce-57721d2e173c', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcrmartinique 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcrmartinique', 'debut' => '2017-10-09', 'fin' => '2018-10-09', 'id' => '925608a2-8b5e-d334-88bf-59db8d6725ea', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcuartango 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcuartango', 'debut' => '2022-03-10', 'fin' => '2023-03-10', 'id' => 'd610d051-d85d-f51e-4e82-622a0d0b5d8e', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcudon 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcudon', 'debut' => '2014-03-11', 'fin' => '2015-03-11', 'id' => 'a6b373f8-850d-0d4a-4157-531edc26dea8', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcumpm 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvcumpm', 'debut' => '2015-05-20', 'fin' => '2016-05-20', 'id' => 'd0c64309-ca9c-a4c3-66aa-555c7be0c005', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdaine 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdaine', 'debut' => '2016-01-28', 'fin' => '2017-01-28', 'id' => 'e54ce1f9-5fda-b61a-7388-56aa1ecefb0c', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdangio 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdangio', 'debut' => '2020-07-21', 'fin' => '2021-07-21', 'id' => '5a59eb6c-23f4-747e-d2a9-5f16f1e9f7da', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdaraignez 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdaraignez', 'debut' => '2014-06-05', 'fin' => '2015-06-05', 'id' => 'dfcc28d4-ad5e-e221-8846-539024cf7d91', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdarreau 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdarreau', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'ba0b4c58-40b1-9b70-1cec-63e264a808b2', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdastugue 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdastugue', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '40b4e980-28eb-8e6e-97b2-63e2480e71f5', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdaubas 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdaubas', 'debut' => '2017-03-23', 'fin' => '2018-03-23', 'id' => '2dc7b829-14be-4ef1-7995-58d3ab941e70', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdaulouede 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdaulouede', 'debut' => '2023-02-09', 'fin' => '2024-02-09', 'id' => '40b2f3b0-3c0e-e4d6-27c7-63e50cdec05e', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdavid 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdavid', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => '8f47ba10-a3cf-738c-2873-63dbc65d2a6c', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdavy 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvdavy', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => '33c08a54-4775-590e-0126-5b485ed8caa2', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvddaf68 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvddaf68', 'debut' => '2009-11-23', 'fin' => NULL, 'id' => '747', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvddaf74 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvddaf74', 'debut' => '2010-11-09', 'fin' => NULL, 'id' => '1074', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvddea52 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvddea52', 'debut' => '2009-02-26', 'fin' => NULL, 'id' => '528', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvddea73 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvddea73', 'debut' => '2009-12-04', 'fin' => NULL, 'id' => '759', )) 2025-03-23 00:45:37 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvddt48 2025-03-23 00:45:37 : stdClass::__set_state(array( 'identifiant' => 'edvddt48', 'debut' => '2016-10-26', 'fin' => '2017-10-26', 'id' => 'e08ec542-769e-ca5d-4dc4-581080c58688', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvddt68 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvddt68', 'debut' => '2023-01-26', 'fin' => '2024-01-26', 'id' => '330e34bb-4961-ebb3-c0da-63d25c0782a9', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdegrissac 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdegrissac', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'ea660b6f-d291-515c-0ce9-63e117b8db20', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelabre 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelabre', 'debut' => '2010-11-09', 'fin' => NULL, 'id' => '1076', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelaere 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelaere', 'debut' => '2017-05-10', 'fin' => '2018-05-10', 'id' => '6b746dc9-179a-d17b-9153-5912c7d7472b', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelagneau 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelagneau', 'debut' => '2017-12-13', 'fin' => '2018-12-13', 'id' => '5eeca964-2f62-dec5-3782-5a312755efd0', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelagueriviere 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelagueriviere', 'debut' => '2015-02-16', 'fin' => '2016-02-16', 'id' => '9fe6abed-68dc-6841-1e61-54e1f145c04b', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelahaye 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelahaye', 'debut' => '2009-12-18', 'fin' => NULL, 'id' => '750', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelamare 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelamare', 'debut' => '2016-06-14', 'fin' => '2017-06-14', 'id' => '8e0b6024-f7a5-be4b-0fa8-575ff8f5e9c2', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelamarre 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelamarre', 'debut' => '2015-03-05', 'fin' => '2016-03-05', 'id' => '2a655c17-1766-79fd-cb52-54f820487999', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelcourt 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelcourt', 'debut' => '2008-04-29', 'fin' => NULL, 'id' => '247', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelhomme 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelhomme', 'debut' => '2015-11-05', 'fin' => '2016-11-05', 'id' => '8b3eead1-8cf1-ab8a-df6e-563b0f64d74b', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdeloince 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdeloince', 'debut' => '2011-02-09', 'fin' => NULL, 'id' => '1235', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelorme 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelorme', 'debut' => '2009-11-23', 'fin' => NULL, 'id' => '742', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdeltour 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdeltour', 'debut' => '2009-11-05', 'fin' => NULL, 'id' => '364', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelvert 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdelvert', 'debut' => '2022-03-22', 'fin' => '2023-03-22', 'id' => 'df935463-82ca-9f01-1ca8-6239e1674a31', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdemaimay 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdemaimay', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => '7dc48f2f-573e-78cc-9328-63e0b504eead', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdenis 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdenis', 'debut' => '2010-03-17', 'fin' => NULL, 'id' => '1006', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdep64 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdep64', 'debut' => '2017-12-12', 'fin' => '2018-12-12', 'id' => 'd26a6ece-3f2f-f964-8bc7-5a2f97b478a7', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdepaquis 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdepaquis', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => 'e715d2b3-7f34-6277-d443-63d3e6e28d36', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdept38 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdept38', 'debut' => '2018-11-19', 'fin' => '2019-11-19', 'id' => '224e996b-8160-b962-7d3c-5bf2c01dba58', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdescamp 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdescamp', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '29a0b7d7-e849-d065-81ba-5d1a0cc85ff0', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdeschamps 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdeschamps', 'debut' => '2009-02-09', 'fin' => NULL, 'id' => '495', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdescoups 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdescoups', 'debut' => '2014-02-18', 'fin' => '2015-02-18', 'id' => '51dec5c3-7924-cf34-0481-530360cbcaa0', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdevaux 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdevaux', 'debut' => '2009-02-24', 'fin' => NULL, 'id' => '526', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdevulder 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdevulder', 'debut' => '2018-02-21', 'fin' => '2019-02-21', 'id' => 'e92dd5d2-d235-dd2f-44f3-5a8d4d7420e7', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdgs 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdgs', 'debut' => '2008-05-13', 'fin' => NULL, 'id' => '258', )) 2025-03-23 00:45:38 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdibenedetto 2025-03-23 00:45:38 : stdClass::__set_state(array( 'identifiant' => 'edvdibenedetto', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'e65e0c7b-94d1-74f4-25a4-63e0df8ba3f0', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdidonna 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdidonna', 'debut' => '2023-01-31', 'fin' => '2024-01-31', 'id' => '7a140555-a4df-dd6f-c6d1-63d8d32ec347', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvditner 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvditner', 'debut' => '2010-02-08', 'fin' => NULL, 'id' => '841', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdoc92 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdoc92', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => '7039c8bb-675d-70df-b393-63eb410f3e40', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdoccg93 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdoccg93', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '76', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdoenlen 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdoenlen', 'debut' => '2015-01-14', 'fin' => '2016-01-14', 'id' => '95f1a872-6be8-70a0-871b-54b648722356', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdomingo 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdomingo', 'debut' => '2021-02-16', 'fin' => '2022-02-16', 'id' => '636bd015-18e2-2e8d-74df-602ba19ac3a2', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdordives 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdordives', 'debut' => '2015-09-15', 'fin' => '2016-09-15', 'id' => 'e0f418a6-b306-931e-4f83-55f7c85b2867', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdoucet 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdoucet', 'debut' => '2010-06-10', 'fin' => NULL, 'id' => '991', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdrouilhet 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdrouilhet', 'debut' => '2009-06-17', 'fin' => NULL, 'id' => '672', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdubee 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdubee', 'debut' => '2009-01-16', 'fin' => NULL, 'id' => '417', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdubreuil 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdubreuil', 'debut' => '2021-03-17', 'fin' => '2022-03-17', 'id' => '90140b92-68d3-efca-d50c-605216614e0a', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvducamp 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvducamp', 'debut' => '2008-01-21', 'fin' => NULL, 'id' => '104', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvducos 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvducos', 'debut' => '2017-03-23', 'fin' => '2018-03-23', 'id' => '55ef91a0-8a02-ffdb-2faa-58d3d971311e', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvducret 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvducret', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '6c91107b-681f-ecd0-9020-5d1a24a5a445', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdulac 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdulac', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '63', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdumont 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdumont', 'debut' => '2014-02-10', 'fin' => '2015-02-10', 'id' => 'a2ad3754-5590-0f14-d6b5-52f8b3665187', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdupuy 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdupuy', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '2807d068-4cf4-6dba-4223-63e207b4a727', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdurand 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdurand', 'debut' => '2013-09-17', 'fin' => '2014-09-18', 'id' => 'e771cde0-29c7-7dfa-54b9-523954879068', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdureau 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdureau', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => 'e02eb2aa-e45d-7364-ac2a-63dbc2d54b96', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdussert 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdussert', 'debut' => '2017-02-21', 'fin' => '2018-02-21', 'id' => 'e72fae9b-6769-2034-e574-58abfc8efd09', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvduvaud 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvduvaud', 'debut' => '2009-10-22', 'fin' => NULL, 'id' => '716', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdzialoszynski 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvdzialoszynski', 'debut' => '2017-01-30', 'fin' => '2018-01-30', 'id' => '943c0d47-d09d-1d98-93a3-588f206508f4', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edveaudazur 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edveaudazur', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '2ee14102-a99b-4781-9a14-63d7dddc5500', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edveaudescollines 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edveaudescollines', 'debut' => '2017-11-15', 'fin' => '2018-11-15', 'id' => 'b7874e93-a12f-bf83-cbd1-5a0c43a52d66', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edveaux68 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edveaux68', 'debut' => '2012-12-03', 'fin' => '2013-12-03', 'id' => '57b58edf-e96a-4f58-da75-50bcbd36c2fc', )) 2025-03-23 00:45:39 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvebrard 2025-03-23 00:45:39 : stdClass::__set_state(array( 'identifiant' => 'edvebrard', 'debut' => '2020-02-17', 'fin' => '2021-02-17', 'id' => 'e7e128ca-64e5-9175-4282-5e4a91e2d960', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvestensemble 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvestensemble', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => '9bc7dd4b-cdf7-0299-a30f-5b4c5d31ab26', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvestoup 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvestoup', 'debut' => '2012-06-07', 'fin' => '2013-06-07', 'id' => 'ac5d3443-5069-796f-4cf7-4fd098035b1f', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvetche2 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvetche2', 'debut' => '2015-05-27', 'fin' => '2016-05-27', 'id' => 'd9f207db-0bdf-364d-2889-55658876051c', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvevincent 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvevincent', 'debut' => '2018-06-27', 'fin' => '2019-06-27', 'id' => 'ec051155-1241-6efd-461e-5b3342ed4760', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvevrard 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvevrard', 'debut' => '2020-03-13', 'fin' => '2021-03-13', 'id' => '63eed952-4b82-296d-cea5-5e6b5973f994', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfabre 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfabre', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'deae4ad3-6590-f50d-02c8-5d1a109f9c34', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfaivre 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfaivre', 'debut' => '2008-10-02', 'fin' => NULL, 'id' => '338', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfalco 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfalco', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => '55bd8a16-3efc-fcf5-c550-5b4c8addb9c9', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfauconnier 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfauconnier', 'debut' => '2017-03-24', 'fin' => '2018-03-24', 'id' => 'de89167b-2b8f-4aad-7ce0-58d4d02dd328', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfaure 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfaure', 'debut' => '2010-02-17', 'fin' => NULL, 'id' => '911', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvferrer 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvferrer', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => 'b8c3bb1d-0391-a36b-2515-63dbcb7a7c04', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvferry 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvferry', 'debut' => '2009-01-22', 'fin' => NULL, 'id' => '455', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfievet 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfievet', 'debut' => '2012-05-14', 'fin' => '2013-05-14', 'id' => '98af648c-9c4d-4e29-790e-4fb11743622c', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfiniels 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfiniels', 'debut' => '2023-02-10', 'fin' => '2024-02-10', 'id' => '40a00ec8-c4be-e9ba-7cc4-63e623f121cb', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvflaesch 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvflaesch', 'debut' => '2013-11-28', 'fin' => '2014-11-28', 'id' => '2d7cfb64-3364-23c0-8f42-5296fb24271d', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvflament 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvflament', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => 'b3d62b7c-eeb2-876b-92b2-5e411e6c880f', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfoltzer 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfoltzer', 'debut' => '2021-10-21', 'fin' => '2022-10-28', 'id' => '168974c2-e81e-40d0-9ec7-617a9725813f', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfonda 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfonda', 'debut' => '2014-02-13', 'fin' => '2015-02-13', 'id' => '94076b2d-0821-5614-decd-52fc80a352d0', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfonda2 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfonda2', 'debut' => '2020-11-17', 'fin' => '2021-11-17', 'id' => 'c38ed2cc-b1e6-0bae-3396-5fb3f5b925f2', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfoucard 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfoucard', 'debut' => '2012-02-17', 'fin' => NULL, 'id' => '1664', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfouchault 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfouchault', 'debut' => '2009-02-23', 'fin' => NULL, 'id' => '518', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfoureaux 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfoureaux', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '842539db-4c5f-e484-30bb-63d7bfefc4d5', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfraboul 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfraboul', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '80480eac-a054-f895-49dc-63d787fdefec', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfronzes 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvfronzes', 'debut' => '2009-05-07', 'fin' => NULL, 'id' => '633', )) 2025-03-23 00:45:40 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgadras 2025-03-23 00:45:40 : stdClass::__set_state(array( 'identifiant' => 'edvgadras', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '3cd109a5-4884-b366-054b-5d1a1097ffad', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgaillard 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgaillard', 'debut' => '2014-11-06', 'fin' => '2015-11-06', 'id' => '712118c8-3a1d-e55f-ed59-545b34b0a849', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgal 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgal', 'debut' => '2017-07-13', 'fin' => '2018-07-13', 'id' => '15074302-821c-5d8c-d49a-5967255bfdf9', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgallais 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgallais', 'debut' => '2020-01-16', 'fin' => '2021-01-16', 'id' => '47671bed-9258-d704-90b8-5e207e64a0bc', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgalle 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgalle', 'debut' => '2011-02-08', 'fin' => NULL, 'id' => '1233', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgallice 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgallice', 'debut' => '2011-02-21', 'fin' => NULL, 'id' => '1266', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgallon 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgallon', 'debut' => '2009-11-28', 'fin' => NULL, 'id' => '793', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgambier 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgambier', 'debut' => '2012-03-09', 'fin' => NULL, 'id' => '1721', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgandon 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgandon', 'debut' => '2011-05-21', 'fin' => NULL, 'id' => '1375', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgarlon 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgarlon', 'debut' => '2012-06-07', 'fin' => '2013-06-07', 'id' => 'c9bf458d-2f4d-c980-89dd-4fd0a009f738', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgatti 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgatti', 'debut' => '2014-12-08', 'fin' => '2015-12-08', 'id' => '1dc66e3a-05be-6382-80ff-54859d57906b', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgauje 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgauje', 'debut' => '2009-03-19', 'fin' => NULL, 'id' => '563', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgaxieu 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgaxieu', 'debut' => '2007-12-18', 'fin' => NULL, 'id' => '61', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgay 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgay', 'debut' => '2019-03-25', 'fin' => '2020-03-25', 'id' => '245ede2f-7e5f-4f4a-ffae-5c98a800955a', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgayraud 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgayraud', 'debut' => '2007-12-13', 'fin' => NULL, 'id' => '21', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgcot 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgcot', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '60', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgendre 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgendre', 'debut' => '2021-09-21', 'fin' => '2022-09-21', 'id' => '6a5c07f7-6a8e-fb6c-4604-61498d9c7dd0', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgendrin 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgendrin', 'debut' => '2008-12-18', 'fin' => NULL, 'id' => '407', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgenelot 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgenelot', 'debut' => '2020-03-13', 'fin' => '2021-03-13', 'id' => 'b05e4108-43ad-e895-6eee-5e6b5ade9295', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgenicot 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgenicot', 'debut' => '2013-11-28', 'fin' => '2014-11-28', 'id' => 'ed34397f-556a-8e68-f9d1-5296f1c4cb79', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgenthial 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgenthial', 'debut' => '2014-09-10', 'fin' => '2015-09-10', 'id' => 'dd230cb2-154f-fed4-3bc4-540ffe2301a4', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgerard 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgerard', 'debut' => '2019-02-05', 'fin' => '2020-02-05', 'id' => '45e7920d-0bb2-694f-12a0-5c5991fb7166', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgervy 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgervy', 'debut' => '2012-01-16', 'fin' => NULL, 'id' => '1571', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgery 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgery', 'debut' => '2009-02-13', 'fin' => NULL, 'id' => '500', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgil 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgil', 'debut' => '2011-07-07', 'fin' => NULL, 'id' => '1394', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgimenez 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgimenez', 'debut' => '2019-08-22', 'fin' => '2021-08-04', 'id' => '44ce7a95-fa00-9151-2b71-5f295ab447d5', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgirard 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgirard', 'debut' => '2013-12-11', 'fin' => '2014-12-11', 'id' => '4fd1fe64-3037-a5d7-4cdd-52a86448f185', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgiro 2025-03-23 00:45:41 : stdClass::__set_state(array( 'identifiant' => 'edvgiro', 'debut' => '2016-03-17', 'fin' => '2017-03-17', 'id' => '37fa4726-3cfe-952d-4548-56ea89d462b3', )) 2025-03-23 00:45:41 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgodard 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgodard', 'debut' => '2016-01-27', 'fin' => '2017-01-27', 'id' => '713891b8-36be-3a08-9b08-56a881e1775f', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgoin 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgoin', 'debut' => '2009-10-22', 'fin' => NULL, 'id' => '715', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgombaud 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgombaud', 'debut' => '2015-10-14', 'fin' => '2016-10-14', 'id' => 'c8079698-813f-9a1f-f352-561e11a0cd8e', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgondouin 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgondouin', 'debut' => '2011-04-03', 'fin' => NULL, 'id' => '1258', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgonzalo 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgonzalo', 'debut' => '2011-02-03', 'fin' => NULL, 'id' => '1212', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgourmaud 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgourmaud', 'debut' => '2012-02-15', 'fin' => NULL, 'id' => '1636', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgourrier 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgourrier', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'f1ff19eb-def7-6e65-c155-63e1249409a1', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgousse 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgousse', 'debut' => '2023-02-09', 'fin' => '2024-02-09', 'id' => 'db03f9b3-e211-f7e9-dd98-63e511893568', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrandrive 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgrandrive', 'debut' => '2008-04-01', 'fin' => NULL, 'id' => '237', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrandtoulouse 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgrandtoulouse', 'debut' => '2015-05-20', 'fin' => '2016-05-20', 'id' => '9108486a-aec3-4a82-bca6-555c40aa25b2', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgravier 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgravier', 'debut' => '2020-08-03', 'fin' => '2021-08-03', 'id' => 'e4d505fa-a9ce-f2ad-7627-5f27ec64c632', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrenard 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgrenard', 'debut' => '2012-11-15', 'fin' => '2013-11-15', 'id' => 'c5eb066c-95e7-cce7-0966-50a4c7c65e4e', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrenier 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgrenier', 'debut' => '2016-04-05', 'fin' => '2017-04-05', 'id' => '60b70570-9daf-8306-f441-57038db2dd39', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrenoble38 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgrenoble38', 'debut' => '2015-04-14', 'fin' => '2016-04-14', 'id' => '9952f865-32ef-4e51-11fc-552cc748d0dd', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrosset 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgrosset', 'debut' => '2008-03-14', 'fin' => NULL, 'id' => '226', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgsc 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgsc', 'debut' => '2020-11-19', 'fin' => '2021-11-19', 'id' => 'e9cfc1d7-39be-ce93-5adc-5fbd15ce0877', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgubian 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvgubian', 'debut' => '2013-02-14', 'fin' => '2014-02-14', 'id' => 'aaf5c025-c877-d35e-b2d9-511cbdf3e86e', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguerin 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguerin', 'debut' => '2008-12-18', 'fin' => NULL, 'id' => '408', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguesdon 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguesdon', 'debut' => '2016-03-22', 'fin' => '2017-03-22', 'id' => '6f68802c-46a8-41bc-44e6-56f10d12d644', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguignard 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguignard', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'ea8516aa-50a5-2f55-dd36-5d1a10ef71b8', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguignardb 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguignardb', 'debut' => '2023-02-10', 'fin' => '2024-02-10', 'id' => '68adcb9a-00e7-4f71-ca29-63e62662ed4e', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguiheux 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguiheux', 'debut' => '2020-02-04', 'fin' => '2021-02-04', 'id' => '96f26e7c-7996-ef62-f0cc-5e393d36ae5b', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguillon 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguillon', 'debut' => '2012-04-10', 'fin' => '2013-04-10', 'id' => '378cac46-80e4-c667-a265-4f842a8eefa1', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguillou 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguillou', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'b8ddcecd-b04c-dc4d-79f9-63e11e23744c', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguilly 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguilly', 'debut' => '2022-02-11', 'fin' => '2022-12-07', 'id' => '2a0364aa-270f-a968-3a92-61af317b3fc4', )) 2025-03-23 00:45:42 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguiraud 2025-03-23 00:45:42 : stdClass::__set_state(array( 'identifiant' => 'edvguiraud', 'debut' => '2008-02-05', 'fin' => NULL, 'id' => '150', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguirriec 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvguirriec', 'debut' => '2009-03-20', 'fin' => NULL, 'id' => '569', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguisti 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvguisti', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => '5d4d170b-918f-03ac-64f0-63d38dc0bf4b', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhabert 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhabert', 'debut' => '2009-01-15', 'fin' => NULL, 'id' => '413', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhamelin 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhamelin', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '5dd73ced-d9a3-9a2a-cf93-58ad58fe3333', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhasparren64 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhasparren64', 'debut' => '2017-10-09', 'fin' => '2018-10-09', 'id' => '8704f4e1-d239-61a3-b769-59db80dde328', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhauretclos 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhauretclos', 'debut' => '2018-07-09', 'fin' => '2019-07-09', 'id' => 'e9410e3b-463d-abd6-e1da-5b43545f751b', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhebrard 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhebrard', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '74', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhector 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhector', 'debut' => '2016-10-13', 'fin' => '2017-10-13', 'id' => 'd6d637c1-c5ec-60c2-464c-57ff37383a02', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhelbert 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhelbert', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => 'be2e2768-f9e0-5f90-e4f3-63d39c454517', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhernandez 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhernandez', 'debut' => '2009-12-10', 'fin' => NULL, 'id' => '769', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvheuillard 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvheuillard', 'debut' => '2015-09-15', 'fin' => '2016-09-15', 'id' => 'd4f67425-53f7-1527-acce-55f82b684687', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhoussein 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhoussein', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => '868caaeb-51bb-6fc6-fec4-5b4869140c4c', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhuerta 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhuerta', 'debut' => '2015-10-14', 'fin' => '2016-10-14', 'id' => '931500a9-6d1c-6218-93e9-561e165397e2', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhuet 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhuet', 'debut' => '2008-01-22', 'fin' => NULL, 'id' => '110', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhumbel 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhumbel', 'debut' => '2014-01-17', 'fin' => '2015-01-17', 'id' => 'b6a9771b-7d61-f9d8-ace9-52d90476a857', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhusser 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvhusser', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => '1e31bc3c-3d44-b88f-c217-5e4134e85913', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvicher 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvicher', 'debut' => '2021-03-17', 'fin' => '2022-03-17', 'id' => 'c1a0afe8-0a25-7265-08cc-605227430d9d', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvimbert 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvimbert', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '492f32ea-2a37-9edf-a36a-63e2363bed62', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvinglard 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvinglard', 'debut' => '2008-06-02', 'fin' => NULL, 'id' => '291', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvinterieur69 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvinterieur69', 'debut' => '2009-01-20', 'fin' => NULL, 'id' => '448', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjacob 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjacob', 'debut' => '2009-04-09', 'fin' => NULL, 'id' => '609', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjacquin 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjacquin', 'debut' => '2008-01-22', 'fin' => NULL, 'id' => '113', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjanaud 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjanaud', 'debut' => '2009-01-27', 'fin' => NULL, 'id' => '472', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjanin 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjanin', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'b61dc7b9-9e4e-2c38-38a3-63e267dd649f', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjanodet 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjanodet', 'debut' => '2012-09-10', 'fin' => '2013-09-10', 'id' => '62fd01a0-9e7f-70f0-66df-504dd707bb87', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjanuszkiewicz 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjanuszkiewicz', 'debut' => '2019-11-12', 'fin' => '2020-11-12', 'id' => 'b8a2e647-b7ec-b8e6-e9e2-5dcac3955cb1', )) 2025-03-23 00:45:43 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjeanjean 2025-03-23 00:45:43 : stdClass::__set_state(array( 'identifiant' => 'edvjeanjean', 'debut' => '2010-12-06', 'fin' => NULL, 'id' => '1098', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjoriaux 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvjoriaux', 'debut' => '2021-02-16', 'fin' => '2022-02-16', 'id' => '705dbd08-2b2b-6484-6492-602bd44ffac3', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjoucla 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvjoucla', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => 'd83c13f3-3201-2da8-fe69-63eb6256308f', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjouglain 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvjouglain', 'debut' => '2014-07-02', 'fin' => '2015-07-02', 'id' => '4210b402-cf2a-c5e6-268c-53b3c57d14dd', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjuan 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvjuan', 'debut' => '2012-02-24', 'fin' => NULL, 'id' => '1661', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjulien 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvjulien', 'debut' => '2009-06-12', 'fin' => NULL, 'id' => '655', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjungker 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvjungker', 'debut' => '2017-04-10', 'fin' => '2018-04-10', 'id' => '95b20185-6d84-65c9-5dbc-58eb8d1e2d9e', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlabayle 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlabayle', 'debut' => '2016-02-24', 'fin' => '2017-02-24', 'id' => '60fae05b-2265-0581-8c00-56cdab14d61f', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlabbal 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlabbal', 'debut' => '2009-02-20', 'fin' => NULL, 'id' => '516', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaborde 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlaborde', 'debut' => '2013-10-02', 'fin' => '2014-10-02', 'id' => 'dc9b9904-566e-a37d-95b3-524bd549536b', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlabous 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlabous', 'debut' => '2009-01-16', 'fin' => NULL, 'id' => '414', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlago 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlago', 'debut' => '2009-02-20', 'fin' => NULL, 'id' => '515', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlagrange 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlagrange', 'debut' => '2008-01-28', 'fin' => NULL, 'id' => '133', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaguerre 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlaguerre', 'debut' => '2023-01-31', 'fin' => '2024-01-31', 'id' => 'ebb007e0-5196-0484-b6f5-63d8f873f06e', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaguillier 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlaguillier', 'debut' => '2008-06-20', 'fin' => NULL, 'id' => '300', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlahousse 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlahousse', 'debut' => '2022-11-29', 'fin' => '2023-11-29', 'id' => '78449f8f-a8c8-6fff-2aa3-6385d0224865', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaigle 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlaigle', 'debut' => '2009-07-21', 'fin' => NULL, 'id' => '687', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlambert 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlambert', 'debut' => '2022-01-26', 'fin' => '2023-01-26', 'id' => '26566e85-4246-5562-bfd1-61f1105995a5', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlametro 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlametro', 'debut' => '2023-02-03', 'fin' => '2024-02-03', 'id' => 'c64a349d-158c-96ea-cd58-63dd1d3b00fd', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlamothe 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlamothe', 'debut' => '2014-04-16', 'fin' => '2015-04-16', 'id' => '168cb7cf-6a0c-46b3-1244-534e3630fbd6', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlamour 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlamour', 'debut' => '2017-01-31', 'fin' => '2018-01-31', 'id' => 'c3515a42-e1ba-ef20-a758-5890616e5181', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlamy 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlamy', 'debut' => '2008-03-13', 'fin' => NULL, 'id' => '215', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlandais 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlandais', 'debut' => '2013-07-25', 'fin' => '2014-07-25', 'id' => 'd533cca2-616e-e501-6df8-51f11f999b3a', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlandry 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlandry', 'debut' => '2009-01-19', 'fin' => NULL, 'id' => '427', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlanier 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlanier', 'debut' => '2017-11-15', 'fin' => '2018-11-15', 'id' => '6e5c0b63-7b8a-cf16-627d-5a0c4d13cca9', )) 2025-03-23 00:45:44 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlarcher 2025-03-23 00:45:44 : stdClass::__set_state(array( 'identifiant' => 'edvlarcher', 'debut' => '2021-02-26', 'fin' => '2022-02-26', 'id' => 'd010a22e-c9d0-14d4-916f-6048ed34acb4', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlascours 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlascours', 'debut' => '2018-04-16', 'fin' => '2019-04-16', 'id' => '264e82bd-cecf-862d-e9cb-5ad493a8bac1', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaseynesurmer 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlaseynesurmer', 'debut' => '2014-12-08', 'fin' => '2015-12-08', 'id' => 'c0850d17-321d-c602-dca9-54858bf013f6', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlasplaces 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlasplaces', 'debut' => '2019-02-11', 'fin' => '2020-02-11', 'id' => '67e77b5c-28c7-4e1b-dd90-5c61558fa9cb', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaunay 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlaunay', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'f02acf4b-a2dc-2c91-b35b-63e232dd00bb', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaurent 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlaurent', 'debut' => '2020-03-04', 'fin' => '2021-03-04', 'id' => 'efb0298a-8e5b-0800-105c-5e5f594506af', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlauterbourg 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlauterbourg', 'debut' => '2009-03-17', 'fin' => NULL, 'id' => '555', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaval 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlaval', 'debut' => '2021-12-14', 'fin' => '2022-12-14', 'id' => '19dcf283-788a-fca0-7e0b-61b867dfe4d5', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvleau 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvleau', 'debut' => '2009-01-27', 'fin' => NULL, 'id' => '466', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlebon 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlebon', 'debut' => '2023-02-03', 'fin' => '2024-01-03', 'id' => 'e24ed6ef-8cb8-0745-667d-63dce36e3738', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlecomte 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlecomte', 'debut' => '2009-12-09', 'fin' => NULL, 'id' => '748', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvledanoispellet 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvledanoispellet', 'debut' => '2015-04-14', 'fin' => '2016-04-14', 'id' => '297d0dd7-02eb-9155-7c34-552cc9a1e2b9', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvledu 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvledu', 'debut' => '2017-04-12', 'fin' => '2018-04-12', 'id' => '8e246b86-c610-68d9-d3bf-58ee2ea78661', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvleduc 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvleduc', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'a8e03c69-3bef-ea54-f213-5d1a2125552c', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlefevre 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlefevre', 'debut' => '2015-02-16', 'fin' => '2016-02-16', 'id' => '4ae77bed-270b-ab42-3667-54e1d9018ecd', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlegall 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlegall', 'debut' => '2020-08-03', 'fin' => '2021-08-03', 'id' => 'c1b46164-c7ab-3109-4b55-5f280a92dba3', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlegname 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlegname', 'debut' => '2015-04-15', 'fin' => '2016-11-17', 'id' => '88a80226-ec7d-3b6e-c03f-564af342ddcb', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlegoff 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlegoff', 'debut' => '2011-01-04', 'fin' => NULL, 'id' => '1116', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlegorrec 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlegorrec', 'debut' => '2013-07-22', 'fin' => '2014-07-22', 'id' => 'a486fc0e-f753-e075-2102-51ecf45160e9', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlegraet 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlegraet', 'debut' => '2023-01-31', 'fin' => '2024-01-31', 'id' => '80ac1da3-1b71-a854-312c-63d8fb3ee3e8', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlegrand 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlegrand', 'debut' => '2009-04-17', 'fin' => NULL, 'id' => '618', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlelannic 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlelannic', 'debut' => '2016-01-27', 'fin' => '2017-01-27', 'id' => '71ac0bbf-dc34-96de-9ea1-56a8b75eed85', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlelannicg 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlelannicg', 'debut' => '2016-01-25', 'fin' => '2017-01-25', 'id' => '7dfcff18-3f12-b59e-74e7-56a5f66266a6', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlenglet 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlenglet', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '60f501fe-9a89-8aaa-6c40-5d1a1e3f05ec', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlerdu 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvlerdu', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'd872fdc1-7e5f-834d-4c24-63e233cef709', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvleroy 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvleroy', 'debut' => '2022-11-25', 'fin' => '2023-11-25', 'id' => '1a07d261-ca23-a62b-dd4b-6380999cfad9', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvleste 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvleste', 'debut' => '2009-04-03', 'fin' => NULL, 'id' => '604', )) 2025-03-23 00:45:45 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvletoumelin 2025-03-23 00:45:45 : stdClass::__set_state(array( 'identifiant' => 'edvletoumelin', 'debut' => '2011-03-10', 'fin' => NULL, 'id' => '1283', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvleverre 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvleverre', 'debut' => '2015-12-10', 'fin' => '2016-12-10', 'id' => 'ee4a6433-8cfd-c930-69bb-56694aaae819', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlevy 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlevy', 'debut' => '2008-04-01', 'fin' => NULL, 'id' => '240', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlhostis 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlhostis', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => '69c44610-6e23-2a4d-d15a-5e41217a15d2', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlivert 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlivert', 'debut' => '2018-02-20', 'fin' => '2019-02-20', 'id' => '1a458a4a-a910-39b4-09f4-5a8be1d9d297', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlizeux 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlizeux', 'debut' => '2019-02-18', 'fin' => '2020-02-18', 'id' => '4a8f0ae3-942e-3fe7-4eb5-5c6ab65b775b', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvllense 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvllense', 'debut' => '2015-10-13', 'fin' => '2016-10-13', 'id' => '330cf3ec-5ea3-f97a-1b13-561d009724ce', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlochon 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlochon', 'debut' => '2008-12-18', 'fin' => NULL, 'id' => '409', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlohou 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlohou', 'debut' => '2008-02-07', 'fin' => NULL, 'id' => '167', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvloiseau 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvloiseau', 'debut' => '2009-12-09', 'fin' => NULL, 'id' => '756', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlouis 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlouis', 'debut' => '2012-07-03', 'fin' => '2013-07-03', 'id' => '2c8825ec-9d1a-f769-9e7e-4ff2fd96d963', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlsaintdenisre 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlsaintdenisre', 'debut' => '2018-04-16', 'fin' => '2019-04-16', 'id' => '5e6fb1f8-355c-0183-6823-5ad457ff13d0', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvludovic 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvludovic', 'debut' => '2012-11-13', 'fin' => '2013-11-13', 'id' => '993d50e0-fa15-4df0-11d9-50a22991cfda', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlutzler 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvlutzler', 'debut' => '2008-11-27', 'fin' => NULL, 'id' => '378', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmabillon 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmabillon', 'debut' => '2010-12-07', 'fin' => NULL, 'id' => '1095', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmaby 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmaby', 'debut' => '2009-02-24', 'fin' => NULL, 'id' => '525', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmaget 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmaget', 'debut' => '2012-09-11', 'fin' => '2013-09-11', 'id' => '25726c17-785e-54aa-4287-504f369dcafc', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmaillot 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmaillot', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '1cc6d9fc-5c61-f005-d87f-58ad6bdbef56', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmaire 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmaire', 'debut' => '2009-06-05', 'fin' => NULL, 'id' => '664', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmairieaix13 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmairieaix13', 'debut' => '2018-07-09', 'fin' => '2019-07-09', 'id' => 'd28506d7-76db-ce1f-7800-5b4331262284', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmairiepassy 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmairiepassy', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '41', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmalherbe 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmalherbe', 'debut' => '2014-05-26', 'fin' => '2015-05-26', 'id' => 'e9387efe-a611-cfbd-8129-5383289baa71', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmancuso 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmancuso', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => 'c7157fc0-69f8-6670-7b4f-63eb9c5e98df', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmangin 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmangin', 'debut' => '2008-12-18', 'fin' => NULL, 'id' => '404', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmareau 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmareau', 'debut' => '2022-04-25', 'fin' => '2023-04-25', 'id' => '4d069c4c-e5f5-b4f6-60c5-62666fa807c7', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmarthos 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmarthos', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => '2978cf17-4e31-63b5-ea5f-63e122ee240b', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmartin 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmartin', 'debut' => '2015-01-14', 'fin' => '2016-01-14', 'id' => '4b6a1fbe-bcb6-89a0-d23f-54b63dfa35d8', )) 2025-03-23 00:45:46 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmartinelli 2025-03-23 00:45:46 : stdClass::__set_state(array( 'identifiant' => 'edvmartinelli', 'debut' => '2008-05-15', 'fin' => NULL, 'id' => '260', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmartinez 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmartinez', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => 'b7687902-1bb9-025b-79c7-63d3e3e6e0af', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmathieu 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmathieu', 'debut' => '2011-02-04', 'fin' => NULL, 'id' => '1217', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmaurecourt 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmaurecourt', 'debut' => '2011-01-26', 'fin' => NULL, 'id' => '1185', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmaurouard 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmaurouard', 'debut' => '2010-06-03', 'fin' => NULL, 'id' => '983', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmayonove 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmayonove', 'debut' => '2012-04-10', 'fin' => NULL, 'id' => '1735', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmeeddat 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmeeddat', 'debut' => '2008-10-16', 'fin' => NULL, 'id' => '342', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmeger 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmeger', 'debut' => '2009-09-08', 'fin' => NULL, 'id' => '314', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmeinier 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmeinier', 'debut' => '2009-06-19', 'fin' => NULL, 'id' => '683', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmeirisonne 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmeirisonne', 'debut' => '2008-10-14', 'fin' => NULL, 'id' => '339', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmercier 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmercier', 'debut' => '2023-01-31', 'fin' => '2024-01-31', 'id' => '9ef0bb1b-62aa-681f-43cb-63d8cc9baf77', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmesange 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmesange', 'debut' => '2011-09-15', 'fin' => NULL, 'id' => '1118', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmeunier 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmeunier', 'debut' => '2015-09-15', 'fin' => '2016-09-15', 'id' => '2085057e-9909-e70e-8abd-55f7bfe2e670', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmezzalira 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmezzalira', 'debut' => '2008-02-04', 'fin' => NULL, 'id' => '147', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmichallet 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmichallet', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '475273d1-33b6-e186-8766-58ad5b4783ac', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmichaud 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmichaud', 'debut' => '2020-11-19', 'fin' => '2022-03-10', 'id' => 'c5c36687-87cd-6181-19d5-60488ae91714', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmichel 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmichel', 'debut' => '2012-06-07', 'fin' => '2013-06-07', 'id' => 'e18d0837-b13f-e390-a335-4fd09bb2dfaf', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmielgo 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmielgo', 'debut' => '2011-05-25', 'fin' => NULL, 'id' => '1374', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmigny 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmigny', 'debut' => '2013-01-22', 'fin' => '2014-01-22', 'id' => 'a4ca500c-7846-1633-c8df-50fe8be2509a', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmimault 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmimault', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'b49acaf2-c96a-4f45-d24e-5d1a0df05224', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmissio 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmissio', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '4e86092e-2130-b49b-3c34-58ad5a8b31d8', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmoinot 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmoinot', 'debut' => '2012-07-05', 'fin' => '2013-07-05', 'id' => '58b6b301-eb80-a501-cd0a-4ff55403fde1', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmolinas 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmolinas', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '55', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmollard 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmollard', 'debut' => '2009-01-20', 'fin' => NULL, 'id' => '437', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmoncuy 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmoncuy', 'debut' => '2012-07-06', 'fin' => '2013-07-06', 'id' => 'ef0004bd-1c42-3048-1fd0-4ff6a4f21010', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmonin 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmonin', 'debut' => '2021-12-14', 'fin' => '2022-12-14', 'id' => '29aa56a9-8d4d-2034-1222-61b8aea52c8e', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmonsterlet 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmonsterlet', 'debut' => '2022-11-28', 'fin' => '2023-01-28', 'id' => '6b4d0bba-782c-2421-451b-63847db16c9a', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmordenti 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmordenti', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '69', )) 2025-03-23 00:45:47 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmoreira 2025-03-23 00:45:47 : stdClass::__set_state(array( 'identifiant' => 'edvmoreira', 'debut' => '2008-03-31', 'fin' => NULL, 'id' => '235', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmorin 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmorin', 'debut' => '2021-03-17', 'fin' => '2022-03-17', 'id' => '27820bd9-1eab-5dc7-c56d-60521e77716a', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmortier 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmortier', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '8471d81e-fd36-13b9-863c-63e270a36d74', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmorvan 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmorvan', 'debut' => '2015-05-26', 'fin' => '2016-05-26', 'id' => '2824245e-a43f-8d58-9839-55642b3b1570', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmorvant 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmorvant', 'debut' => '2013-03-06', 'fin' => '2014-03-06', 'id' => 'ad4bab5c-a4ab-e0b2-7422-513712ba23b0', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmouniq 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmouniq', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '480953a2-53c6-4677-2795-63e272b34b05', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmoya 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmoya', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'c99a3e28-59f3-8eec-0392-5d1a0c57ae2d', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmunier 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvmunier', 'debut' => '2022-01-26', 'fin' => '2023-01-26', 'id' => '91c46404-0fa6-bbdf-0cfc-61f11282e53a', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnabucet 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnabucet', 'debut' => '2009-08-25', 'fin' => NULL, 'id' => '705', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnantesmetropole 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnantesmetropole', 'debut' => '2014-12-08', 'fin' => '2015-12-08', 'id' => '402034d8-6e55-e8aa-9ad7-54856a226f7a', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnantesmetropole2 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnantesmetropole2', 'debut' => '2023-03-30', 'fin' => '2024-03-30', 'id' => '5445d1e6-a598-813d-b61b-642581939fa6', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvneron 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvneron', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => '4d39ca60-a175-2ea8-94a0-5b4858744ee1', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvneyton 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvneyton', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '19052720-6340-d792-5aff-63e268821c35', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnicolai 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnicolai', 'debut' => '2014-11-06', 'fin' => '2015-11-06', 'id' => '336e050b-c341-f07c-e201-545b5102a250', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnion 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnion', 'debut' => '2014-10-09', 'fin' => '2015-10-09', 'id' => '9c6de5ff-e785-d3ac-d708-543634636c23', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnoel 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnoel', 'debut' => '2011-01-31', 'fin' => NULL, 'id' => '1204', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnore 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnore', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'b3ca34b9-e59b-8ffb-150a-63e114e1c0a0', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnouel 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvnouel', 'debut' => '2009-07-08', 'fin' => NULL, 'id' => '695', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvodyssi 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvodyssi', 'debut' => '2015-10-14', 'fin' => '2016-10-14', 'id' => '2705b0f0-ed65-aba5-2bd6-561e25da96ca', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvof1528 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvof1528', 'debut' => '2013-04-11', 'fin' => '2014-04-11', 'id' => '3662341b-6511-6aa0-1877-516673a0cb64', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvoliere 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvoliere', 'debut' => '2011-09-12', 'fin' => NULL, 'id' => '1467', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvollivier 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvollivier', 'debut' => '2012-04-06', 'fin' => '2013-04-06', 'id' => 'cf7662b1-6d5b-9d51-fa8a-4f7eadbc261d', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvorly94 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvorly94', 'debut' => '2015-01-14', 'fin' => '2016-01-14', 'id' => '9d8274d7-0924-cca0-8dd9-54b63a5f4a57', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvotton 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvotton', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => 'c4bf3ed3-81db-86f9-ddfd-5b486b53ce75', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpalhiere 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvpalhiere', 'debut' => '2008-05-30', 'fin' => NULL, 'id' => '287', )) 2025-03-23 00:45:48 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpalmistes 2025-03-23 00:45:48 : stdClass::__set_state(array( 'identifiant' => 'edvpalmistes', 'debut' => '2016-04-05', 'fin' => '2017-04-05', 'id' => '99062b90-ac5e-5f4e-8ceb-5703799ecbd8', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpaquet 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpaquet', 'debut' => '2010-07-05', 'fin' => NULL, 'id' => '1007', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpaquin 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpaquin', 'debut' => '2008-01-29', 'fin' => NULL, 'id' => '137', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpargala 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpargala', 'debut' => '2008-11-07', 'fin' => NULL, 'id' => '356', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpascal 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpascal', 'debut' => '2008-12-17', 'fin' => NULL, 'id' => '402', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpatey 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpatey', 'debut' => '2011-03-22', 'fin' => NULL, 'id' => '1300', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpatouille 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpatouille', 'debut' => '2013-11-28', 'fin' => '2014-11-28', 'id' => '83563c55-c759-4409-3c11-5296f58fcb3f', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpatras 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpatras', 'debut' => '2009-05-26', 'fin' => NULL, 'id' => '656', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpaysdelor 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpaysdelor', 'debut' => '2016-12-09', 'fin' => '2017-12-09', 'id' => '70c9d8cd-0a8b-987a-e22f-584a785ecdc0', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpbotzung 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpbotzung', 'debut' => '2022-06-04', 'fin' => '2023-04-28', 'id' => '4f9aba94-20fc-bcad-b45f-626a68938962', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpellequer 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpellequer', 'debut' => '2008-09-11', 'fin' => NULL, 'id' => '322', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpellois 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpellois', 'debut' => '2018-12-13', 'fin' => '2019-12-13', 'id' => 'ad4558ce-744b-f8ef-7bf3-5c127e920643', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpeneaud 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpeneaud', 'debut' => '2009-10-01', 'fin' => NULL, 'id' => '708', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpenillo 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpenillo', 'debut' => '2018-02-20', 'fin' => '2019-02-20', 'id' => '99d982c3-8744-534c-31a8-5a8bdfe48baa', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvperezcazard 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvperezcazard', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '262110f8-6208-9e49-c4af-63e26f92512e', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvperrin 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvperrin', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'f1c5c6d2-32a2-f22f-7bd6-61644b1a4038', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvperrot 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvperrot', 'debut' => '2009-10-15', 'fin' => NULL, 'id' => '40', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpertuzon 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpertuzon', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => '17972e76-1c46-f915-a004-5b4c57679c04', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpetit 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpetit', 'debut' => '2017-01-31', 'fin' => '2018-01-31', 'id' => '75bd8e9d-98ae-e6d2-1338-589053c27619', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpetitalot 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpetitalot', 'debut' => '2009-03-14', 'fin' => NULL, 'id' => '537', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpetiteile 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpetiteile', 'debut' => '2012-03-08', 'fin' => NULL, 'id' => '1748', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpevet 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpevet', 'debut' => '2009-12-18', 'fin' => NULL, 'id' => '772', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpeyrat 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpeyrat', 'debut' => '2019-02-18', 'fin' => '2020-02-18', 'id' => '4b7b5768-d38d-5fc4-1274-5c6a93399a2f', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpicard 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpicard', 'debut' => '2011-09-09', 'fin' => NULL, 'id' => '1389', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpicton 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpicton', 'debut' => '2017-02-15', 'fin' => '2018-02-15', 'id' => '94846327-b7c8-8daa-d2e0-58a44f21b90f', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpierre 2025-03-23 00:45:49 : stdClass::__set_state(array( 'identifiant' => 'edvpierre', 'debut' => '2009-01-20', 'fin' => NULL, 'id' => '450', )) 2025-03-23 00:45:49 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpilard 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpilard', 'debut' => '2022-04-26', 'fin' => '2023-04-26', 'id' => '1ff2db72-57ca-60d9-2451-6267ba399854', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpin 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpin', 'debut' => '2009-02-23', 'fin' => NULL, 'id' => '519', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpinson 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpinson', 'debut' => '2009-11-13', 'fin' => NULL, 'id' => '734', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpiot 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpiot', 'debut' => '2011-03-07', 'fin' => NULL, 'id' => '1275', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpiwowarczyk 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpiwowarczyk', 'debut' => '2012-09-05', 'fin' => '2013-09-05', 'id' => 'ca1af178-3629-037d-43d4-5047033e18ae', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvple 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvple', 'debut' => '2009-02-06', 'fin' => NULL, 'id' => '491', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpleneuf22 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpleneuf22', 'debut' => '2008-05-16', 'fin' => NULL, 'id' => '267', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvplumet 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvplumet', 'debut' => '2015-07-08', 'fin' => '2016-07-08', 'id' => 'a22588c1-9555-888c-edec-559ced0756d5', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpognonec 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpognonec', 'debut' => '2022-03-22', 'fin' => '2023-03-22', 'id' => '7e86c254-efe3-513f-7be9-6239d058db45', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpoissonquinton 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpoissonquinton', 'debut' => '2008-10-02', 'fin' => NULL, 'id' => '335', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpoliti 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpoliti', 'debut' => '2012-09-11', 'fin' => '2013-09-11', 'id' => '89457a70-85f3-7ee6-4089-504f07dcb74e', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpomarez 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpomarez', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => '19cf9872-3b78-25a4-125d-63e1208d91d6', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpommelet 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpommelet', 'debut' => '2013-06-25', 'fin' => '2014-06-25', 'id' => 'c0690fa3-841f-4a73-728a-51c951a331ee', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpouit 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpouit', 'debut' => '2009-10-22', 'fin' => NULL, 'id' => '717', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpoulat 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpoulat', 'debut' => '2011-10-08', 'fin' => NULL, 'id' => '1418', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvprevost 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvprevost', 'debut' => '2015-03-03', 'fin' => '2016-03-03', 'id' => '91233dc1-21a7-4a96-f5f4-54f588d02014', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpries 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpries', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '68', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvprinzbach 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvprinzbach', 'debut' => '2008-10-16', 'fin' => NULL, 'id' => '345', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvprothery 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvprothery', 'debut' => '2014-01-17', 'fin' => '2015-02-04', 'id' => '7ada5159-94d5-3221-7998-52f10e9405e6', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvputignier 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvputignier', 'debut' => '2009-04-10', 'fin' => NULL, 'id' => '601', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpuyaubreau 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvpuyaubreau', 'debut' => '2010-02-13', 'fin' => NULL, 'id' => '837', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvquatrain 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvquatrain', 'debut' => '2008-02-04', 'fin' => NULL, 'id' => '146', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvquerbes 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvquerbes', 'debut' => '2013-03-18', 'fin' => '2014-03-18', 'id' => 'f40b4cc3-74ca-5d3f-0212-5146da877af0', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvquetard 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvquetard', 'debut' => '2023-01-24', 'fin' => '2024-01-24', 'id' => '55204232-e068-d8a1-b51d-63cf877ced42', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrabelle 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvrabelle', 'debut' => '2009-01-19', 'fin' => NULL, 'id' => '423', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvraimbault 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvraimbault', 'debut' => '2011-01-27', 'fin' => NULL, 'id' => '1201', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrames 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvrames', 'debut' => '2009-02-11', 'fin' => NULL, 'id' => '498', )) 2025-03-23 00:45:50 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvraymond 2025-03-23 00:45:50 : stdClass::__set_state(array( 'identifiant' => 'edvraymond', 'debut' => '2016-01-27', 'fin' => '2017-01-27', 'id' => '449067a6-e74b-b3c9-2b73-56a88b703a1c', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvregieeaux38 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvregieeaux38', 'debut' => '2012-09-10', 'fin' => '2013-09-10', 'id' => 'd838fc1a-98bc-c645-1eee-504df4d2bd6e', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrobcis 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrobcis', 'debut' => '2008-05-06', 'fin' => NULL, 'id' => '255', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrobic 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrobic', 'debut' => '2008-01-28', 'fin' => NULL, 'id' => '135', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrobuchon 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrobuchon', 'debut' => '2012-02-17', 'fin' => NULL, 'id' => '1658', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroca 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvroca', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '51', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrocca 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrocca', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => '3349ed49-c550-77b9-7a8a-5d1a25d3b130', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrochas 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrochas', 'debut' => '2011-02-08', 'fin' => NULL, 'id' => '1234', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroche 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvroche', 'debut' => '2021-02-16', 'fin' => '2022-02-16', 'id' => 'ddbcda01-a5d9-b05e-0bb6-602bcb4d5f08', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrodarie 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrodarie', 'debut' => '2009-02-26', 'fin' => NULL, 'id' => '531', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrogero 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrogero', 'debut' => '2011-10-18', 'fin' => NULL, 'id' => '1486', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrogier 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrogier', 'debut' => '2015-03-03', 'fin' => '2016-03-03', 'id' => '926a331d-79fe-174d-c513-54f573b089f2', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrolland 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrolland', 'debut' => '2008-01-29', 'fin' => NULL, 'id' => '143', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrollet 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrollet', 'debut' => '2010-02-08', 'fin' => NULL, 'id' => '833', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvromy 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvromy', 'debut' => '2013-05-06', 'fin' => '2014-05-06', 'id' => '4fcbd649-8da2-e298-fda2-518773c50eb1', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrostaing 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrostaing', 'debut' => '2017-02-21', 'fin' => '2018-02-21', 'id' => 'd6da1ae9-5a0a-b200-43fa-58ac02c03b25', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroucous 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvroucous', 'debut' => '2020-02-04', 'fin' => '2021-02-04', 'id' => 'efde6266-c0fd-7df9-1598-5e3985579684', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrougeron 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrougeron', 'debut' => '2023-01-19', 'fin' => '2024-01-19', 'id' => '9d0c9bd4-98d5-5eb0-f2d8-63c96b63bd75', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrouland 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrouland', 'debut' => '2013-10-01', 'fin' => '2014-10-01', 'id' => '1e9be62d-f510-7f56-2730-524ad6008c9f', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroumois 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvroumois', 'debut' => '2012-01-18', 'fin' => NULL, 'id' => '1577', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroussel 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvroussel', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '87132ae8-aac8-e979-aa7f-616443fc3b07', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrubegue 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvrubegue', 'debut' => '2014-09-02', 'fin' => '2015-09-02', 'id' => 'af4c1b9e-7fe1-7265-d7c7-5405b8375c24', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsafege92 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvsafege92', 'debut' => '2015-01-13', 'fin' => '2016-01-13', 'id' => '363c347a-ff64-6793-9b51-54b4f48800a2', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsahuc 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvsahuc', 'debut' => '2009-02-05', 'fin' => NULL, 'id' => '480', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsaintlouisaugustin 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvsaintlouisaugustin', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => '32b3f748-66c4-2c28-2216-5b4c8ee55a31', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsalamone 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvsalamone', 'debut' => '2020-01-14', 'fin' => '2021-01-14', 'id' => 'b7d404ff-21a8-420d-8acf-5e1d9ae80800', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsanac 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvsanac', 'debut' => '2009-01-24', 'fin' => NULL, 'id' => '557', )) 2025-03-23 00:45:51 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsanchez 2025-03-23 00:45:51 : stdClass::__set_state(array( 'identifiant' => 'edvsanchez', 'debut' => '2019-11-14', 'fin' => '2020-11-14', 'id' => 'c0c0bfd7-170f-1601-ca13-5dcd6d35e8aa', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsandot 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsandot', 'debut' => '2016-01-26', 'fin' => '2017-01-26', 'id' => '8afda2a8-f9f5-97df-5509-56a7458b7382', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsandoz 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsandoz', 'debut' => '2010-11-29', 'fin' => NULL, 'id' => '1091', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsastre 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsastre', 'debut' => '2009-11-20', 'fin' => NULL, 'id' => '738', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsautron 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsautron', 'debut' => '2010-04-09', 'fin' => NULL, 'id' => '940', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsauvace 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsauvace', 'debut' => '2009-02-06', 'fin' => NULL, 'id' => '487', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsauvinet 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsauvinet', 'debut' => '2019-12-20', 'fin' => '2020-12-20', 'id' => '33e39a36-6ddb-9155-c5a9-5dfc8748b09b', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvscattolino 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvscattolino', 'debut' => '2008-04-15', 'fin' => NULL, 'id' => '171', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsdea67 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsdea67', 'debut' => '2025-01-30', 'fin' => '2026-01-30', 'id' => 'd6bb0d56-7bd7-073c-76d7-679b5500b9b7', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsdeau50 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsdeau50', 'debut' => '2020-08-04', 'fin' => '2021-08-04', 'id' => 'ed9f801b-ba13-8641-85ea-5f296e604a4e', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvseau 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvseau', 'debut' => '2014-01-15', 'fin' => '2015-01-15', 'id' => '964c6631-d302-b3ab-24ad-52d6a89cdaf9', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsepase27 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsepase27', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '36ac9aab-2841-1b1c-64e1-63e26c18ed5d', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvseram13 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvseram13', 'debut' => '2008-04-01', 'fin' => NULL, 'id' => '238', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsereuse 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsereuse', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => '28fb100e-f9d3-9c9a-1e33-63d39df31e43', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvserre 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvserre', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => '6915dcf5-ea07-6c42-9581-5e412474314e', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvserviceeau 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvserviceeau', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => 'a434225d-0c33-203c-20dd-58ad5445976e', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvservurba 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvservurba', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '30', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsevin 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsevin', 'debut' => '2009-01-19', 'fin' => NULL, 'id' => '428', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiaap75 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiaap75', 'debut' => '2013-02-12', 'fin' => '2014-02-12', 'id' => '2a7eba5a-4734-d957-9fa0-5119f6fcfeb9', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiaap752 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiaap752', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => 'f1160534-788b-7d3c-f394-58ad5d964d30', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiadebp62 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiadebp62', 'debut' => '2021-01-21', 'fin' => '2022-01-21', 'id' => '9c42efa7-8c79-9025-995b-600992895c6b', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiaepa41 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiaepa41', 'debut' => '2019-02-12', 'fin' => '2020-02-12', 'id' => 'c4063b90-3249-9858-f2d8-5c628059bfc1', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiarh78 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiarh78', 'debut' => '2021-02-26', 'fin' => '2022-02-26', 'id' => 'df26f711-5173-5857-d3ce-6038eb88765f', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiatarare 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiatarare', 'debut' => '2009-01-27', 'fin' => NULL, 'id' => '441', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiav59 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiav59', 'debut' => '2014-01-21', 'fin' => '2015-01-21', 'id' => 'e18f0edf-8ad2-a163-d44a-52de4a2db39c', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiel34 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsiel34', 'debut' => '2015-05-27', 'fin' => '2016-05-27', 'id' => '58ece6c1-fe5c-e940-ae93-556592cdd1c5', )) 2025-03-23 00:45:52 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsilvestre 2025-03-23 00:45:52 : stdClass::__set_state(array( 'identifiant' => 'edvsilvestre', 'debut' => '2016-03-22', 'fin' => '2017-03-22', 'id' => '448e8d7a-e129-5c49-8365-56f15d0dafe4', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsinquin 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsinquin', 'debut' => '2016-11-28', 'fin' => '2017-11-28', 'id' => '28d99b0e-bcc9-4073-e5a5-583c38c35ee0', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsite14 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsite14', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '2aead6a8-0be4-66c7-e66c-58ad75963bb7', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsiveer86 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsiveer86', 'debut' => '2015-02-04', 'fin' => '2016-02-04', 'id' => 'a5b898df-d9e4-40a7-02c8-54d1f455177c', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsivom84 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsivom84', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'd4e8bc86-428f-be95-5d71-63e1181ede0d', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsivso91 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsivso91', 'debut' => '2014-03-11', 'fin' => '2015-03-11', 'id' => '2fa97b85-9f66-0c84-bc29-531ee6bd34be', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsivu 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsivu', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => 'f0777cd5-02c2-df0e-b145-63db87eeaee2', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsmaep50 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsmaep50', 'debut' => '2017-02-22', 'fin' => '2018-02-22', 'id' => '9226da13-b63a-ae2e-7574-58ad732cd278', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsmeahb 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsmeahb', 'debut' => '2009-05-25', 'fin' => NULL, 'id' => '651', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsoccol 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsoccol', 'debut' => '2012-05-15', 'fin' => '2013-05-15', 'id' => '16473637-495a-d3aa-0057-4fb20df85742', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsolliec 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsolliec', 'debut' => '2020-02-10', 'fin' => '2021-02-10', 'id' => '873389f8-75ef-d82e-233a-5e4126f57ff8', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsollivro 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsollivro', 'debut' => '2013-12-09', 'fin' => '2014-12-09', 'id' => '67dbcf9c-28b6-9f5f-c13b-52a59ead2653', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsoteau 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsoteau', 'debut' => '2009-12-10', 'fin' => NULL, 'id' => '770', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsoudar 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsoudar', 'debut' => '2009-03-10', 'fin' => NULL, 'id' => '538', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsouillet 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsouillet', 'debut' => '2023-02-10', 'fin' => '2024-02-10', 'id' => '2ec3e5dc-533a-e61b-36fe-63e624281591', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsourceo 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsourceo', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => '43f1a2a6-adfb-7d0e-1234-5b4852161c3f', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsoyer 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsoyer', 'debut' => '2020-03-13', 'fin' => '2021-03-13', 'id' => '9dfbebb2-3a3f-8814-6389-5e6b45cfa3ae', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsse08 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsse08', 'debut' => '2010-11-22', 'fin' => NULL, 'id' => '1087', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsteinberg 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsteinberg', 'debut' => '2015-02-09', 'fin' => '2016-02-09', 'id' => 'ed924f62-bd3d-2207-67ad-54d8830dc4e5', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvstgs50 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvstgs50', 'debut' => '2014-02-11', 'fin' => '2015-02-11', 'id' => '5c7e0156-d46d-0bf9-6020-52f9fac375ea', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsyage91 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsyage91', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => '6ae803ec-4d6a-cdb7-76e7-63e0cab3b678', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsydec40 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvsydec40', 'debut' => '2018-12-17', 'fin' => '2019-12-17', 'id' => 'ba7ecb01-ff0f-e740-b125-5c176f614cbd', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtahouati 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvtahouati', 'debut' => '2008-05-15', 'fin' => NULL, 'id' => '261', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtalazac 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvtalazac', 'debut' => '2008-01-01', 'fin' => NULL, 'id' => '27', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtatu 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvtatu', 'debut' => '2015-03-05', 'fin' => '2016-03-05', 'id' => '974a05d5-a0c9-01d4-a8c3-54f809a6e1fb', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtavernier 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvtavernier', 'debut' => '2013-12-10', 'fin' => '2014-12-10', 'id' => '77f407c3-9c99-1437-2abc-52a6c859c81d', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvteissier 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvteissier', 'debut' => '2023-01-23', 'fin' => '2024-01-23', 'id' => 'e738637b-d1c8-c528-3cff-63ce84b00465', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtergny 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvtergny', 'debut' => '2012-09-10', 'fin' => '2013-09-10', 'id' => '7c6f0afb-3a14-36f8-7816-504de5f5f469', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvterroux 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvterroux', 'debut' => '2012-03-15', 'fin' => NULL, 'id' => '1719', )) 2025-03-23 00:45:53 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvthenard 2025-03-23 00:45:53 : stdClass::__set_state(array( 'identifiant' => 'edvthenard', 'debut' => '2023-02-10', 'fin' => '2024-02-10', 'id' => '210a3506-548d-895a-bba3-63e62785efac', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvthiebaut 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvthiebaut', 'debut' => '2021-09-21', 'fin' => '2022-09-21', 'id' => '4d9417ae-ea4a-6a05-5977-6149ecb60699', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvthiebaux 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvthiebaux', 'debut' => '2009-04-03', 'fin' => NULL, 'id' => '603', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvthirard 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvthirard', 'debut' => '2019-03-21', 'fin' => '2020-03-21', 'id' => '1ee86400-f065-b4f3-f6d6-5c9360597ff1', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvthomas 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvthomas', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '8bdc8bb0-0867-2f27-55a6-63e214f1ae41', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtiberi 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtiberi', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '3c9998a5-6919-88dd-8057-63e21c76d997', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtilikete 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtilikete', 'debut' => '2012-03-22', 'fin' => NULL, 'id' => '1746', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtisserand 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtisserand', 'debut' => '2008-02-05', 'fin' => NULL, 'id' => '156', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtornato 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtornato', 'debut' => '2017-03-24', 'fin' => '2018-03-24', 'id' => '53e029c3-8d59-c9b7-cfce-58d4e1e6e0a8', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtournon 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtournon', 'debut' => '2021-12-14', 'fin' => '2022-12-14', 'id' => '32406907-c4d8-5c44-3784-61b8bdc4df42', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtreilles 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtreilles', 'debut' => '2008-10-16', 'fin' => NULL, 'id' => '343', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtrouve 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtrouve', 'debut' => '2009-12-09', 'fin' => NULL, 'id' => '761', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtruchet 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvtruchet', 'debut' => '2009-04-17', 'fin' => NULL, 'id' => '620', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvturpin 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvturpin', 'debut' => '2014-02-13', 'fin' => '2015-02-13', 'id' => '7a8c6357-1d63-f9fa-eec7-52fc89623cbf', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvuguen 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvuguen', 'debut' => '2016-06-16', 'fin' => '2017-06-16', 'id' => 'afbd2b30-664e-a74c-272a-5762718ff7de', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvurbain 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvurbain', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => '99e1275b-5610-d7df-daba-63eb991e8bfd', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvalallier 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvalallier', 'debut' => '2016-07-21', 'fin' => '2017-07-21', 'id' => '8f4466a7-a573-579a-70a8-57908104ea1f', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvalax 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvalax', 'debut' => '2019-08-27', 'fin' => '2020-08-27', 'id' => '4454ec68-929c-0521-357a-5d653d2404d7', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvalenceagglo 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvalenceagglo', 'debut' => '2013-04-09', 'fin' => '2014-04-09', 'id' => '54db42d3-7d7f-4428-1a9c-5163c37ab848', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvallier 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvallier', 'debut' => '2016-02-23', 'fin' => '2017-02-23', 'id' => '78feb817-bb25-9f05-3e5c-56cc741d909c', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvarache 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvarache', 'debut' => '2020-01-21', 'fin' => '2021-01-21', 'id' => '4d3539e2-f98d-710f-b245-5e26f699ead2', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvaudelin 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvaudelin', 'debut' => '2016-02-24', 'fin' => '2017-02-24', 'id' => 'b83d398e-ef07-0f9b-8a79-56cdc1d7732e', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvaufreydaz 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvaufreydaz', 'debut' => '2020-02-04', 'fin' => '2021-02-04', 'id' => '4b7d6a43-38d7-24a1-f9d0-5e39671e8659', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvautier 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvautier', 'debut' => '2014-05-26', 'fin' => '2015-05-26', 'id' => '3ecaf141-2943-5c55-e31c-53832f81b85c', )) 2025-03-23 00:45:54 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvecchi 2025-03-23 00:45:54 : stdClass::__set_state(array( 'identifiant' => 'edvvecchi', 'debut' => '2011-06-28', 'fin' => NULL, 'id' => '1395', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvveoliarennes 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvveoliarennes', 'debut' => '2008-01-24', 'fin' => NULL, 'id' => '123', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvverdone 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvverdone', 'debut' => '2018-07-13', 'fin' => '2019-07-13', 'id' => '21b20060-19c6-cd63-c9af-5b485b7cf0db', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvestier 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvestier', 'debut' => '2021-09-28', 'fin' => '2022-09-28', 'id' => '9a8f7187-494d-ba0b-d2ce-615310abf40a', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvetter 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvetter', 'debut' => '2009-04-03', 'fin' => NULL, 'id' => '598', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvezzoli 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvezzoli', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'f1bc1eeb-374f-18a9-1c80-5d1a21f9a91f', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvialaret 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvialaret', 'debut' => '2009-04-07', 'fin' => NULL, 'id' => '606', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvidal 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvidal', 'debut' => '2018-07-16', 'fin' => '2019-07-16', 'id' => 'cdab8568-5f30-9d1f-67e9-5b4c9cb3b194', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvienne 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvienne', 'debut' => '2021-03-16', 'fin' => '2022-03-16', 'id' => '7840957c-e9bb-cac8-814c-6050c9ebb8d2', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvienne38 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvienne38', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'b97b4a5f-85d7-b293-d0da-5d1a0df50222', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvigreux 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvigreux', 'debut' => '2011-01-31', 'fin' => NULL, 'id' => '1207', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvildy 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvildy', 'debut' => '2009-01-19', 'fin' => NULL, 'id' => '430', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvillepinte 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvillepinte', 'debut' => '2017-01-30', 'fin' => '2018-01-30', 'id' => '80983c8e-5833-e49f-c3e4-588f41694017', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvillette 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvillette', 'debut' => '2008-02-07', 'fin' => NULL, 'id' => '160', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvilleveygoux 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvilleveygoux', 'debut' => '2008-02-05', 'fin' => NULL, 'id' => '155', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvivier 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvivier', 'debut' => '2021-02-26', 'fin' => '2022-02-26', 'id' => '955a8eab-d7a1-1e38-3402-6038ff2f0bab', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvoiron 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvoiron', 'debut' => '2019-07-01', 'fin' => '2020-07-01', 'id' => 'b324ec5d-3afb-935c-b572-5d1a1f3ad0e1', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvollette 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvollette', 'debut' => '2009-02-26', 'fin' => NULL, 'id' => '530', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvonbothmer 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvvonbothmer', 'debut' => '2016-01-26', 'fin' => '2017-01-26', 'id' => 'dab6ae43-2614-ef7d-c50c-56a721110030', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvwanlin 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvwanlin', 'debut' => '2012-03-16', 'fin' => NULL, 'id' => '1725', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvweigele 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvweigele', 'debut' => '2009-09-24', 'fin' => NULL, 'id' => '316', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvwerey 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvwerey', 'debut' => '2016-01-25', 'fin' => '2017-01-25', 'id' => '3c7f8056-0443-e481-24e3-56a5fd94e6cd', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvwilczak 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvwilczak', 'debut' => '2015-01-29', 'fin' => '2016-01-29', 'id' => 'c6a9749e-c415-bcb5-c0d5-54c9f65a0062', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvyoussoufian 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvyoussoufian', 'debut' => '2013-03-07', 'fin' => '2014-03-07', 'id' => 'e301718c-63a5-dc42-1102-51386561e1c2', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvzucchi 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'edvzucchi', 'debut' => '2014-01-21', 'fin' => '2015-01-21', 'id' => '8def042c-b36d-ec23-7e2c-52de80b6e0c9', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = FNCCR 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'FNCCR', 'debut' => '2011-04-06', 'fin' => NULL, 'id' => '1353', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = JMB 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'JMB', 'debut' => '2018-04-17', 'fin' => '2019-04-17', 'id' => 'b3bdfa23-5c14-8ee5-60db-5ad5f92aaee6', )) 2025-03-23 00:45:55 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = medad_inte 2025-03-23 00:45:55 : stdClass::__set_state(array( 'identifiant' => 'medad_inte', 'debut' => '2008-01-03', 'fin' => NULL, 'id' => '79', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = medad_interne 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'medad_interne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '92', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = MEDDTL 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'MEDDTL', 'debut' => '2011-01-10', 'fin' => NULL, 'id' => '784', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = oieauedv 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'oieauedv', 'debut' => '2011-11-27', 'fin' => '2012-11-27', 'id' => '93', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = oieau_interne 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'oieau_interne', 'debut' => '2008-01-03', 'fin' => NULL, 'id' => '78', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = onemainterne 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'onemainterne', 'debut' => '2008-01-04', 'fin' => NULL, 'id' => '94', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = onema_interne 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'onema_interne', 'debut' => '2008-01-03', 'fin' => NULL, 'id' => '80', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = OPANC 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'OPANC', 'debut' => '2011-02-07', 'fin' => NULL, 'id' => '1224', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = ppscollectivites 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'ppscollectivités', 'debut' => '2014-03-11', 'fin' => '2015-03-11', 'id' => 'b698a4c3-cfcc-200b-d677-531eeaa155d2', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = presse 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'presse', 'debut' => '2011-11-17', 'fin' => NULL, 'id' => '1523', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = promoedv2010 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'promoedv2010', 'debut' => '2010-05-25', 'fin' => NULL, 'id' => '969', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = provisoire 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'provisoire', 'debut' => '2011-07-26', 'fin' => NULL, 'id' => '1454', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = sispea 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'sispea', 'debut' => '2017-10-02', 'fin' => '2018-10-02', 'id' => 'a703efd2-38db-82c3-19ce-59d2509efb1e', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = temp 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'temp', 'debut' => '2016-09-14', 'fin' => '2017-09-14', 'id' => 'eb9890ca-5d93-97af-ac31-57d9093116e6', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfully 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvfully', 'debut' => '2018-09-11', 'fin' => '2019-09-11', 'id' => 'a786fd3e-e2d4-ec23-73cb-5b975c163b3d', )) 2025-03-23 00:45:56 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvriou 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvriou', 'debut' => '2018-10-11', 'fin' => '2019-10-11', 'id' => '2f37d31b-fbd3-960c-9a84-5bbf4379e085', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbigot 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvbigot', 'debut' => '2018-10-16', 'fin' => '2019-10-16', 'id' => 'b6a7290f-827a-478c-572b-5bc5df234502', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcomagglo62 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvcomagglo62', 'debut' => '2020-01-21', 'fin' => '2021-01-21', 'id' => 'dd10fdd5-dc2b-fd53-3038-5e26c65e5138', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvnoutary 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvnoutary', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '213a0196-0932-89b1-f4cb-63d791018090', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcomagglovalparisis 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvcomagglovalparisis', 'debut' => '2019-02-05', 'fin' => '2020-02-05', 'id' => '87a60681-ad58-e0b4-9b12-5c5953b7f77f', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvduran 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvduran', 'debut' => '2021-05-18', 'fin' => '2022-05-18', 'id' => '81497a1f-6419-f7e9-13bd-60a3aa0e63e8', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edveauassainissement38 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edveauassainissement38', 'debut' => '2022-07-19', 'fin' => '2023-07-19', 'id' => '8c040bdd-00a8-e173-6862-62d65a5e3bc3', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlouveton 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvlouveton', 'debut' => '2023-02-03', 'fin' => '2024-02-03', 'id' => '33fc2102-dc2d-189d-abd7-63dce1c44919', )) 2025-03-23 00:45:56 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdietrich 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvdietrich', 'debut' => '2019-06-18', 'fin' => '2020-06-18', 'id' => '2d68a5fc-2b40-3d73-f73a-5d08a217f5a0', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbfb 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvbfb', 'debut' => '2019-07-08', 'fin' => '2020-07-08', 'id' => '2ceb6a60-bc74-1358-32bd-5d22ef8f8ed1', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvclerc 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvclerc', 'debut' => '2019-07-10', 'fin' => '2020-07-10', 'id' => '27358f43-b3fc-a50d-875c-5d25b2c0c258', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvabirached 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvabirached', 'debut' => '2019-07-24', 'fin' => '2020-07-24', 'id' => '970be15e-f81b-1b51-ff4c-5d3875528983', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbeltramo 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvbeltramo', 'debut' => '2023-01-26', 'fin' => '2024-01-26', 'id' => '1f4f87d0-ffef-0097-ad7c-63d296091806', )) 2025-03-23 00:45:56 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvthierry 2025-03-23 00:45:56 : stdClass::__set_state(array( 'identifiant' => 'edvthierry', 'debut' => '2019-09-03', 'fin' => '2020-09-03', 'id' => 'eff2b2bf-7e7c-6ee5-19be-5d6e8183ec1b', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = em 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'em', 'debut' => '2019-09-03', 'fin' => '2020-09-03', 'id' => '728e3824-0c36-387f-f194-5d6e6e1079bd', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvraboteur 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvraboteur', 'debut' => '2019-10-30', 'fin' => '2020-10-30', 'id' => '8bf25579-cf88-c476-40b6-5db951f2cec7', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbarral 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvbarral', 'debut' => '2022-01-26', 'fin' => '2023-01-26', 'id' => '9dc7f0c0-a89c-6fa4-e4f2-61f1044d035e', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdepisere 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvdepisere', 'debut' => '2020-01-14', 'fin' => '2021-01-14', 'id' => '8754c596-3397-b87c-7ed9-5e1dd02393e5', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjouan 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvjouan', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => 'c1cd48a3-a4c5-3bd6-6394-63d3e5c3a73a', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjbdore 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvjbdore', 'debut' => '2023-01-24', 'fin' => '2024-01-24', 'id' => 'b04e6dcc-5e51-5cf8-b018-63cfe9925c02', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpiaser 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvpiaser', 'debut' => '2020-01-22', 'fin' => '2021-01-22', 'id' => '85a83977-5646-fe22-afe2-5e28532313ba', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbiechlin 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvbiechlin', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '70c305d5-1f21-978d-256f-63d7868d5849', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlagarde 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvlagarde', 'debut' => '2023-02-06', 'fin' => '2024-02-06', 'id' => 'a3f16c9b-fb0b-c4e4-4146-63e0c7a4f5b9', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsoulard 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvsoulard', 'debut' => '2023-02-02', 'fin' => '2024-02-02', 'id' => '92974005-d38f-e736-daec-63dbd039c062', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcchpb29 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvcchpb29', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '92ff3160-bcd6-5218-b78d-63d7ecfa196b', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlaszkiewicz 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvlaszkiewicz', 'debut' => '2021-09-21', 'fin' => '2022-09-21', 'id' => 'e90ad80d-4b8f-7232-31a8-61498fb14fd1', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = Noel.Cellarier 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edv2020 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edv2020', 'debut' => '2020-11-12', 'fin' => '2021-11-12', 'id' => '9fb310c1-4e47-9464-4abe-5facf4f185f5', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = testaeffaceredvvincent 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgonzalesbraban 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvgonzalesbraban', 'debut' => '2020-02-10', 'fin' => '2021-11-17', 'id' => 'e9c08c65-4d16-85db-497e-5fb39bdc8bb8', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgueret 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvgueret', 'debut' => '2022-11-29', 'fin' => '2023-11-29', 'id' => 'd4f4060c-2933-55f9-20e7-6385d90285c9', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgonzalezbraban 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvgonzalezbraban', 'debut' => '2022-03-14', 'fin' => '2023-03-14', 'id' => '59b50404-97a0-82d6-8b6e-622f688eeec0', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvodyssieau 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvodyssieau', 'debut' => '2023-01-27', 'fin' => '2024-01-27', 'id' => '36f63f6f-2f87-b1ab-ace3-63d394502882', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvheligon 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvheligon', 'debut' => '2023-01-26', 'fin' => '2024-01-26', 'id' => '672ec2c8-cc09-0dde-b326-63d25539ac4d', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaillava 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvcaillava', 'debut' => '2020-10-13', 'fin' => '2022-01-28', 'id' => 'bc441a94-ee60-7860-9333-6012d0430ea7', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdethine 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvdethine', 'debut' => '2023-01-30', 'fin' => '2024-01-30', 'id' => '8abb1f7a-645d-0259-f3f0-63d79f44909d', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrias 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvbrias', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => '8bb81445-5532-5d58-f35b-63e20ff0e79b', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvraoult 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvraoult', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'deae3670-bd86-1f66-4471-63e212fd310a', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgoutte 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvgoutte', 'debut' => '2023-02-07', 'fin' => '2024-02-07', 'id' => 'b6f33dfa-f3f1-5e29-cc2a-63e24a22d321', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = e.vincenttestedvgonzalez 2025-03-23 00:45:57 : User a autre role que authentifié : 2, 3, 4 => authenticated user, administrator, abonnée 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlemaire 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvlemaire', 'debut' => '2022-03-22', 'fin' => '2023-03-22', 'id' => 'dbdd8234-4e20-a059-d1ee-6239ee671ab6', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvadrian 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvadrian', 'debut' => '2021-03-16', 'fin' => '2022-03-16', 'id' => 'a85cbb6e-871d-3486-c1fa-6050ecc40da4', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdelnaud 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvdelnaud', 'debut' => '2021-03-16', 'fin' => '2022-03-16', 'id' => '44580006-6ad5-ce6b-67f8-6050ec9044a8', )) 2025-03-23 00:45:57 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlapacherie 2025-03-23 00:45:57 : stdClass::__set_state(array( 'identifiant' => 'edvlapacherie', 'debut' => '2021-03-16', 'fin' => '2022-03-16', 'id' => '30c33df6-5302-4ec1-93f2-6050e938169e', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmoulinier 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvialle 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvvialle', 'debut' => '2021-03-16', 'fin' => '2022-03-16', 'id' => '5efc3592-72f1-a558-ee3d-6050ec401db4', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvagglobrive 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvagglobrive', 'debut' => '2021-03-16', 'fin' => '2022-03-16', 'id' => 'd308d83b-faeb-56dc-a616-6050ec351f92', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = c.hunot@oieau.fr 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'c.hunot@oieau.fr', 'debut' => '2021-04-20', 'fin' => '2022-04-20', 'id' => 'acfd7873-94d9-4189-cfb2-607ea0bef5e4', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = cv-ingenierie@orange.fr 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'cv-ingenierie@orange.fr', 'debut' => '2023-02-02', 'fin' => '2023-08-02', 'id' => '350ff52a-3d74-4137-1182-63dbc8a94f39', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvloyer 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvloyer', 'debut' => '2021-07-15', 'fin' => '2022-07-15', 'id' => '18047892-80fe-3add-3527-60efecc821cb', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbergerot 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvbergerot', 'debut' => '2023-01-30', 'fin' => '2023-07-30', 'id' => '6abe5f51-af96-424f-977e-63d7a749493f', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcolon 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvcolon', 'debut' => '2021-09-27', 'fin' => '2022-09-27', 'id' => '5be8a284-f0fa-93e0-1c5e-6151c8fa0e12', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvfolliasson 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvfolliasson', 'debut' => '2021-09-27', 'fin' => '2022-09-27', 'id' => '1cdf7897-e491-2afd-5ef9-615198e66b43', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvalleteau 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvvalleteau', 'debut' => '2021-09-27', 'fin' => '2022-09-27', 'id' => '390cfc60-91a9-b8a0-b585-6151d9fe5da2', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvadin 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvadin', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'a882ef0d-d625-404c-d161-616407eff57c', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvberteaud 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvberteaud', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'e2cf62f9-2637-d18f-0c85-6164331aa6ac', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbonjour 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvbonjour', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '2af7b63a-0732-7ffa-5622-616449c92eb2', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvbrelot 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvbrelot', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '4a10fc9f-3ad0-1800-e0e9-61644d99f0fe', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcesaro 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvcesaro', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '9778ce20-5afe-1101-a292-61642c9c140c', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvchoisy 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvchoisy', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '21556401-56f9-873d-ce88-6163fcc83b8f', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdeltreil 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvdeltreil', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '927be1d0-d8cd-3616-d214-61644177e3f0', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdousse 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvdousse', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '4fa4b75c-254f-1504-5b58-61644fb090fe', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdumay 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvdumay', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '1c6d1ba4-552a-2713-c9d3-6164379d6288', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvelmerini 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvelmerini', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '7af308de-e144-5098-5d08-61644c3b7f42', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgiroussens 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvgiroussens', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'ccc9cf95-a4b1-5e40-4e22-61643ab3b71b', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgremillet 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvgremillet', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'b7f579c8-bdba-48b8-f8ef-61644945590c', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrondin 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvgrondin', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '7d8bbda0-3497-2070-6a26-61643855e3fe', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgrosclaude 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvgrosclaude', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '345606f8-7a02-f3ba-bc17-616448e0b9bb', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvguerquin 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvguerquin', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '56eef35d-8f71-cd92-ce90-61644ed93520', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvgutton 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvgutton', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '437c624b-20df-baee-5408-6163fe8426fa', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvherin 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvherin', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '7bfff1ef-576b-68da-bf0d-616447ce56c9', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvhoeltzel 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvhoeltzel', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '2d4fede2-ccc6-890c-5eb4-61640385c3c3', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjanicot 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvjanicot', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'c5822acd-4019-596d-d6b5-61642b5609bd', )) 2025-03-23 00:45:58 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjaujay 2025-03-23 00:45:58 : stdClass::__set_state(array( 'identifiant' => 'edvjaujay', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'a231b536-e981-46cf-a6f4-61644a55345a', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvjouve 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvjouve', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '337c8166-408e-bbd5-8077-61643923848e', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlalonde 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvlalonde', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '32af6c86-bb33-e9bd-e262-6164452d588f', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlazerges 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvlazerges', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'cef0815a-e5b3-ffd4-6195-616448eeadb4', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmartinsaires 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvmartinsaires', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '1bc60a36-6e93-7964-2c00-616444130cc3', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmeyssonnier 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvmeyssonnier', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '15dcdb67-0254-158d-97a0-616450d1133f', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvmuselier 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvmuselier', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'e695c123-637f-bb42-4f2f-61642d51e04d', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpaplorey 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvpaplorey', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '47788db3-ac99-8695-41e0-6164502dda78', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpauwels 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvpauwels', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '281bb006-b9b6-b678-494e-6164381f3a3e', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvperrod 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvperrod', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'a1bca55d-19cd-4191-eb78-616442d7e71f', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvphilip 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvphilip', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '618fb87b-b1f1-51d9-66fa-61642f9029a5', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvrocard 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvrocard', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'df72886f-855d-5cff-5d6b-616405e78607', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroy 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvroy', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'cd33ed13-fb66-e9dc-0f8a-616404bece09', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvsimon 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvsimon', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'a504fa9c-9594-a45c-d057-616445cb3f6c', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvterrible 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvterrible', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => 'c08cfa44-d61a-1d75-caa4-61644ca19346', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvatin 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvvatin', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '23bb07e2-549e-af6f-bf85-6163fd51a1a3', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvvincent 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvvincent', 'debut' => '2021-10-11', 'fin' => '2022-10-11', 'id' => '9ff26022-2c0e-40ab-6761-616443f27738', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvlauney 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvlauney', 'debut' => '2023-01-31', 'fin' => '2024-01-31', 'id' => '3ad5d9b8-e299-c7c2-9d73-63d8f66b5c94', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvburdeau 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvburdeau', 'debut' => '2023-02-14', 'fin' => '2024-02-14', 'id' => 'b5ea8a08-d19c-fe94-a90e-63eb68c49ec2', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvroyant 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvroyant', 'debut' => '2023-01-24', 'fin' => '2024-01-24', 'id' => '93792f8b-f428-8d07-6047-63cffe9b2143', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvtorrent 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvtorrent', 'debut' => '2021-09-21', 'fin' => '2023-03-21', 'id' => 'a6fb4b95-8222-5e01-feeb-6238863923db', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvregieeau 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvregieeau', 'debut' => '2022-06-14', 'fin' => '2023-06-14', 'id' => '9cd4be13-b554-500f-3924-62a89cc93f5c', )) 2025-03-23 00:45:59 : User a autre role que authentifié : 2, 3 => authenticated user, administrator 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvseavallon 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvseavallon', 'debut' => '2023-02-14', 'fin' => '2024-01-14', 'id' => '34ffb943-395b-aef5-ae76-63eb64fe40d3', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvdomeyne 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvdomeyne', 'debut' => '2023-04-03', 'fin' => '2024-04-03', 'id' => 'b8650e70-b27b-b3cf-cb8f-642ad982a13f', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = adherents2023 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'adherents2023', 'debut' => '2023-10-19', 'fin' => '2024-10-19', 'id' => '6c8e7eec-625d-7558-643c-6531342b022b', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvpontarrasse 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvpontarrasse', 'debut' => '2023-08-04', 'fin' => '2024-08-04', 'id' => '3c4b86af-b6d2-58b7-89e5-64ccae00e944', )) 2025-03-23 00:45:59 : SELECT abnmt_abonnement.identifiant, abnmt_abonnement.debut, abnmt_abonnement.fin, abnmt_abonnement.id, abnmt_abonnement.debut FROM abnmt_abonnement inner join /* que pour produit eaudanslaville 2 et 3 */ abnmt_abt_abnmt_produit_c on abnmt_abt_abnmt_produit_c.abnmt_af88ament_idb = abnmt_abonnement.id and abnmt_abt_abnmt_produit_c.abnmt_a69b2duit_ida in (2,3) and abnmt_abt_abnmt_produit_c.deleted = 0 WHERE identifiant = ? ORDER BY debut desc /*plusieurs ligne possible, on prend la plus récente pour avoir la bonne date de fin */ , ? = edvcaprovenceverte 2025-03-23 00:45:59 : stdClass::__set_state(array( 'identifiant' => 'edvcaprovenceverte', 'debut' => '2023-09-14', 'fin' => '2024-09-14', 'id' => 'df030bdb-fdf3-d110-9f11-6502dbfef015', ))