Changeset 2005
- Timestamp:
- 04/21/08 11:08:56 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-35/php/lib/function.mtarchivecount.php
r1956 r2005 42 42 } 43 43 } 44 $ctx->count_format($count, $args);44 return $ctx->count_format($count, $args); 45 45 }
