popsu-d7/sites/all/modules/insert/insert.install
Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

15 lines
296 B
Plaintext

<?php
/**
* @file
* Update and install functions for Insert.
*/
/**
* Implementation of hook_install().
*/
function insert_install() {
// Insert needs to load after both ImageField and FileField.
db_query("UPDATE {system} SET weight = 15 WHERE type = 'module' AND name = 'insert'");
}