[Vtigercrm-commits] [vtiger development] #7127: Calendar module internationalization issue
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Aug 30 05:15:22 PDT 2011
#7127: Calendar module internationalization issue
-----------------------------+----------------------------------------------
Reporter: niclarcipretti | Owner: developer
Type: defect | Status: closed
Priority: minor | Milestone: Unassigned
Component: vtigercrm | Version: 5.2.1
Resolution: fixed | Keywords:
-----------------------------+----------------------------------------------
Comment (by niclarcipretti):
Created patch to correct this situation:
Index: DetailView.php
===================================================================
--- DetailView.php
+++ DetailView.php
@@ -143,7 +143,7 @@
$data['endmin'] = $time_arr['endmin'];
$data['endfmt'] = $time_arr['endfmt'];
$data['record'] = $focus->id;
-if(isset($finaldata['sendnotification']) &&
$finaldata['sendnotification'] == 'yes')
+if(isset($finaldata['sendnotification']) &&
$finaldata['sendnotification'] == $mod_strings['LBL_YES'])
$data['sendnotification'] = $mod_strings['LBL_YES'];
else
$data['sendnotification'] = $mod_strings['LBL_NO'];
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7127#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list