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/program/steps/settings/save_identity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') 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