[Vtigercrm-commits] [vtiger-commits] r9676 - /vtigercrm/branches/5.0.2/modules/Calendar/CalendarCommon.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 23 06:22:24 EDT 2006
Author: aissafranc
Date: Mon Oct 23 04:22:21 2006
New Revision: 9676
Log:
Correction for translation of the dropdowns
Modified:
vtigercrm/branches/5.0.2/modules/Calendar/CalendarCommon.php
Modified: vtigercrm/branches/5.0.2/modules/Calendar/CalendarCommon.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Calendar/CalendarCommon.php (original)
+++ vtigercrm/branches/5.0.2/modules/Calendar/CalendarCommon.php Mon Oct 23 04:22:21 2006
@@ -299,7 +299,7 @@
for($i = 0; $i < $noofrows; $i++)
{
$value = $adb->query_result($Res,$i,$fieldname);
- $combo .= '<option value="'.$value.'">'.$value.'</option>';
+ $combo .= '<option value="'.$value.'">'.$mod_strings[$value].'</option>';
}
$combo .= '</select>';
More information about the vtigercrm-commits
mailing list