Changeset 21328 for extensions/piwishack


Ignore:
Timestamp:
Mar 7, 2013, 7:13:48 PM (11 years ago)
Author:
ddtddt
Message:

[extensions] - piwishack - change to 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/include/class.inc.php

    r18327 r21328  
    9494      $result = pwg_query($query);
    9595
    96       while ($row = mysql_fetch_assoc($result))
     96      while ($row = pwg_db_fetch_assoc($result))
    9797      {
    9898        $row['rank'] = $rank_of[ $row['id'] ];
     
    172172      $result = pwg_query($query);
    173173
    174       while ($row = mysql_fetch_assoc($result))
     174      while ($row = pwg_db_fetch_assoc($result))
    175175      {
    176176        $row['rank'] = $rank_of[ $row['id'] ];
     
    251251      $result = pwg_query($query);
    252252
    253       while ($row = mysql_fetch_assoc($result))
     253      while ($row = pwg_db_fetch_assoc($result))
    254254      {
    255255        $row['rank'] = $rank_of[ $row['id'] ];
     
    335335      $result = pwg_query($query);
    336336
    337       while ($row = mysql_fetch_assoc($result))
     337      while ($row = pwg_db_fetch_assoc($result))
    338338      {
    339339        $row['rank'] = $rank_of[ $row['id'] ];
     
    419419      $result = pwg_query($query);
    420420
    421       while ($row = mysql_fetch_assoc($result))
     421      while ($row = pwg_db_fetch_assoc($result))
    422422      {
    423423        $row['rank'] = $rank_of[ $row['id'] ];
     
    494494      $result = pwg_query($query);
    495495
    496       while ($row = mysql_fetch_assoc($result))
     496      while ($row = pwg_db_fetch_assoc($result))
    497497      {
    498498        $row['rank'] = $rank_of[ $row['id'] ];
     
    581581      $result = pwg_query($query);
    582582
    583       while ($row = mysql_fetch_assoc($result))
     583      while ($row = pwg_db_fetch_assoc($result))
    584584      {
    585585        $row['rank'] = $rank_of[ $row['id'] ];
Note: See TracChangeset for help on using the changeset viewer.