[Vtigercrm-commits] [vtiger-commits] r5346 - /vtigercrm/trunk/modules/CustomView/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 08:50:21 EDT 2006


Author: richie
Date: Tue Apr 25 06:50:17 2006
New Revision: 5346

Log:
passed parenttab and fixes #574

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

Modified: vtigercrm/trunk/modules/CustomView/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/EditView.php (original)
+++ vtigercrm/trunk/modules/CustomView/EditView.php Tue Apr 25 06:50:17 2006
@@ -33,6 +33,7 @@
 $recordid = $_REQUEST['record'];
 
 $smarty->assign("MOD", $mod_strings);
+$smarty->assign("CATEGORY", $_REQUEST['parenttab']);
 $smarty->assign("APP", $app_strings);
 $smarty->assign("IMAGE_PATH", $image_path);
 $smarty->assign("MODULE",$cv_module);





More information about the vtigercrm-commits mailing list