[Vtigercrm-commits] [vtiger-commits] r6144 - /vtigercrm/trunk/modules/Campaigns/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 18 01:41:01 EDT 2006


Author: don
Date: Wed May 17 23:40:58 2006
New Revision: 6144

Log:
issue in campaigns listview has been fixed

Modified:
    vtigercrm/trunk/modules/Campaigns/ListView.php

Modified: vtigercrm/trunk/modules/Campaigns/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/ListView.php (original)
+++ vtigercrm/trunk/modules/Campaigns/ListView.php Wed May 17 23:40:58 2006
@@ -28,6 +28,7 @@
 
 $focus = new Campaign();
 $category = getParentTab();
+$smarty = new vtigerCRM_Smarty;
 $other_text = Array();
 $url_string = ''; // assigning http url string
 
@@ -82,7 +83,6 @@
 $smarty->assign("CHANGE_OWNER",getUserslist());
 //<<<<<customview>>>>>
 
-$smarty = new vtigerCRM_Smarty;
 if($viewid != 0)
 {
         $CActionDtls = $oCustomView->getCustomActionDetails($viewid);





More information about the vtigercrm-commits mailing list