From 5106a05fd15c896b4fe84d353a95963c0c1af59d Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 28 Sep 2001 19:48:53 +0000 Subject: [PATCH] Remove tables - moved to api --- filemanager/setup/setup.inc.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/filemanager/setup/setup.inc.php b/filemanager/setup/setup.inc.php index d9927cf6ea..eb676673c4 100755 --- a/filemanager/setup/setup.inc.php +++ b/filemanager/setup/setup.inc.php @@ -15,18 +15,9 @@ $setup_info['phpwebhosting']['title'] = 'PHPWebHosting'; $setup_info['phpwebhosting']['version'] = '0.9.13.005'; $setup_info['phpwebhosting']['app_order'] = 10; - $setup_info['phpwebhosting']['tables'] = array('phpgw_vfs'); $setup_info['phpwebhosting']['enable'] = 1; /* The hooks this app includes, needed for hooks registration */ - $setup_info['phpwebhosting']['hooks'][] = 'preferences'; - - /* The tables this app creates */ - $setup_info['phpwebhosting']['tables'] = array( - 'phpgw_vfs' - ); - - /* Hooks this app uses */ $setup_info['phpwebhosting']['hooks'] = array ('preferences', 'admin'); /* Dependencies for this app to work */ @@ -34,5 +25,4 @@ 'appname' => 'phpgwapi', 'versions' => array('0.9.10', '0.9.11' , '0.9.12', '0.9.13') ); - ?>