[Vtigercrm-commits] [vtiger-commits] r5511 - /vtigercrm/trunk/modules/Users/profilePrivileges.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 18:49:06 EDT 2006


Author: don
Date: Thu Apr 27 16:49:01 2006
New Revision: 5511

Log:
fixed the wizard navigation issue in step1 and step2

Modified:
    vtigercrm/trunk/modules/Users/profilePrivileges.php

Modified: vtigercrm/trunk/modules/Users/profilePrivileges.php
==============================================================================
--- vtigercrm/trunk/modules/Users/profilePrivileges.php (original)
+++ vtigercrm/trunk/modules/Users/profilePrivileges.php Thu Apr 27 16:49:01 2006
@@ -18,6 +18,9 @@
 
 
 $smarty = new vtigerCRM_Smarty;
+$smarty->assign("PARENTPROFILEID", $parentProfileId);
+$smarty->assign("RADIOBUTTON", $_REQUEST['radiobutton']);
+
 $secondaryModule='';
 $mode='';
 $output ='';





More information about the vtigercrm-commits mailing list