Show
Ignore:
Timestamp:
04/28/08 07:25:55 (19 months ago)
Author:
fumiakiy
Message:

Rewrote the function signature and the call to it in PHP4-friendly way. BugId:79535

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/php/lib/block.mtentries.php

    r2103 r2129  
    101101        if ( isset($args['offset']) && ($args['offset'] == 'auto') ) 
    102102            $total_count = 0; 
    103         $entries =& $ctx->mt->db->fetch_entries($args, $total_count); 
     103        $entries =& $ctx->mt->db->fetch_entries($args, &$total_count); 
    104104        if ( isset($args['offset']) && ($args['offset'] == 'auto') ) 
    105105            $ctx->stash('__pager_total_count', $total_count);