From 1a1a6737d3c4f3d49d74ec307b161960f769adc1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 13 Mar 2007 14:11:56 +0000 Subject: [PATCH] distribution lists for the sql addressbook --- phpgwapi/setup/setup.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index e366c0c54c..e74daf896a 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -14,7 +14,7 @@ /* Basic information about this app */ $setup_info['phpgwapi']['name'] = 'phpgwapi'; $setup_info['phpgwapi']['title'] = 'eGroupWare API'; - $setup_info['phpgwapi']['version'] = '1.3.017'; + $setup_info['phpgwapi']['version'] = '1.3.019'; $setup_info['phpgwapi']['versions']['current_header'] = '1.28'; $setup_info['phpgwapi']['enable'] = 3; $setup_info['phpgwapi']['app_order'] = 1; @@ -51,6 +51,8 @@ $setup_info['phpgwapi']['tables'][] = 'egw_links'; $setup_info['phpgwapi']['tables'][] = 'egw_addressbook'; $setup_info['phpgwapi']['tables'][] = 'egw_addressbook_extra'; + $setup_info['phpgwapi']['tables'][] = 'egw_addressbook_lists'; + $setup_info['phpgwapi']['tables'][] = 'egw_addressbook2list'; /* Basic information about this app */ $setup_info['notifywindow']['name'] = 'notifywindow'; @@ -59,4 +61,5 @@ $setup_info['notifywindow']['enable'] = 2; $setup_info['notifywindow']['app_order'] = 1; $setup_info['notifywindow']['tables'] = ''; - $setup_info['notifywindow']['hooks'][] = 'home'; \ No newline at end of file + $setup_info['notifywindow']['hooks'][] = 'home'; +