blog_selections
This commit is contained in:
@@ -203,7 +203,7 @@ long RefreshBlogs(CVars in, CVars &out){
|
||||
map_to_cvars(f, rec);
|
||||
xx["title"] = in["title"]; xx["title"].set_valid( true );
|
||||
xx["banner"] = in["banner"]; xx["banner"].set_valid( true );
|
||||
update_db_record(DBS_VALID, "members_detail", xx, rec["id"].Long() );
|
||||
update_db_record(DBS_VALID, "blog_selections", xx, rec["id"].Long() );
|
||||
}
|
||||
else{
|
||||
xx["blog_id"] = in["blog_id"]; xx["blog_id"].set_valid( true );
|
||||
|
||||
Reference in New Issue
Block a user