$SQL[] = "CREATE VIEW `" . TABLE_PREFIX . "cp_cats` (cp_catsid, title) AS SELECT `cid`, `title` FROM `vb_contentpages_categories`";
$SQL[] = "CREATE VIEW `" . TABLE_PREFIX . "cp_cats` (cp_catsid, title) AS SELECT `cid`, `title` FROM `" . TABLE_PREFIX . "contentpages_categories`";