Skip to content

Commit

Permalink
cvs up
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Oct 6, 2010
1 parent c7177b1 commit 9076f61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/openlayers_ui/openlayers_ui.module
@@ -1,5 +1,5 @@
<?php
// $Id: openlayers_ui.module,v 1.1.2.40 2010/09/05 14:35:10 zzolo Exp $
// $Id: openlayers_ui.module,v 1.1.2.41 2010/10/06 08:40:17 strk Exp $

/**
* Implementation of hook_help
Expand Down Expand Up @@ -134,8 +134,7 @@ function openlayers_ui_menu() {
'page arguments' => array('openlayers_ui_layers_form', 4),
'access arguments' => array('administer openlayers'),
'file' => 'includes/openlayers_ui.layers.inc',
'type' => MENU_LOCAL_TASK,
'tab_parent' => 'admin/build/openlayers/layers',
'type' => MENU_NORMAL_ITEM,
);
$items['admin/build/openlayers/layers/%openlayers_layer_export/delete'] = array(
'title' => 'Delete layer',
Expand Down

0 comments on commit 9076f61

Please sign in to comment.