Changeset 12085 for trunk/categories.php
- Timestamp:
- 08/13/09 01:00:18 (3 years ago)
- File:
-
- 1 edited
-
trunk/categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/categories.php
r11286 r12085 76 76 WHERE `Date` >= TIMESTAMP('{$this->iYear}-{$this->iMonth}-1') 77 77 AND `Date` < TIMESTAMP('{$this->iNextYear}-{$this->iNextMonth}-1') 78 AND `Owner` <> 0 ");78 AND `Owner` <> 0 AND `Status` = 'active'"); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.