Overriding data in 'strings_english.txt'
Posted: 20 Jun 2005, 23:42
Hi,
in strings_english.txt the variable
$s_severity_enum_string = '10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
I modified it so that it equals '0:unsorted,10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
adding the '0:unsorted' option.
when I do a "lang_get('severity_enum_string')" it shows my changes with all 9 values, however "$GLOBALS['g_severity_enum_string']" still shows only the original 8.
How do you update it so that the GLOBALS are updated as well??
Thanks!
-r
in strings_english.txt the variable
$s_severity_enum_string = '10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
I modified it so that it equals '0:unsorted,10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
adding the '0:unsorted' option.
when I do a "lang_get('severity_enum_string')" it shows my changes with all 9 values, however "$GLOBALS['g_severity_enum_string']" still shows only the original 8.
How do you update it so that the GLOBALS are updated as well??
Thanks!
-r