[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 12 require_once ('include/utils/UserInfoUtil.php'); 13 global $adb; 14 $del_id = $_REQUEST['delete_group_id']; 15 $transfer_group_id = $_REQUEST['transfer_group_id']; 16 17 $transferType = $_REQUEST['assigntype']; 18 19 if($transferType == 'T') 20 { 21 $transferId = $_REQUEST['transfer_group_id']; 22 $transferType = "Groups"; 23 } 24 elseif($transferType == 'U') 25 { 26 $transferId = $_REQUEST['transfer_user_id']; 27 $transferType = "Users"; 28 } 29 30 31 32 //Updating the user2 vtiger_role vtiger_table 33 deleteGroup($del_id,$transferId,$transferType); 34 35 36 header("Location: index.php?action=listgroups&module=Users&parenttab=Settings"); 37 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |