[Vtigercrm-commits] [vtiger-commits] r5752 - /vtigercrm/trunk/modules/Webmails/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 5 10:05:29 EDT 2006
Author: richie
Date: Fri May 5 08:05:25 2006
New Revision: 5752
Log:
Assigned userid with current user.
Modified:
vtigercrm/trunk/modules/Webmails/ListView.php
Modified: vtigercrm/trunk/modules/Webmails/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/ListView.php (original)
+++ vtigercrm/trunk/modules/Webmails/ListView.php Fri May 5 08:05:25 2006
@@ -341,8 +341,11 @@
imap_close($mbox);
//print_r($listview_entries);
+global $current_user;
+
$smarty = new vtigerCRM_Smarty;
+$smarty->assign("USERID", $current_user->id);
$smarty->assign("CUSTOMVIEW_OPTION",$customviewcombo_html);
$smarty->assign("MOD", $mod_strings);
$smarty->assign("APP", $app_strings);
More information about the vtigercrm-commits
mailing list