0001438: Remplacement de HtmlInput par HttpInput

This commit is contained in:
Dany De Bontridder 2017-06-11 13:36:56 +02:00
parent 83f6046e88
commit a28aea8f82
12 changed files with 107 additions and 75 deletions

View file

@ -1178,7 +1178,8 @@ class Document
$ret=$this->db->get_value('select r_phone from public.stock_repository where r_id=$1',array($p_array['repo']));
return $ret;
case 'TITLE':
$title=HtmlInput::default_value_request("ag_title", "");
$http=new HttpInput();
$title=$http->request("ag_title","string", "");
return $title;
case 'COMM_PAYMENT':
if ( isset($p_array["e_comm_paiement"])) {