[Vtigercrm-commits] [vtiger-commits] r5753 - /vtigercrm/trunk/modules/Emails/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 5 10:06:27 EDT 2006


Author: richie
Date: Fri May  5 08:06:23 2006
New Revision: 5753

Log:
Assigned userid for current user

Modified:
    vtigercrm/trunk/modules/Emails/ListView.php

Modified: vtigercrm/trunk/modules/Emails/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Emails/ListView.php (original)
+++ vtigercrm/trunk/modules/Emails/ListView.php Fri May  5 08:06:23 2006
@@ -28,6 +28,7 @@
 require_once('include/utils/utils.php');
 require_once('modules/CustomView/CustomView.php');
 
+global $current_user;
 $submenu = array('LBL_EMAILS_TITLE'=>'index.php?module=Emails&action=ListView.php','LBL_WEBMAILS_TITLE'=>'index.php?module=Webmails&action=index&parenttab=My Home Page');
 
 $sec_arr = array('index.php?module=Emails&action=ListView.php'=>'Emails','index.php?module=Webmails&action=index&parenttab=parenttab=My Home Page'=>'Emails'); 
@@ -227,6 +228,7 @@
 $smarty->assign("ALPHABETICAL", $alphabetical);
 $smarty->assign("NAVIGATION", $navigationOutput);
 $smarty->assign("RECORD_COUNTS", $record_string);
+$smarty->assign("USERID", $current_user->id);
 
 $check_button = Button_Check($module);
 $smarty->assign("CHECK", $check_button);





More information about the vtigercrm-commits mailing list