Prevent unnecessary DB access in add_list_member
In add_list_member the value $current_list_members_count is discarded if max_list_member == 0 (default setting). This prevents the "high db load" produced by the successive DB accesses.
Please register or sign in to comment