Ignore:
Timestamp:
Jan 17, 2005, 12:54:54 AM (19 years ago)
Author:
plg
Message:
  • bug fixed : in admin/configuration, reset button was a submit button
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r675 r700  
    4848  // if the parameter is present in $_POST array (if a form is submited), we
    4949  // override it with the submited value
    50   if (isset($_POST[$row['param']]) && !isset($_POST['reset']))
     50  if (isset($_POST[$row['param']]))
    5151  {
    5252    $conf[$row['param']] = $_POST[$row['param']];
Note: See TracChangeset for help on using the changeset viewer.