Show
Ignore:
Timestamp:
04/03/08 08:56:40 (20 months ago)
Author:
takayama
Message:

Fixed BugId:70282
* Fixed for nested category based archive count issue.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/php/lib/archive_lib.php

    r1742 r1747  
    6868    function setup_args($ctx, &$args) { } 
    6969    function template_params(&$ctx) { } 
     70    function is_date_based() { return false; } 
    7071} 
    7172 
     
    145146 
    146147    // Override Method 
     148  function is_date_based() { return true; } 
     149 
    147150    function archive_prev_next($args, $content, &$ctx, &$repeat, $tag, $at) { 
    148151        $localvars = array('current_timestamp', 'current_timestamp_end', 'entries');