Ignore:
Timestamp:
Feb 11, 2012, 6:38:34 AM (12 years ago)
Author:
rvelices
Message:

rv_gmaps compatible with core version 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/map_data.php

    r12719 r13092  
    3131$where_sql = rvm_bounds_to_sql( $page['box'] );
    3232
    33 $img_fields = ' i.id,i.tn_ext,i.name,i.comment,i.path,i.lat,i.lon';
     33$img_fields = ' i.id,i.representative_ext,i.name,i.comment,i.path,i.lat,i.lon';
    3434
    3535$was_flat = @$page['flat'];
     
    4242header('Pragma:');*/
    4343header('Content-Type: text/plain; charset='.get_pwg_charset());
     44header('X-Robots-Tag: noindex');
    4445
    4546if ( extension_loaded('zlib') && !ini_get('zlib.output_compression') )
Note: See TracChangeset for help on using the changeset viewer.