diff options
author | silvio <silvio@gota.(none)> | 2009-10-28 15:10:31 -0200 |
---|---|---|
committer | silvio <silvio@gota.(none)> | 2009-10-28 15:10:31 -0200 |
commit | 58a7c67ac131ccfecda6c3999f720122a6f0daa8 (patch) | |
tree | b4f9188c779d78839d1e94cfcdce4674dd080c5f | |
parent | 315d6a5ff7a83f47905ba07c12a51bbf90ce6dc3 (diff) | |
download | gmap_arcgis-58a7c67ac131ccfecda6c3999f720122a6f0daa8.tar.gz gmap_arcgis-58a7c67ac131ccfecda6c3999f720122a6f0daa8.tar.bz2 |
Minor bugfix
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | gmap_arcgis.module | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18069b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.svn +*swp diff --git a/gmap_arcgis.module b/gmap_arcgis.module index 76e2e80..31fa29d 100644 --- a/gmap_arcgis.module +++ b/gmap_arcgis.module @@ -12,7 +12,7 @@ /** * Implementation of hook_install(). */ -function gmap_install() { +function gmap_arcgis_install() { /** * We need to make sure that this module be the last one * in the hook execution order. |