<?php
// $Id$

/**
 * @file
 * Install file for ArcGIS GMap Integration
 *
 * This module implements support for ArcGIS API into a GMap.
 */

/**
 * Implementation of hook_install().
 *
 * We need to make sure that this module be the last one in the hook execution
 * order.
 */
function gmap_arcgis_install() {
  db_query("UPDATE {system} SET weight = 10 WHERE name = 'gmap_arcgis'");
}