Skip to content
Snippets Groups Projects
Commit 08e2d423 authored by Laurent's avatar Laurent
Browse files

hotline #34250 patrons integration: fix negative failures

parent 60674387
Branches
Tags
7 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1375Master,!1372Hotline master,!1369Hotline#34250 suite problemes infra ftp les imports totaux abonnes ne doivent plus supprimer d abonnes
......@@ -72,6 +72,7 @@ class abonne
$data = $this->changeAccents($data);
$data = explode(chr(9),$data);
$enreg['MAIL'] = '';
for($i = 0; $i < count($this->champs); $i++) {
$colonne = $this->champs[$i];
$enreg[$colonne] = $data[$i];
......@@ -108,7 +109,6 @@ class abonne
public function importFicheXml($data){
// Transco accents
$data=$this->changeAccents($data);
xdebug_break();
// Données d'import
$data=new SimpleXMLElement($data);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment