diff options
author | thomascube <thomas@roundcube.net> | 2006-08-04 12:10:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-08-04 12:10:34 +0000 |
commit | fa4cd20fb14c087c80e6a9cde11df17d46e07566 (patch) | |
tree | 302691dc640112ce395f0bfd8522290504727cb2 /program/steps | |
parent | c4e7e4f8221f7eb229c1186729424e9ce6ccee16 (diff) |
Several bugfixes; see CHANGELOG for details
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/settings/save_identity.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/save_identity.inc b/program/steps/settings/save_identity.inc index f099ea5f7..9df6c61cb 100644 --- a/program/steps/settings/save_identity.inc +++ b/program/steps/settings/save_identity.inc @@ -61,7 +61,7 @@ if ($_POST['_iid']) $updated = $DB->affected_rows(); } - if ($updated) + if ($updated && !empty($_POST['_standard'])) { show_message('successfullysaved', 'confirmation'); |