From 48ac9b2adc7a4e37dd934a5c45e6ffb112dff299 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 2 Sep 2008 17:22:00 +0000 Subject: New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_contacts.php') diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php index 811ec4cc3..7ef2af1df 100644 --- a/roundcubemail/program/include/rcube_contacts.php +++ b/roundcubemail/program/include/rcube_contacts.php @@ -34,7 +34,7 @@ class rcube_contacts var $result = null; var $search_fields; var $search_string; - var $table_cols = array('name', 'email', 'firstname', 'surname'); + var $table_cols = array('name', 'email', 'firstname', 'surname', 'vcard'); /** public properties */ var $primary_key = 'contact_id'; -- cgit v1.2.3