Beispiel #1
0
                 }
                 if ($checkDiner) {
                     $ajoutPanier->ajouterArticle($numpara, $checkDiner, "1", $laForma->titrePara, "");
                 }
                 if ($checkPendant) {
                     $ajoutPanier->ajouterArticle($numpara, $checkPendant, "1", $laForma->titrePara, "");
                 }
                 if ($textPedag && $textPedagTva) {
                     $ajoutPanier->ajouterArticle($numpara, "facturer pédagogie à " . $textPedag . " tva=" . $textPedagTva, "1", $laForma->titrePara, "");
                 }
                 if ($textHeberg && $textHebergTva) {
                     $ajoutPanier->ajouterArticle($numpara, "facturer hébergement à " . $textHeberg . " tva=" . $textHebergTva, "1", $laForma->titrePara, "");
                 }
                 //On avertit l'administrateur de l'inscription
                 $laForma->numclient = $_SESSION['numclient'];
                 $laForma->avertirAdmin();
             }
         }
     }
     /* ************* Page spécifique extranet-pro.php du site public pour s'inscrire à l'espace professionnel **************************************************************** */
 } else {
     if ($spec == "extranet-pro") {
         if ($action == "seConnecter") {
             $leProf = new Client();
             $leProf->email = $textEmailCpte;
             $leProf->pwd = $textPwdCpte;
             $leProf->professionnel = "o";
             $mes = $leProf->connecte();
             $leProf->numclient = $_SESSION['numprof'];
             $leProf->infosClient();
             if ($numdoc) {