Obtain a list of modules
Last modified: June 5, 2008 - 13:01
This snippet lists all modules with associated fields, so you can review their status.
SELECT * FROM `system` WHERE type = 'module';Note: remove the semi-colon ; from the statement if you use phpmyadmin.
