0001438: Remplacement de HtmlInput par Http_Input
This commit is contained in:
parent
48c3fe5809
commit
aa55ed6894
79 changed files with 1303 additions and 878 deletions
|
|
@ -28,8 +28,9 @@ if (!defined('ALLOWED'))
|
|||
* export all the selected documents for Ana Accountancy in PDF
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/class/class_document_export.php';
|
||||
|
||||
$ck = HtmlInput::default_value_get('ck', 0);
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_http_input.php';
|
||||
$http=new HttpInput();
|
||||
$ck = $http->get('ck',"string", 0);
|
||||
if ($ck == 0)
|
||||
{
|
||||
echo "Aucune sélection";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue