diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-20 22:38:10 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-20 22:38:10 +0000 |
| commit | 8804f22e81fbfd0545d457973ce05329cd631764 (patch) | |
| tree | b8ccd190c50455876ce7710dcbda70c1add6e0a7 /roundcubemail/program/steps | |
| parent | 3f815cdfae00255cdce8c491dd903187904edd29 (diff) | |
Minor improvements and bugfixes (see changelog)
git-svn-id: https://svn.roundcube.net/trunk@169 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/settings/save_identity.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/save_identity.inc b/roundcubemail/program/steps/settings/save_identity.inc index f5780de4b..f099ea5f7 100644 --- a/roundcubemail/program/steps/settings/save_identity.inc +++ b/roundcubemail/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'); |
