Subversion Repositories Applications.annuaire

Rev

Rev 580 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 580 Rev 582
Line 1290... Line 1290...
1290
			'password' => '', 'email' => '', 'url' => '', 'addr1' => '', 'addr2' => '', 'code_postal' => '',
1290
			'password' => '', 'email' => '', 'url' => '', 'addr1' => '', 'addr2' => '', 'code_postal' => '',
1291
			'ville' => '', 'etat' => '', 'pays' => '', 'departement' => ''
1291
			'ville' => '', 'etat' => '', 'pays' => '', 'departement' => ''
1292
		);
1292
		);
1293
		$donnees = array_merge($donneesDefaut, $donnees);
1293
		$donnees = array_merge($donneesDefaut, $donnees);
1294
		// 1) table principale de l'annuaire
1294
		// 1) table principale de l'annuaire
1295
		$req = "INSERT INTO annuaire_tela VALUES(DEFAULT, '"
1295
		$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, "
-
 
1296
            . "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, '"
1296
			. $donnees['nom'] . "',	'"
1297
			. $donnees['nom'] . "',	'"
1297
			. $donnees['prenom'] . "', '"
1298
			. $donnees['prenom'] . "', '"
1298
			. $donnees['fonction'] . "', '"
1299
			. $donnees['fonction'] . "', '"
1299
			. $donnees['titre'] . "', '"
1300
			. $donnees['titre'] . "', '"
1300
			. $donnees['password'] . "', '"
1301
			. $donnees['password'] . "', '"