0001438: Remplacement de HtmlInput par HttpInput

This commit is contained in:
Dany De Bontridder 2017-06-12 21:11:05 +02:00
parent a28aea8f82
commit a5f02370cc
13 changed files with 44 additions and 28 deletions

View file

@ -9,7 +9,7 @@
<div class="name">
<?php
$http=new HtmlInput();
if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
where user_name=$1 and with_calc=true",array($_SESSION['g_user'])) ==1):
echo '<div id="calc">';
@ -22,7 +22,7 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
?>
<div id="direct">
<form method="get">
<?php echo HtmlInput::default_value('ac', '', $_REQUEST)?>
<?php echo $http->request('ac',"string", '')?>
<?php echo Dossier::hidden()?>
<?php