Further modules included.
[yaffs-website] / web / modules / contrib / better_formats / better_formats.install
diff --git a/web/modules/contrib/better_formats/better_formats.install b/web/modules/contrib/better_formats/better_formats.install
new file mode 100644 (file)
index 0000000..36bfae6
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @file
+ * Install, update and uninstall functions for the better_formats module.
+ */
+
+/**
+ * Implements of hook_install().
+ */
+function better_formats_install() {
+  // Increase module weight to prevent compatibility issues.
+  module_set_weight('better_formats', 100);
+}