[Vtigercrm-commits] [vtiger-commits] r10200 - /vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Feb 17 06:49:18 EST 2007


Author: saraj
Date: Sat Feb 17 04:49:12 2007
New Revision: 10200

Log:
misplaced if-loop fixed --Minnie

Modified:
    vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php

Modified: vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/ListViewUtils.php Sat Feb 17 04:49:12 2007
@@ -1016,7 +1016,7 @@
 	{
 		$value = $adb->query_result($list_result,$list_result_count,'user_name');
 	}
-	if($uitype == 15 && $module == 'Calendar')
+	elseif($uitype == 15 && $module == 'Calendar')
 	{
 		$activitytype = $adb->query_result($list_result,$list_result_count,'activitytype');
 		$value = $app_strings[$activitytype];





More information about the vtigercrm-commits mailing list