Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1875 → Rev 1876

/web/acc/manager/htdocs/ticket_user.php
3,7 → 3,7
// ticket d'impression (thank's to Geoffroy MUSITELLI)
//--recupération des variables provenant du formulaire
$langue_imp=utf8_decode($_POST["langue_imp"]);
$log_imp=utf8_decode($_POST["log_imp"]);
$log_imp=$_POST["log_imp"];
$passwd_imp=utf8_decode($_POST["passwd_imp"]);
$exp_imp=utf8_decode($_POST["exp_imp"]);
$sto_imp=utf8_decode($_POST["sto_imp"]);