Upgrade Fix
authorWeb Access <rohan.katkar@webaccessglobal.com>
Thu, 2 Apr 2015 13:22:14 +0000 (18:52 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Thu, 2 Apr 2015 13:22:14 +0000 (18:52 +0530)
CRM/Upgrade/Incremental/sql/4.6.0.mysql.tpl

index 4d061dbbb2029b10db0511903cd18fcc6ab0cac2..453acd81438db9c0719493426f59b00662cc9c6a 100644 (file)
@@ -29,7 +29,7 @@ WHERE option_group_id = @option_group_id_notePrivacy AND value = 1;
 
 --These labels were never translated so just copy them over as names
 UPDATE civicrm_option_value v, civicrm_option_group g
-SET v.name = v.label
+SET v.name = {localize field='label'}v.label{/localize} 
 WHERE g.id = v.option_group_id AND g.name IN
 ('group_type', 'safe_file_extension', 'wysiwyg_editor');