[Vtigercrm-commits] [vtiger-commits] r9688 - /vtigercrm/branches/5.0.2/modules/Reports/ReportColumns.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 25 05:50:47 EDT 2006
Author: richie
Date: Wed Oct 25 03:50:42 2006
New Revision: 9688
Log:
typo error fixed
Modified:
vtigercrm/branches/5.0.2/modules/Reports/ReportColumns.php
Modified: vtigercrm/branches/5.0.2/modules/Reports/ReportColumns.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Reports/ReportColumns.php (original)
+++ vtigercrm/branches/5.0.2/modules/Reports/ReportColumns.php Wed Oct 25 03:50:42 2006
@@ -113,7 +113,7 @@
$shtml .= "<optgroup label=\"".$app_list_strings['moduleList'][$secmodule[$i]]." ".$key."\" class=\"select\" style=\"border:none\">";
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