Changeset 2663
- Timestamp:
- 05/07/2008 02:58:02 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/date.php
r2662 r2663 391 391 { 392 392 // Single-value return 393 $difference = $difference. ($difference === 1 ? inflector::singular($output) : $output);393 $difference = $difference.' '.($difference === 1 ? inflector::singular($output) : $output); 394 394 } 395 395
