From b868695767530a3d8671580064c1437157455a08 Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Mon, 29 Apr 2013 18:16:13 -0500 Subject: [PATCH] Changing table name to all caps. --- install/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/config.php b/install/config/config.php index 0754a2db..379f3db6 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -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;