Projet

Général

Profil

Révision d485029b htdocs/epack/register.php

Voir les différences:

htdocs/epack/register.php
314 314
      }
315 315
      else {
316 316
	$message .= "<li>Tentative de lien avec l'entité racine refusée pour $usermail: <font color=\"red\">ERROR</font></li>\n";
317
	//$message .= "<li>$query2</li>\n";
317 318
      }
318 319
    }
319 320
    //Sinon c'est que tout est déjà fait !
......
518 519
	    $data1 = $DB->fetch_assoc($result1);
519 520
	    $identityenduser = $data1['ID'];
520 521
	  }
521

  
522
	  //$message .= "<li>Entity: $query1</li>\n";
522 523
	  add_user_and_update_link($datapost['IEMAIL'], $identityenduser,$datapost['INAME'],$datapost['ICITY'],"Installation");
523 524
	  add_user_and_update_link($datapost['ADM_EMAIL'], $identityenduser,$datapost['ADM_LASTNAME'],$datapost['ADM_FIRSTNAME'],"Directrice ou directeur");
524 525
	  add_user_and_update_link($datapost['PR_EMAIL'], $identityenduser,$datapost['PR_LASTNAME'],$datapost['PR_FIRSTNAME'],"Autre contact");

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux