Projet

Général

Profil

Révision b069f62c htdocs/epack/register.php

Voir les différences:

htdocs/epack/register.php
94 94
  $mime = new Mail_mime($crlf);
95 95
  $mime->setTXTBody($txtmail);
96 96
  $mime->addAttachment($fichier_pdf, mime_content_type($fichier_pdf));
97
  $mime->addAttachment($fichier, mime_content_type($fichier));
97 98
  $body = $mime->get(array('text_charset' => 'utf-8'));
98 99
  $hdrs = $mime->headers($hdrs);
99 100
  $mail =& Mail::factory('mail');
......
314 315
	}
315 316
      }
316 317
      else {
317
	$message .= "<li>Tentative de lien avec l'entité racine refusée pour $usermail: <font color=\"red\">ERROR</font></li>\n";
318
	$message .= "<li>Tentative de lien avec l'entité racine($identity) refusée pour $usermail: <font color=\"red\">ERROR</font></li>\n";
318 319
	//$message .= "<li>$query2</li>\n";
319 320
      }
320 321
    }
......
520 521
	    $data1 = $DB->fetch_assoc($result1);
521 522
	    $identityenduser = $data1['ID'];
522 523
	  }
524
	  else {
525
	    //$message .= "<p>Erreur : $query1</p>";
526
	  }
523 527
	  //$message .= "<li>Entity: $query1</li>\n";
524 528
	  add_user_and_update_link($datapost['IEMAIL'], $identityenduser,$datapost['INAME'],$datapost['ICITY'],"Installation");
525 529
	  add_user_and_update_link($datapost['ADM_EMAIL'], $identityenduser,$datapost['ADM_LASTNAME'],$datapost['ADM_FIRSTNAME'],"Directrice ou directeur");

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux