Hi,
I’ve ended up in a situation where I need to open a large number of closed weblog entries. Doing it manually would take ... quite a while, so I have been poking around trying to find a way to do it with a mysql query.
Would this query be right?
update exp_weblog_titles
set status= 'open'
where weblog_id = '39';All the entries that need to be opened are in the weblog with id 39.
I am using EE 1.7.3