From a7d72468422e4aecce87c5ea18468877be7e7ae0 Mon Sep 17 00:00:00 2001 From: silvio Date: Mon, 14 Dec 2009 11:26:11 -0200 Subject: Coding standards --- gmap_arcgis.install | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gmap_arcgis.install') 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'"); } -- cgit v1.2.3