Changeset 26717


Ignore:
Timestamp:
Jan 14, 2014, 9:52:10 PM (10 years ago)
Author:
rvelices
Message:

rv_gmaps compatible with new latitude/longitude fields in piwigo core 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/main.inc.php

    r26331 r26717  
    3333        foreach ($pictures as $picture)
    3434        {
    35                 if ( isset($picture['lat']) )
     35                if ( isset($picture['latitude']) )
    3636                {
    3737                        $page['rvm_items_have_latlon'] = true;
Note: See TracChangeset for help on using the changeset viewer.