Skip to content

Commit

Permalink
Merge branch 'master' into view_work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Oct 1, 2010
2 parents 4dbb814 + 2815010 commit 46d046f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/openlayers.render.inc
@@ -1,5 +1,5 @@
<?php
// $Id: openlayers.render.inc,v 1.3.2.18 2010/09/14 07:13:40 strk Exp $
// $Id: openlayers.render.inc,v 1.3.2.19 2010/10/01 12:54:04 strk Exp $

/**
* @file
Expand Down Expand Up @@ -68,7 +68,7 @@ function _openlayers_behaviors_render($behaviors = array(), &$map = array()) {
* @param $map
* Map array
* @return $processed
* Array of processed styles ( <style_name> => <style_array> )
* Indexed array of processed styles ( <style_name> => <style_array> )
*/
function _openlayers_styles_process($styles = array(),
$layer_styles = array(), &$map = array()) {
Expand Down

0 comments on commit 46d046f

Please sign in to comment.