Index: /branches/1.0/src/lyceum/wp-admin/link-categories.php =================================================================== --- /branches/1.0/src/lyceum/wp-admin/link-categories.php (revision 1183) +++ /branches/1.0/src/lyceum/wp-admin/link-categories.php (revision 1230) @@ -75,8 +75,8 @@ $wpdb->query("INSERT INTO $wpdb->linkcategories (cat_id, cat_name, auto_toggle, show_images, show_description, \n" . - " show_rating, show_updated, sort_order, sort_desc, text_before_link, text_after_link, text_after_all, list_limit) \n" . + " show_rating, show_updated, sort_order, sort_desc, text_before_link, text_after_link, text_after_all, list_limit, blog) \n" . " VALUES ('0', '$cat_name', '$auto_toggle', '$show_images', '$show_description', \n" . " '$show_rating', '$show_updated', '$sort_order', '$sort_desc', '$text_before_link', '$text_after_link', \n" . - " '$text_after_all', $list_limit)"); + " '$text_after_all', $list_limit, '$blog')"); wp_redirect('link-categories.php');