= 10 && $pmrq > 0) { $blog_info = GET_ITEM_INFO ($this_user_info["pref_bl"]); if ($blog_info["item_user_id"] == $this_user_info["user_id"] && ($blog_info["item_num_type"] == 6000 || $blog_info["item_num_type"] == 15000) ) { header ("Location: " . $SITE_INFO["view_url"] . "/" . $this_user_info["pref_bl"] . $append); exit (); } } if ($user_info["user_id"] == $this_user_info["user_id"] && $blog_info["item_id"] == "") { header ("Location: " . $SITE_INFO["url_domain"] . "/my_account.php?action=set_blog"); exit (); } # they don't have a blog or the membership required. # just send it to their portfolio as normal, I guess. } header ("Location: " . $SITE_INFO["url_domain"] . "/view_item/user_id/" . $this_author . $append); exit ();