thomascube
2006-08-10 87e3ed6ed09a9fcd3cab45a6ce674396e51b95bb
program/steps/settings/save_identity.inc
@@ -61,7 +61,7 @@
    $updated = $DB->affected_rows();
    }
       
  if ($updated)
  if ($updated && !empty($_POST['_standard']))
    {
    show_message('successfullysaved', 'confirmation');
@@ -80,7 +80,7 @@
      // ...      
      }
    }
  else
  else if ($DB->is_error())
    {
    // show error message
    show_message('errorsaving', 'error');