#5749 closed defect (bug) (fixed)
bp_blogs_record_existing_blogs() improvements
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Blogs | Keywords: | |
Cc: |
Description (last modified by )
A few separate issues I see here:
- No limitations on the number of sites being recorded
bp_user_blogs
is emptied, but not truncated, meaning auto-increment is never reset- We should probably truncate
bp_user_blogmeta
also, to ensure accurate data is populated - We delete all rows in the
bp_user_blogs
table and then potentially return before repopulating them
Change History (18)
#1
@
11 years ago
- Description modified (diff)
- Summary changed from Blogmeta not removed when running bp_blogs_record_existing_blogs() to bp_blogs_record_existing_blogs() improvements
Note: See
TracTickets for help on using
tickets.
In 8584: