Changeset 2658
- Timestamp:
- 05/07/2008 01:59:00 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/date.php
r2657 r2658 386 386 387 387 // Replace difference by making the span into a string 388 $difference = trim(implode('', $span), ',') .' ago';388 $difference = trim(implode('', $span), ','); 389 389 } 390 390
