diff --git a/htdocs/core/ajax/extraparams.php b/htdocs/core/ajax/extraparams.php index 484f8165723..4b18bdfee13 100644 --- a/htdocs/core/ajax/extraparams.php +++ b/htdocs/core/ajax/extraparams.php @@ -16,8 +16,8 @@ */ /** - * \file /htdocs/core/ajax/showhide.php - * \brief File to return Ajax response on set show/hide element + * \file /htdocs/core/ajax/extraparams.php + * \brief File to return Ajax response on set extra parameters of elements */ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Disables token renewal @@ -42,7 +42,6 @@ top_httphead(); print ''."\n"; -// Registering the location of boxes if(! empty($id) && ! empty($element) && ! empty($htmlelement) && ! empty($type)) { $value = GETPOST('value','alpha');