summaryrefslogtreecommitdiff
path: root/program/steps/settings/save_identity.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-03-20 22:38:10 +0000
committerthomascube <thomas@roundcube.net>2006-03-20 22:38:10 +0000
commitad57b3ab3ab6ac5f7e41580a96bf03900a52e5b2 (patch)
tree1a951b97e0bf389be2a4db6031f5bd0b958fb523 /program/steps/settings/save_identity.inc
parent8c2e58b42e89ca0216307553a906c2ca776c44f8 (diff)
Minor improvements and bugfixes (see changelog)
Diffstat (limited to 'program/steps/settings/save_identity.inc')
-rw-r--r--program/steps/settings/save_identity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/save_identity.inc b/program/steps/settings/save_identity.inc
index f5780de4b..f099ea5f7 100644
--- a/program/steps/settings/save_identity.inc
+++ b/program/steps/settings/save_identity.inc
@@ -80,7 +80,7 @@ if ($_POST['_iid'])
// ...
}
}
- else
+ else if ($DB->is_error())
{
// show error message
show_message('errorsaving', 'error');