Greets:
For some reason, the third link won't get tagged with a category. Anyone see anything wrong with it? I can't. :(
Thanks,
-drmike
$wpdb->query("INSERT INTO $wpdb->linkcategories (cat_id, cat_name) VALUES (1, '".addslashes(__('Blogroll'))."')");
$wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category, link_owner, link_rss) VALUES ('http://tdjc.be/', 'Dr Mikes Blog', 1, '$user_id', 'http://tdjc.be/feed/');");
$wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category, link_owner, link_rss) VALUES ('http://daria.be/', 'daria.be', 1, '$user_id', 'http://daria.be/feed/');");
$wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category, link_owner, link_rss) VALUES ('http://daria.be/forums/', 'daria.be Support Forums', 1, '$user_id', 'http://daria.be/feed/');");