view sites/all/modules/insert/insert.install @ 13:134d4b2e75f6

updated quicktabs and google analytics modules
author danieleb <danielebarchiesi@me.com>
date Tue, 29 Oct 2013 13:48:59 +0000
parents ff03f76ab3fe
children
line wrap: on
line source
<?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'");
}