/[drupal]/contributions/modules/gmap/gmap.module
ViewVC logotype

Diff of /contributions/modules/gmap/gmap.module

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

revision 1.101 by bdragon, Fri Apr 17 18:31:59 2009 UTC revision 1.102 by bdragon, Tue Dec 1 16:08:57 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: gmap.module,v 1.100 2009/03/11 16:43:02 bdragon Exp $  // $Id: gmap.module,v 1.101 2009/04/17 18:31:59 bdragon Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1201  function gmap_views_plugins() { Line 1201  function gmap_views_plugins() {
1201          'handler' => 'gmap_plugin_style_gmap',          'handler' => 'gmap_plugin_style_gmap',
1202          'theme' => 'gmap_view_gmap',          'theme' => 'gmap_view_gmap',
1203          'uses row plugin' => TRUE,          'uses row plugin' => TRUE,
1204            'uses grouping' => TRUE,
1205          'uses options' => TRUE,          'uses options' => TRUE,
1206          'type' => 'normal',          'type' => 'normal',
1207        ),        ),

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

  ViewVC Help
Powered by ViewVC 1.1.3