[Vtigercrm-commits] [vtiger-commits] r7791 - /vtigercrm/trunk/soap/thunderbirdplugin.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 10:51:41 EDT 2006


Author: richie
Date: Tue Jul  4 08:51:38 2006
New Revision: 7791

Log:
method changed to reflect change to the new code

Modified:
    vtigercrm/trunk/soap/thunderbirdplugin.php

Modified: vtigercrm/trunk/soap/thunderbirdplugin.php
==============================================================================
--- vtigercrm/trunk/soap/thunderbirdplugin.php (original)
+++ vtigercrm/trunk/soap/thunderbirdplugin.php Tue Jul  4 08:51:38 2006
@@ -112,10 +112,11 @@
 {
 	global $current_user;
 	require_once('modules/Users/User.php');
+	require_once('include/utils/CommonUtils.php');
 	$seed_user = new User();
 	$user_id = $seed_user->retrieve_user_id($user_name);
 	$current_user = $seed_user;
-	$current_user->retrieve($user_id);
+	$current_user->retrieve_entity_info($user_id,"Users");
 	
 	$date_sent = getDisplayDate($date_sent);
 





More information about the vtigercrm-commits mailing list