<?php
date_default_timezone_set('Europe/Greenwich');
global $wpdb;
global $table_names;
$table_names = array($wpdb->prefix."hoozgot_type", $wpdb->prefix."hoozgot_subtype", $wpdb->prefix."hoozgot_brand", $wpdb->prefix."hoozgot_model", $wpdb->prefix."hoozgot_year", $wpdb->prefix."hoozgot_color", $wpdb->prefix."hoozgot_items");
?>