Show
Ignore:
Timestamp:
04/03/08 09:10:13 (20 months ago)
Author:
takayama
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/dipper/php/lib/archive_lib.php

    r1174 r1748  
    6868    function setup_args($ctx, &$args) { } 
    6969    function template_params(&$ctx) { } 
     70    function is_date_based() { return false; } 
    7071} 
    7172 
     
    147148 
    148149    // Override Method 
     150    function is_date_based() { return true; } 
     151 
    149152    function archive_prev_next($args, $content, &$ctx, &$repeat, $tag, $at) { 
    150153        $localvars = array('current_timestamp', 'current_timestamp_end', 'entries');