Add new table to tables array

This commit is contained in:
Miles Lott 2001-10-12 18:19:45 +00:00
parent d14316cc8d
commit 443765bb67

View File

@ -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';