Ignore:
Timestamp:
Dec 4, 2013, 11:24:44 PM (10 years ago)
Author:
mistic100
Message:

import description and geotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flickr2piwigo/admin/import.php

    r24815 r25789  
    300300
    301301
    302 $template->assign('ACTION', $_GET['action']);
     302$template->assign(array(
     303  'ACTION' => $_GET['action'],
     304  'GMAPS_LOADED' => !empty($pwg_loaded_plugins['rv_gmaps']) || !empty($pwg_loaded_plugins['piwigo-openstreetmap']),
     305  ));
    303306
    304307$template->set_filename('flickr2piwigo', dirname(__FILE__) . '/template/import.tpl');
Note: See TracChangeset for help on using the changeset viewer.