diff options
| -rw-r--r-- | gmap_arcgis.install | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/gmap_arcgis.install b/gmap_arcgis.install index 6115d82..c58de39 100644 --- a/gmap_arcgis.install +++ b/gmap_arcgis.install @@ -5,17 +5,15 @@   * @file   * Install file for ArcGIS GMap Integration   * - * This module implements support for ArcGIS API - * into a GMap. + * 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() { -  /** -   * We need to make sure that this module be the last one -   * in the hook execution order. -   */    db_query("UPDATE {system} SET weight = 10 WHERE name = 'gmap_arcgis'");  } | 
