Changeset 3200

Show
Ignore:
Timestamp:
07/23/2008 11:47:30 AM (4 months ago)
Author:
alexsancho
Message:

folllow up to r3199

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/gmaps/libraries/Gmap_Marker.php

    r3199 r3200  
    2626         * Create a new GMap marker. 
    2727         * 
    28          * @param   float   latitude 
    29          * @param   float   longitude 
    30          * @param   string  HTML of info window 
     28         * @param float $lat latitude 
     29         * @param float $lon longitude 
     30         * @param string $html HTML of info window 
     31         * @param array $options marker options 
    3132         * @return  void 
    3233         */ 
     
    4748                        foreach ($options as $option => $value)  
    4849                        { 
     50                                // Set marker options 
    4951                                if (in_array($option, $this->valid_options, true)) 
    5052                                        $this->options[$option] = $value;