rec
This commit is contained in:
@@ -195,7 +195,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, blog_id);
|
||||
update_db_record(DBS_VALID, "members_detail", xx, rec["id"].Long() );
|
||||
}
|
||||
else{
|
||||
xx["blog_id"] = in["blog_id"]; xx["blog_id"].set_valid( true );
|
||||
|
||||
Reference in New Issue
Block a user