Need to update cp_ad_pop_total following ads import
I've imported multiple ads into the classifieds database using All Import Pro, but I have a problem with the view count on the ads. While viewing the listings page, it shows the imported view count correctly...however, once I view an ad, it resets the count to 1. It appears the problem is there must be two places in the database that are saving the view count ('cp_daily_count' inside 'post_meta' and 'cp_ad_pop_total'). Once the ad is viewed, it adds a row to the cp_ad_pop_total table with a new id, postnum, and postcount. Is there a script out there to run that will copy the imported view count over from cp_daily_count to cp_ad_pop_total?