Ignore:
Timestamp:
Mar 28, 2010, 6:55:48 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1 and fix some bugs
feature 1192, feature 1344

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/astat_aim.class.inc.php

    r3707 r5423  
    171171    if($result)
    172172    {
    173       $row = mysql_fetch_array($result);
     173      $row = pwg_db_fetch_assoc($result);
    174174      $list=substr($row['Type'], 5, strlen($row['Type'])-6);
    175175      $returned[0]=explode(',', $list);
Note: See TracChangeset for help on using the changeset viewer.