How do I flush the cache or 'cleanly' remove values...

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
fluffysocks

How do I flush the cache or 'cleanly' remove values...

Post by fluffysocks »

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
fluffysocks

Post by fluffysocks »

...this issue is with Mantis 1.0.0rc1
Post Reply