Move inactive Joomla 1.0 modules to the bottom of the modules list


/ Published in: SQL
Save to your folder(s)

Small query to help you relocate those modules you are not using anyways.


Copy this code and paste it in your HTML
  1. UPDATE jos_modules SET POSITION='user9' WHERE published=0

URL: http://torkiljohnsen.com

Report this snippet


Comments


You need to login to view comments.