[Vtigercrm-commits] [vtiger-commits] r10946 - /vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 21 10:40:03 EDT 2007


Author: saraj
Date: Mon May 21 08:39:56 2007
New Revision: 10946

Log:
Fatal Error in campaign related list. Fixes #3891

Modified:
    vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php

Modified: vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php (original)
+++ vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php Mon May 21 08:39:56 2007
@@ -14,7 +14,7 @@
 require_once('user_privileges/default_module_view.php');
 
 global $singlepane_view;
-$cvObj = new CustomView($_REQUEST["return_type"]);
+$cvObj = new CustomView($_REQUEST["list_type"]);
 
 $listquery = getListQuery($_REQUEST["list_type"]);
 $rs = $adb->query($cvObj->getModifiedCvListQuery($_REQUEST["cvid"],$listquery,$_REQUEST["list_type"]));





More information about the vtigercrm-commits mailing list