[Vtigercrm-commits] [vtiger-commits] r6294 - /vtigercrm/trunk/modules/Settings/AddMailAccount.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 22 11:04:02 EDT 2006


Author: saraj
Date: Mon May 22 09:03:58 2006
New Revision: 6294

Log:
updated add mail account file

Modified:
    vtigercrm/trunk/modules/Settings/AddMailAccount.php

Modified: vtigercrm/trunk/modules/Settings/AddMailAccount.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/AddMailAccount.php (original)
+++ vtigercrm/trunk/modules/Settings/AddMailAccount.php Mon May 22 09:03:58 2006
@@ -15,6 +15,7 @@
 global $mod_strings;
 global $app_strings;
 global $app_list_strings;
+global $current_user;
 
 /*
 echo '<br>';
@@ -83,6 +84,7 @@
 $smarty->assign("RETURN_MODULE","Settings");
 $smarty->assign("RETURN_ACTION","index");
 $smarty->assign("JAVASCRIPT", get_validate_record_js());
+$smarty->assign("USERID", $current_user->id);
 
 $smarty->display('AddMailAccount.tpl');
 





More information about the vtigercrm-commits mailing list