Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 581 → Rev 582

/trunk/modeles/AnnuaireModele.php
1292,7 → 1292,8
);
$donnees = array_merge($donneesDefaut, $donnees);
// 1) table principale de l'annuaire
$req = "INSERT INTO annuaire_tela VALUES(DEFAULT, '"
$req = "INSERT INTO annuaire_tela (U_ID, U_NAME, U_SURNAME, U_FONCTION, U_TITLE, U_PASSWD, U_MAIL, U_WEB, U_ADDR1, U_ADDR2, U_ZIP_CODE, "
. "U_CITY, U_STATE, U_COUNTRY, U_FRENCH_DPT, U_ABO, U_NIV, U_SPE, U_GEO, U_ACT, U_VALIDE, U_DATE, U_ASS, U_COT, U_LETTRE) VALUES(DEFAULT, '"
. $donnees['nom'] . "', '"
. $donnees['prenom'] . "', '"
. $donnees['fonction'] . "', '"