Mercurial > hg > rr-repo
comparison sites/all/modules/insert/insert.install @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 * Update and install functions for Insert. | |
6 */ | |
7 | |
8 /** | |
9 * Implementation of hook_install(). | |
10 */ | |
11 function insert_install() { | |
12 // Insert needs to load after both ImageField and FileField. | |
13 db_query("UPDATE {system} SET weight = 15 WHERE type = 'module' AND name = 'insert'"); | |
14 } |