Ignore:
Timestamp:
Nov 15, 2009, 1:26:09 PM (14 years ago)
Author:
nikrou
Message:

Feature 1241 resolved. replace mysql_fetch_array by mysql_fetch_assoc for small php code improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/rating.php

    r3282 r4265  
    9595;';
    9696$result = pwg_query($query);
    97 while ($row = mysql_fetch_array($result))
     97while ($row = mysql_fetch_assoc($result))
    9898{
    9999  $users[$row['id']]=$row['username'];
     
    215215   );
    216216
    217   while ($row = mysql_fetch_array($result))
     217  while ($row = mysql_fetch_assoc($result))
    218218  {
    219219
Note: See TracChangeset for help on using the changeset viewer.