Skip to content

Commit

Permalink
Fix: doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Mar 16, 2012
1 parent 5a0ee19 commit 77de410
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htdocs/core/ajax/extraparams.php
Expand Up @@ -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
Expand All @@ -42,7 +42,6 @@

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');
Expand Down

0 comments on commit 77de410

Please sign in to comment.