Changeset 2005 for branches/release-35/php/lib/function.mtarchivecount.php
- Timestamp:
- 04/21/08 11:08:56 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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 }
