Ignore:
Timestamp:
Mar 8, 2016, 5:59:15 PM (8 years ago)
Author:
ddtddt
Message:

[extensions] - DownloadFromThumbnail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/DownloadFromThumbnail/main.inc.php

    r31377 r31410  
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=
    77Author: ddtddt
    8 Author URI: http://temmii.com/
     8Author URI: http://temmii.com/piwigo/
    99*/
     10// +-----------------------------------------------------------------------+
     11// | Download From Thumbnail plugin for piwigo                             |
     12// +-----------------------------------------------------------------------+
     13// | Copyright(C) 2015-2016 ddtddt               http://temmii.com/piwigo/ |
     14// +-----------------------------------------------------------------------+
     15// | This program is free software; you can redistribute it and/or modify  |
     16// | it under the terms of the GNU General Public License as published by  |
     17// | the Free Software Foundation                                          |
     18// |                                                                       |
     19// | This program is distributed in the hope that it will be useful, but   |
     20// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     21// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     22// | General Public License for more details.                              |
     23// |                                                                       |
     24// | You should have received a copy of the GNU General Public License     |
     25// | along with this program; if not, write to the Free Software           |
     26// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     27// | USA.                                                                  |
     28// +-----------------------------------------------------------------------+
    1029
    1130defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
     
    4766  }
    4867
    49  // $image_ids = array_map(create_function('$i', 'return $i["id"];'), $pictures);
    50 
    5168  $query = '
    5269  SELECT enabled_high
Note: See TracChangeset for help on using the changeset viewer.