Changeset 154

Show
Ignore:
Timestamp:
10/22/07 01:21:06 (15 months ago)
Author:
chris
Message:

Fixed new timestamp format.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/classes/HellaController.php

    r149 r154  
    558558                        } 
    559559 
    560                         $output .= $hours . 'h ' . str_pad($minutes, 2, '0', STR_PAD_LEFT) . 'm ' . str_pad($seconds, 2, '0', STR_PAD_LEFT) . 's'; 
     560                        $output .= $hours . 'h ' . $minutes . 'm ' . $seconds . 's'; 
    561561                        return $output; 
    562562