0001438: Remplacement de HtmlInput par HttpInput
This commit is contained in:
parent
83f6046e88
commit
a28aea8f82
12 changed files with 107 additions and 75 deletions
|
|
@ -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"])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue