Plugin Directory

Changeset 439521


Ignore:
Timestamp:
09/17/2011 09:48:16 PM (14 years ago)
Author:
michaelvar
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bp-members-avatar-map/trunk/mam.php

    r439520 r439521  
    149149  function initialize() {
    150150    geocoder = new google.maps.Geocoder();
    151        var latlng = new google.maps.LatLng(<?php echo $mam_default_location; ?>);
     151       var latlng = new google.maps.LatLng(<?php echo $map_default_location; ?>);
    152152       var myOptions = {
    153153       zoom: <?php echo $map_zoom; ?>,
Note: See TracChangeset for help on using the changeset viewer.