* Remove duplicate code.
This commit is contained in:
@@ -584,10 +584,6 @@ define('TABLE_CHARTER', '`' . $config->db->prefix . 'charter`');
|
||||
define('TABLE_MARKET', '`' . $config->db->prefix . 'market`');
|
||||
define('TABLE_MARKETREPORT', '`' . $config->db->prefix . 'marketreport`');
|
||||
define('TABLE_MARKETRESEARCH', '`' . $config->db->prefix . 'project`');
|
||||
define('TABLE_METRIC', '' . $config->db->prefix . 'metric');
|
||||
define('TABLE_METRICLIB', '' . $config->db->prefix . 'metriclib');
|
||||
define('TABLE_METRICRECORDS', '' . $config->db->prefix . 'metricrecords');
|
||||
define('TABLE_BASICMEAS', '' . $config->db->prefix . 'basicmeas');
|
||||
|
||||
$config->objectTables['demand'] = TABLE_DEMAND;
|
||||
$config->objectTables['demandpool'] = TABLE_DEMANDPOOL;
|
||||
|
||||
Reference in New Issue
Block a user