/ Published in: SQL
Small query to help you relocate those modules you are not using anyways.
Expand |
Embed | Plain Text
UPDATE jos_modules SET position='user9' WHERE published=0
You need to login to post a comment.
torkil on 01/16/08
2 people have marked this snippet as a favorite
Small query to help you relocate those modules you are not using anyways.
UPDATE jos_modules SET position='user9' WHERE published=0
You need to login to post a comment.