Changeset 1956 for branches/release-35/php/lib/function.mtassetcount.php
- Timestamp:
- 04/17/08 21:48:11 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/php/lib/function.mtassetcount.php
r1174 r1956 9 9 $args['blog_id'] = $ctx->stash('blog_id'); 10 10 $count = $ctx->mt->db->asset_count($args); 11 return $c ount;11 return $ctx->count_format($count, $args); 12 12 }
