[Vtigercrm-commits] [vtiger-commits] r9307 - /vtigercrm/branches/4.2/modules/Reports/ReportColumns.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 6 02:43:57 EDT 2006


Author: allanbush
Date: Wed Sep  6 00:43:54 2006
New Revision: 9307

Log:
Fixed typo in $fieldlabel variable name.  Refs #1989.

Modified:
    vtigercrm/branches/4.2/modules/Reports/ReportColumns.php

Modified: vtigercrm/branches/4.2/modules/Reports/ReportColumns.php
==============================================================================
--- vtigercrm/branches/4.2/modules/Reports/ReportColumns.php (original)
+++ vtigercrm/branches/4.2/modules/Reports/ReportColumns.php Wed Sep  6 00:43:54 2006
@@ -99,7 +99,7 @@
 			{
 				foreach($ogReport->sec_module_columnslist[$secmodule[$i]][$key] as $field=>$fieldlabel)
 				{
-					if(isset($mod_strings[$fieldlable]))
+					if(isset($mod_strings[$fieldlabel]))
 					{
 					$shtml .= "<option value=\"".$field."\">".$mod_strings[$fieldlabel]."</option>";
 					}else





More information about the vtigercrm-commits mailing list