diff options
Diffstat (limited to 'gmap_arcgis.module')
-rw-r--r-- | gmap_arcgis.module | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gmap_arcgis.module b/gmap_arcgis.module index 31fa29d..198def1 100644 --- a/gmap_arcgis.module +++ b/gmap_arcgis.module @@ -10,17 +10,6 @@ */ /** - * 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(). */ function gmap_arcgis_gmap($op, &$map) { |