Skip to content
Snippets Groups Projects
Commit 77de4104 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: doxygen

parent 5a0ee19a
No related branches found
No related tags found
No related merge requests found
......@@ -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 '<!-- Ajax page called with url '.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].' -->'."\n";
// Registering the location of boxes
if(! empty($id) && ! empty($element) && ! empty($htmlelement) && ! empty($type))
{
$value = GETPOST('value','alpha');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment