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/maintain.inc.php

    r3651 r21238  
    2626        if($result)
    2727        {
    28                  $row = mysql_fetch_row($result);
     28                 $row = pwg_db_fetch_row($result);
    2929                 if(is_string($row[0]))
    3030                 {
Note: See TracChangeset for help on using the changeset viewer.