2023-01-23 11:03:31 +01:00

107 lines
6.0 KiB
PHP

<?php
/* ----------------------------------------------------------------------
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: application_top.php,v 1.155 2003/02/17 16:54:11 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/** ensure this file is being included by a parent file */
defined( 'OOS_VALID_MOD' ) OR die( 'Direct Access to this location is not allowed.' );
$prefix_table = OOS_DB_PREFIX;
if (!$prefix_table == '') $prefix_table = $prefix_table . '_';
// Initialise table array
$oostable = array();
$oostable['address_book'] = $prefix_table . 'address_book';
$oostable['address_format'] = $prefix_table . 'address_format';
$oostable['admin'] = $prefix_table . 'admin';
$oostable['admin_files'] = $prefix_table . 'admin_files';
$oostable['admin_groups'] = $prefix_table . 'admin_groups';
$oostable['block'] = $prefix_table . 'block';
$oostable['block_info'] = $prefix_table . 'block_info';
$oostable['block_to_page_type'] = $prefix_table . 'block_to_page_type';
$oostable['categories'] = $prefix_table . 'categories';
$oostable['categories_description'] = $prefix_table . 'categories_description';
$oostable['categories_images'] = $prefix_table . 'categories_images';
$oostable['categories_images_description'] = $prefix_table . 'categories_images_description';
$oostable['configuration'] = $prefix_table . 'configuration';
$oostable['configuration_group'] = $prefix_table . 'configuration_group';
$oostable['countries'] = $prefix_table . 'countries';
$oostable['coupons'] = $prefix_table . 'coupons';
$oostable['coupons_description'] = $prefix_table . 'coupons_description';
$oostable['coupon_email_track'] = $prefix_table . 'coupon_email_track';
$oostable['coupon_gv_customer'] = $prefix_table . 'coupon_gv_customer';
$oostable['coupon_gv_queue'] = $prefix_table . 'coupon_gv_queue';
$oostable['coupon_redeem_track'] = $prefix_table . 'coupon_redeem_track';
$oostable['currencies'] = $prefix_table . 'currencies';
$oostable['customers'] = $prefix_table . 'customers';
$oostable['customers_basket'] = $prefix_table . 'customers_basket';
$oostable['customers_basket_attributes'] = $prefix_table . 'customers_basket_attributes';
$oostable['customers_info'] = $prefix_table . 'customers_info';
$oostable['customers_status'] = $prefix_table . 'customers_status';
$oostable['customers_status_history'] = $prefix_table . 'customers_status_history';
$oostable['customers_wishlist'] = $prefix_table . 'customers_wishlist';
$oostable['customers_wishlist_attributes'] = $prefix_table . 'customers_wishlist_attributes';
$oostable['featured'] = $prefix_table . 'featured';
$oostable['files_uploaded'] = $prefix_table . 'files_uploaded';
$oostable['geo_zones'] = $prefix_table . 'geo_zones';
$oostable['information'] = $prefix_table . 'information';
$oostable['information_description'] = $prefix_table . 'information_description';
$oostable['languages'] = $prefix_table . 'languages';
$oostable['manual_info'] = $prefix_table . 'manual_info';
$oostable['manufacturers'] = $prefix_table . 'manufacturers';
$oostable['manufacturers_info'] = $prefix_table . 'manufacturers_info';
$oostable['newsletters'] = $prefix_table . 'newsletters';
$oostable['newsletter_recipients'] = $prefix_table . 'newsletter_recipients';
$oostable['newsletter_recipients_history'] = $prefix_table . 'newsletter_recipients_history';
$oostable['orders'] = $prefix_table . 'orders';
$oostable['orders_products'] = $prefix_table . 'orders_products';
$oostable['orders_products_attributes'] = $prefix_table . 'orders_products_attributes';
$oostable['orders_products_download'] = $prefix_table . 'orders_products_download';
$oostable['orders_status'] = $prefix_table . 'orders_status';
$oostable['orders_status_history'] = $prefix_table . 'orders_status_history';
$oostable['orders_total'] = $prefix_table . 'orders_total';
$oostable['page_type'] = $prefix_table . 'page_type';
$oostable['products'] = $prefix_table . 'products';
$oostable['products_attributes'] = $prefix_table . 'products_attributes';
$oostable['products_attributes_download'] = $prefix_table . 'products_attributes_download';
$oostable['products_description'] = $prefix_table . 'products_description';
$oostable['products_images'] = $prefix_table . 'products_images';
$oostable['products_notifications'] = $prefix_table . 'products_notifications';
$oostable['products_options'] = $prefix_table . 'products_options';
$oostable['products_options_types'] = $prefix_table . 'products_options_types';
$oostable['products_options_values'] = $prefix_table . 'products_options_values';
$oostable['products_options_values_to_products_options'] = $prefix_table . 'products_options_values_to_products_options';
$oostable['products_status'] = $prefix_table . 'products_status';
$oostable['products_to_categories'] = $prefix_table . 'products_to_categories';
$oostable['products_to_master'] = $prefix_table . 'products_to_master';
$oostable['products_units'] = $prefix_table . 'products_units';
$oostable['recovercartsales'] = $prefix_table . 'recovercartsales';
$oostable['referer'] = $prefix_table . 'referer';
$oostable['reviews'] = $prefix_table . 'reviews';
$oostable['reviews_description'] = $prefix_table . 'reviews_description';
$oostable['setting'] = $prefix_table . 'setting';
$oostable['specials'] = $prefix_table . 'specials';
$oostable['tax_class'] = $prefix_table . 'tax_class';
$oostable['tax_rates'] = $prefix_table . 'tax_rates';
$oostable['geo_zones'] = $prefix_table . 'geo_zones';
$oostable['zones_to_geo_zones'] = $prefix_table . 'zones_to_geo_zones';
$oostable['whos_online'] = $prefix_table . 'whos_online';
$oostable['zones'] = $prefix_table . 'zones';