[Vtigercrm-commits] [vtiger development] #7127: Calendar module internationalization issue

vtiger development vtiger-tickets at trac.vtiger.com
Tue Oct 18 09:59:14 PDT 2011


#7127: Calendar module internationalization issue
-----------------------------+----------------------------------------------
  Reporter:  niclarcipretti  |       Owner:  asha      
      Type:  defect          |      Status:  new       
  Priority:  minor           |   Milestone:  Unassigned
 Component:  vtigercrm       |     Version:  5.2.1     
Resolution:                  |    Keywords:            
-----------------------------+----------------------------------------------
Comment (by jcrisp):

 Tried this fix but something is not right.

 When I debug I get $finaldata['sendnotifcation'] = 'yes' but in
 en_us.lang.php file  LBL_YES = 'Yes'

 So the test fails and though the notification is set to Yes, it shows as
 No.

 Resetting mine back to the original code works for me so another solution
 is required.

 This worked for me :

 if(isset($finaldata['sendnotification']) && $finaldata['sendnotification']
 == strtolower($mod_strings['LBL_YES']))

 Diff from original attached

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7127#comment:5>
vtiger development <http://trac.vtiger.com/>
vtigerCRM



More information about the vtigercrm-commits mailing list