diff options
| author | silvio <silvio@gota.(none)> | 2009-12-14 11:26:11 -0200 | 
|---|---|---|
| committer | silvio <silvio@gota.(none)> | 2009-12-14 11:26:11 -0200 | 
| commit | a7d72468422e4aecce87c5ea18468877be7e7ae0 (patch) | |
| tree | b15e24e55fc62f8cd707232b0513c15ebc33ab32 | |
| parent | 532df1b2195b215e5403162cb22e34d83750c9a9 (diff) | |
| download | gmap_arcgis-a7d72468422e4aecce87c5ea18468877be7e7ae0.tar.gz gmap_arcgis-a7d72468422e4aecce87c5ea18468877be7e7ae0.tar.bz2  | |
Coding standards
| -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'");  }  | 
