From 532df1b2195b215e5403162cb22e34d83750c9a9 Mon Sep 17 00:00:00 2001 From: silvio Date: Wed, 25 Nov 2009 17:47:26 -0200 Subject: Adding install file --- gmap_arcgis.module | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gmap_arcgis.module') diff --git a/gmap_arcgis.module b/gmap_arcgis.module index 31fa29d..198def1 100644 --- a/gmap_arcgis.module +++ b/gmap_arcgis.module @@ -9,17 +9,6 @@ * into a GMap. */ -/** - * Implementation of hook_install(). - */ -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'"); -} - /** * Implementation of hook_gmap(). */ -- cgit v1.2.3