summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-20 22:38:10 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-20 22:38:10 +0000
commit8804f22e81fbfd0545d457973ce05329cd631764 (patch)
treeb8ccd190c50455876ce7710dcbda70c1add6e0a7
parent3f815cdfae00255cdce8c491dd903187904edd29 (diff)
Minor improvements and bugfixes (see changelog)
git-svn-id: https://svn.roundcube.net/trunk@169 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/CHANGELOG1
-rw-r--r--roundcubemail/program/steps/settings/save_identity.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 9dcc5b0d7..da1f9a76f 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -3,6 +3,7 @@ CHANGELOG RoundCube Webmail
2006/03/20
----------
+- Avoid error message when saving an unchanged identity (Bug #1429510)
- Fixed hard-coded cols selection for sent folder (Bug #1354586)
- Enable some HTML links for use with "open in new window" or "save target"
- Check meta-key instead of ctrl on Macs
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');