Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1877 → Rev 1878

/web/acc/manager/htdocs/ticket_user.php
4,7 → 4,7
//--recupération des variables provenant du formulaire
$langue_imp=utf8_decode($_POST["langue_imp"]);
$log_imp=$_POST["log_imp"];
$passwd_imp=utf8_decode($_POST["passwd_imp"]);
$passwd_imp=$_POST["passwd_imp"];
$exp_imp=utf8_decode($_POST["exp_imp"]);
$sto_imp=utf8_decode($_POST["sto_imp"]);
$mas_imp=utf8_decode($_POST["mas_imp"]);
/web/acc/manager/lib/sql/create_user.php
15,6 → 15,7
$op_val2 = '';
$link = da_sql_pconnect($config);
if ($link){
mysqli_set_charset($link,"utf8");
if (is_file("../lib/crypt/$config[general_encryption_method].php")){
include_once("../lib/crypt/$config[general_encryption_method].php");
/*Ajout en vue de l'impression des données (thank's to Geoffroy MUSITELLI)*/