Audit files is designed to perform audits of your upload directory and the corresponding database records. It will cross check that all files in the database have a corresponding physical file, or it will check that all files in the upload directory have a corresponding entry in the database.
V6 Note: If you are updating your Drupal 6 dev version, disable then enable the Multiforms Admin module so Drupal can find newly added theme functions.
The Multiforms module is designed for the collection of data from users. It can be used to easily author multi-page forms which are published as nodes. The data collected by the forms can then be exported. It was originally designed to handle contest and survey creation needs for the website of The Georgia Straight (www.straight.com), a weekly Vancouver newspaper.
Multiforms module features include:
Multi-page form support
Multiple choice question support (select, radio buttons, checkboxes, etc.) with web interface for editing choices
Ability to save/load form "snippets" (groups of fields)
Duplicate submission prevention (based on specification of which fields should collectively be unique)
Ability to purge submitted data
Closing date and message
Integrated email referrals
Completion threshold
Creation of draw entries upon successful completion
Creation of extra draw entries for each email referral
Introduced in Drupal 6, the Schema API allows modules to declare their database tables in a structured array (similar to the Form API) and provides API functions for creating, dropping, and changin