added file insert to pages

This commit is contained in:
Bachir Soussi Chiadmi
2015-05-12 14:10:32 +02:00
parent 2107500725
commit 35f89218fe
18 changed files with 1528 additions and 1 deletions
@@ -0,0 +1,14 @@
<?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'");
}