UPDATE vb_post SET visible =1 WHERE visible =0;# mysql returned an empty result set (i.e. zero rows)
UPDATE vb_thread SET visible =1 WHERE visible =0;# mysql returned an empty result set (i.e. zero rows)
Code:
Thread Display Options
Show threads from the...
How to change defalout value to beginning?
#EDIT:
I found
Quote:
UPDATE forum SET daysprune=-1
|
and after querry -> Rebuild Forum Information
Thanks for help