Changeset 1767
- Timestamp:
- 04/04/08 03:52:21 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dipper/php/lib/function.mtarchivecount.php
r1751 r1767 14 14 $archiver = $_archivers[$at]; 15 15 } 16 if ((! $archiver&& $ctx->stash('inside_mt_categories')) ||16 if ((!isset($archiver) && $ctx->stash('inside_mt_categories')) || 17 17 ($ctx->stash('inside_mt_categories') && !$archiver->is_date_based())) { 18 18 return $ctx->tag('MTCategoryCount', $args); … … 25 25 $eargs['blog_id'] = $ctx->stash('blog_id'); 26 26 if ($at) { 27 require_once("archive_lib.php");28 27 $ts = $ctx->stash('current_timestamp'); 29 28 $tse = $ctx->stash('current_timestamp_end');
