/[drupal]/contributions/modules/exif2gmap/exif2gmap.install
ViewVC logotype

Contents of /contributions/modules/exif2gmap/exif2gmap.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Nov 18 06:09:08 2008 UTC (12 months ago) by iktaka
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of exif2gmap. the exif2gmap simply adds google map and marker to your node using <a href=> linked jpeg, whenever jpeg is geotagged
1 <?php
2
3 /**
4 * Implementation of hook_uninstall().
5 */
6 function exif2gmap_uninstall() {
7 variable_del('exif2gmap_valid');
8 variable_del('exif2gmap_Mapkey');
9 variable_del('exif2gmap_GMwidth');
10 variable_del('exif2gmap_GMheight');
11 }

  ViewVC Help
Powered by ViewVC 1.1.2