[Vtigercrm-commits] [vtiger-commits] r5348 - /vtigercrm/trunk/modules/CustomView/Save.php

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


Author: richie
Date: Tue Apr 25 06:51:45 2006
New Revision: 5348

Log:
passed parenttab and fixes #574

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

Modified: vtigercrm/trunk/modules/CustomView/Save.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/Save.php (original)
+++ vtigercrm/trunk/modules/CustomView/Save.php Tue Apr 25 06:51:45 2006
@@ -15,7 +15,7 @@
 
 $cvid = $_REQUEST["record"];
 $cvmodule = $_REQUEST["cvmodule"];
-
+$parenttab = $_REQUEST["parenttab"];
 if($cvmodule != "")
 {
 	$viewname = addslashes($_REQUEST["viewName"]);
@@ -191,5 +191,5 @@
 	}
 }
 
-header("Location: index.php?action=index&module=$cvmodule&viewname=$cvid");
+header("Location: index.php?action=index&parenttab=$parenttab&module=$cvmodule&viewname=$cvid");
 ?>





More information about the vtigercrm-commits mailing list