Changeset 2663

Show
Ignore:
Timestamp:
05/07/2008 02:58:02 PM (7 months ago)
Author:
Shadowhand
Message:

Follow up to r2662 (DOH!)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/date.php

    r2662 r2663  
    391391                { 
    392392                        // Single-value return 
    393                         $difference = $difference.($difference === 1 ? inflector::singular($output) : $output); 
     393                        $difference = $difference.' '.($difference === 1 ? inflector::singular($output) : $output); 
    394394                } 
    395395