Changeset 22 for trunk/inc/friends

Show
Ignore:
Timestamp:
08/12/05 21:07:43 (7 years ago)
Author:
alexx
Message:

fix [21] (bad spelled variable + bad colspan in template)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/inc/friends/list.inc.php

    r21 r22  
    3434list($first_item, $last_item) = $pager->getOffsetByPageId(); 
    3535$limit_offset = $first_item-1; 
    36 $limit_length = $last_item-$limit_start; 
     36$limit_length = $last_item-$limit_offset; 
    3737 
    3838$friends_range = array_slice($user['info']['friends_id'], $limit_offset, $limit_length);