Ignore:
Timestamp:
Dec 29, 2010, 7:08:04 AM (13 years ago)
Author:
rvelices
Message:

rv_gmaps compatible with piwigo trunk (future 2.2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/admin/admin_sync.php

    r7033 r8367  
    1919if ( isset($_POST['submit']) )
    2020  $sync_options = array(
    21     'simulate' => is_adviser() ? true : isset($_POST['simulate']),
     21    'simulate' => isset($_POST['simulate']),
    2222                'use_high' => isset($_POST['use_high']),
    2323    'cat_id' => isset($_POST['cat_id']) ? (int)$_POST['cat_id'] : 0,
Note: See TracChangeset for help on using the changeset viewer.