Ignore:
Timestamp:
Mar 6, 2013, 2:40:39 PM (11 years ago)
Author:
plg
Message:

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

bug fixed with option to link photo title on HD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/save_history.php

    r20207 r21240  
    1414}
    1515
    16 $image_id = mysql_real_escape_string($imgid[1]);
     16$image_id = pwg_db_real_escape_string($imgid[1]);
    1717
    1818$query = 'UPDATE '.IMAGES_TABLE.' SET hit=hit+1 WHERE id = '.$image_id.';';
Note: See TracChangeset for help on using the changeset viewer.