[Vtigercrm-commits] [vtiger-commits] r5324 - /vtigercrm/trunk/modules/Users/updateLeadDBStatus.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:01:28 EDT 2006
Author: richie
Date: Tue Apr 25 03:01:24 2006
New Revision: 5324
Log:
redirect changed
Modified:
vtigercrm/trunk/modules/Users/updateLeadDBStatus.php
Modified: vtigercrm/trunk/modules/Users/updateLeadDBStatus.php
==============================================================================
--- vtigercrm/trunk/modules/Users/updateLeadDBStatus.php (original)
+++ vtigercrm/trunk/modules/Users/updateLeadDBStatus.php Tue Apr 25 03:01:24 2006
@@ -17,6 +17,7 @@
$leadstatusval = $_REQUEST['leadval'];
$idval=$_REQUEST['user_id'];
$viewid = $_REQUEST['viewname'];
+$return_module = $_REQUEST['return_module'];
global $current_user;
global $adb;
$storearray = explode(";",$idlist);
@@ -40,6 +41,6 @@
$result1 = $adb->query($query);
}
}
-header("Location: index.php?module=Leads&action=LeadsAjax&file=ListView&ajax=changestate&viewname=".$viewid);
+header("Location: index.php?module=$return_module&action=".$return_module."Ajax&file=ListView&ajax=changestate&viewname=".$viewid);
?>
More information about the vtigercrm-commits
mailing list