Ignore:
Timestamp:
Mar 6, 2013, 1:54:04 PM (11 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.5: replace functions mysql_* with pwg_db_* equivalent

switch version to "auto"

use the new $template->add_index_button function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/rssfeed.php

    r18642 r21238  
    3535 
    3636  $included_file_types = isset($_POST['file_types']) ?
    37                           array_map("mysql_escape_string", $_POST['file_types']) :
     37                          array_map("pwg_db_real_escape_string", $_POST['file_types']) :
    3838                          array();
    3939  $me->my_config['included_file_types'] = $included_file_types;
Note: See TracChangeset for help on using the changeset viewer.