From 443765bb6752d7b46b0c8cf8b6e107158126fb41 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 12 Oct 2001 18:19:45 +0000 Subject: [PATCH] Add new table to tables array --- phpgwapi/setup/setup.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 5bcfcb9fc3..941e5ef1ad 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -40,6 +40,7 @@ $setup_info['phpgwapi']['tables'][] = 'phpgw_log_msg'; $setup_info['phpgwapi']['tables'][] = 'phpgw_interserv'; $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_history_log'; /* Basic information about this app */ $setup_info['notifywindow']['name'] = 'notifywindow';