36bfae68f81a8686472a16292d3a39d21e9fbaca
[yaffs-website] / web / modules / contrib / better_formats / better_formats.install
1 <?php
2
3 /**
4  * @file
5  * Install, update and uninstall functions for the better_formats module.
6  */
7
8 /**
9  * Implements of hook_install().
10  */
11 function better_formats_install() {
12   // Increase module weight to prevent compatibility issues.
13   module_set_weight('better_formats', 100);
14 }