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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 00:06:08 EDT 2006


Author: saraj
Date: Wed Apr 26 22:06:04 2006
New Revision: 5418

Log:
changes made to get groupname for campaign

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

Modified: vtigercrm/trunk/modules/CustomView/CustomView.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/CustomView.php (original)
+++ vtigercrm/trunk/modules/CustomView/CustomView.php Wed Apr 26 22:06:04 2006
@@ -1144,10 +1144,6 @@
 			{
 				$query = "select ".$this->getCvColumnListSQL($viewid)." ,crmentity.crmid,products.* ".$listviewquery;
 			}
-			else if($module == "Campaigns")
-			{
-				$query = "select users.user_name,".$this->getCvColumnListSQL($viewid)." ,crmentity.crmid ".$listviewquery;
-			}
 			else if($module == "Vendors")
 			{
 				$query = "select ".$this->getCvColumnListSQL($viewid)." ,crmentity.crmid ".$listviewquery;





More information about the vtigercrm-commits mailing list