HomeHelpTrac

Changeset 12085 for trunk/categories.php


Ignore:
Timestamp:
08/13/09 01:00:18 (3 years ago)
Author:
Alexey Penskikh
Message:

Bugfix shows incorrect item numbers in Categories calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/categories.php

    r11286 r12085  
    7676            WHERE `Date` >= TIMESTAMP('{$this->iYear}-{$this->iMonth}-1')  
    7777            AND `Date` < TIMESTAMP('{$this->iNextYear}-{$this->iNextMonth}-1')  
    78             AND `Owner` <> 0"); 
     78            AND `Owner` <> 0 AND `Status` = 'active'"); 
    7979    } 
    8080     
Note: See TracChangeset for help on using the changeset viewer.