I removed some of the values from the '$s_severity_enum_string' in my language file but when I go to report an issue I have the values I deleted showing up at '@10@' or whatever number I removed wrapped in '@'.
I commented out the lines of code that return these values:
return '@' . $p_num . '@';
...but I have no idea what those lines of code are used for in other parts of the app. so I'll probably end up breaking something else if I keep these lines of code commented out.
Why can't I remove values from $s_severity_enum_string in my language file without having this problem?
thanks - Patrick
UNC Chapel Hill
How do I flush the cache or 'cleanly' remove values...
Moderators: Developer, Contributor