From 39d8b3552f6c3bf5eccbe955536b5ca36024ee2f Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 12 Nov 2009 08:41:24 +0000 Subject: [PATCH] + add the define of table burn. --- config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.php b/config/config.php index a875cad44a..8cefc87fa1 100644 --- a/config/config.php +++ b/config/config.php @@ -91,3 +91,4 @@ define('TABLE_TASKESTIMATE', $config->db->prefix . 'taskEstimate'); define('TABLE_TESTPLAN', $config->db->prefix . 'testPlan'); define('TABLE_PROJECTPRODUCT', $config->db->prefix . 'projectProduct'); define('TABLE_TODO', $config->db->prefix . 'todo'); +define('TABLE_BURN', $config->db->prefix . 'burn');