[Vtigercrm-commits] [vtiger-commits] r9445 - /vtigercrm/trunk/soap/thunderbirdplugin.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Sep 12 12:13:54 EDT 2006
Author: jerrydgeorge
Date: Tue Sep 12 10:13:46 2006
New Revision: 9445
Log:
First name missing while export has been fixed --Jeri
Modified:
vtigercrm/trunk/soap/thunderbirdplugin.php
Modified: vtigercrm/trunk/soap/thunderbirdplugin.php
==============================================================================
--- vtigercrm/trunk/soap/thunderbirdplugin.php (original)
+++ vtigercrm/trunk/soap/thunderbirdplugin.php Tue Sep 12 10:13:46 2006
@@ -357,7 +357,7 @@
}
$contact = new Contact();
- $contact->column_fields[firstname]=in_array('salutation',$permitted_lists) ? $first_name : "";
+ $contact->column_fields[firstname]=in_array('firstname',$permitted_lists) ? $first_name : "";
$contact->column_fields[lastname]=in_array('lastname',$permitted_lists) ? $last_name : "";
$contact->column_fields[birthday]=in_array('birthday',$permitted_lists) ? getDisplayDate("0000-00-00") : "";
$contact->column_fields[email]=in_array('email',$permitted_lists) ? $email_address : "";
More information about the vtigercrm-commits
mailing list