From 7a8901c568f8b8f22dedc9ed296d0049fdac966e Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 12 Apr 2012 12:06:30 +0000 Subject: - Small fix git-svn-id: https://svn.roundcube.net/trunk@6068 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index e32ce5a12..a31370b16 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -669,7 +669,7 @@ function rcmail_contact_form($form, $record, $attrib = null) } } - if (!$content && !$edit_mode) + if (!$content && (!$edit_mode || !$select_add->_count)) continue; // also render add-field selector -- cgit v1.2.3