diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-11 01:20:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-11 01:20:25 +0000 |
commit | fdffe42bdc703a9f2391c77ae0256c33a3eac935 (patch) | |
tree | decc2a672549c44ffd25b5c785b2fa809524ced3 /admin/include/functions_upgrade.php | |
parent | 6ddb20d6f096fa51b5e820e1b2e19e93f4df0253 (diff) |
remove ws access table/partners functionality
git-svn-id: http://piwigo.org/svn/trunk@2516 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions_upgrade.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/include/functions_upgrade.php b/admin/include/functions_upgrade.php index 7e9a93aef..06bba375a 100644 --- a/admin/include/functions_upgrade.php +++ b/admin/include/functions_upgrade.php @@ -71,14 +71,13 @@ function prepare_conf_upgrade() define('TAGS_TABLE', $prefixeTable.'tags'); define('IMAGE_TAG_TABLE', $prefixeTable.'image_tag'); define('PLUGINS_TABLE', $prefixeTable.'plugins'); - define('WEB_SERVICES_ACCESS_TABLE', $prefixeTable.'ws_access'); define('OLD_PERMALINKS_TABLE', $prefixeTable.'old_permalinks'); } // Create empty local files to avoid log errors -function create_empty_local_files() +function create_empty_local_files() { - $files = + $files = array ( PHPWG_ROOT_PATH . 'template-common/local-layout.css', PHPWG_ROOT_PATH . 'template/yoga/local-layout.css' |