$reqInsert, 'reqInsert' => $reqInsert], 'reqInsertLibellePrd.php');} try{ $resConn=$idPdo->query($reqInsert); if ($resConn) {$admMsg .= "
Libellé article " .$_SESSION['lgCouranteLibelle']. " créé avec succès !"; $admMsgClass='ok'; } } catch (PDOException $e ) { $admMsg .= "Echec de la création du libellé article. " ; $admMsgClass='ko'; if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['reqInsert' => $reqInsert], 'reqInsertLibellePrd.php');} } ?>