[Vtigercrm-commits] [vtiger-commits] r5345 - /vtigercrm/trunk/modules/CustomView/Delete.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 08:49:29 EDT 2006


Author: richie
Date: Tue Apr 25 06:49:24 2006
New Revision: 5345

Log:
passed parenttab and fixes #574

Modified:
    vtigercrm/trunk/modules/CustomView/Delete.php

Modified: vtigercrm/trunk/modules/CustomView/Delete.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/Delete.php (original)
+++ vtigercrm/trunk/modules/CustomView/Delete.php Tue Apr 25 06:49:24 2006
@@ -15,6 +15,7 @@
 $cvid = $_REQUEST["record"];
 $module = $_REQUEST["dmodule"];
 $smodule = $REQUEST["smodule"];
+$parenttab = $_REQUEST["parenttab"];
 
 if(isset($cvid) && $cvid != '')
 {
@@ -27,5 +28,5 @@
 	$smodule_url = "&smodule=".$smodule;
 }
 
-header("Location: index.php?action=index&module=$module".$smodule_url);
+header("Location: index.php?action=index&parenttab=$parenttab&module=$module".$smodule_url);
 ?>





More information about the vtigercrm-commits mailing list