Changing table name to all caps.

This commit is contained in:
Corby Krick
2013-04-29 18:16:13 -05:00
parent 528729d84a
commit b868695767

View File

@@ -25,7 +25,7 @@ $config['directory'] = "%directory%";
| 'display_freq' Show or Hide frequnecy info
*/
$config['table_name'] = "table_hrd_contacts_v01";
$config['table_name'] = "TABLE_HRD_CONTACTS_V01";
$config['locator'] = "%baselocator%";
$config['display_freq'] = false;