[Vtigercrm-commits] [vtiger-commits] r7070 - /vtigercrm/trunk/include/utils/export.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 14 05:12:56 EDT 2006
Author: richie
Date: Wed Jun 14 03:12:52 2006
New Revision: 7070
Log:
passed an additional variable to the method
Modified:
vtigercrm/trunk/include/utils/export.php
Modified: vtigercrm/trunk/include/utils/export.php
==============================================================================
--- vtigercrm/trunk/include/utils/export.php (original)
+++ vtigercrm/trunk/include/utils/export.php Wed Jun 14 03:12:52 2006
@@ -40,7 +40,7 @@
if(isset($_SESSION['authenticated_user_id']))
{
- $result = $current_user->retrieve($_SESSION['authenticated_user_id']);
+ $result = $current_user->retrieve_entity_info($_SESSION['authenticated_user_id'],"users");
if($result == null)
{
session_destroy();
More information about the vtigercrm-commits
mailing list