Changeset 3128


Ignore:
Timestamp:
Feb 5, 2009, 4:10:23 AM (15 years ago)
Author:
rvelices
Message:
  • fix issue on my previous commit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_default.inc.php

    r3126 r3128  
    4848  while ($row = mysql_fetch_assoc($result))
    4949  {
    50     $row['rank'] = $page['rank_of'][ $row['id'] ];
     50    $row['rank'] = $rank_of[ $row['id'] ];
    5151
    5252    array_push($pictures, $row);
Note: See TracChangeset for help on using the changeset viewer.