Changeset 21432


Ignore:
Timestamp:
Mar 10, 2013, 3:28:49 PM (11 years ago)
Author:
Eric
Message:

Compliance with Piwigo 2.5 : Change mysql_fetch_array() with pwg_db_fetch_row().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dynareceperio/period.inc.php

    r19334 r21432  
    7575
    7676    $result = pwg_query($query);
    77     if (list($period) = mysql_fetch_array($result))
     77    if (list($period) = pwg_db_fetch_row($result))
    7878    {
    7979      $user['recent_period'] =
Note: See TracChangeset for help on using the changeset viewer.