#3223 - Automated test to help with MSNs

Identifier #3223
Issue type Feature request or suggestion
Title Automated test to help with MSNs
Status Completed
Handling member Chris Graham
Addon General / Uncategorised
Description This code should basically never happen:

' . get_table_prefix() . 'f_

It should be:

' . $GLOBALS['FORUM_DB']->get_table_prefix() . 'f_


Write a test to scan the code for the bad string, with a few exceptions (mostly upgrade and install code).
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated