From 8804f22e81fbfd0545d457973ce05329cd631764 Mon Sep 17 00:00:00 2001 From: roundcube Date: Mon, 20 Mar 2006 22:38:10 +0000 Subject: Minor improvements and bugfixes (see changelog) git-svn-id: https://svn.roundcube.net/trunk@169 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/CHANGELOG | 1 + roundcubemail/program/steps/settings/save_identity.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'); -- cgit v1.2.3