ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest.php
(Generate patch)

Comparing projects/cms/source/reports/php/latest/latest.php (file contents):
Revision 1.16 by pjm2, Sun Mar 11 21:56:23 2001 UTC vs.
Revision 1.17 by pjm2, Sun Mar 11 22:11:56 2001 UTC

# Line 132 | Line 132 | function showBar($title, $value, $max, $units, $input)
132         clearstatcache();
133         $data_age = time() - $last_modified;
134  
135 <       $last_modified = strftime("%a %d %b %Y at %T", $last_modified);
135 >       $last_modified = date("l jS F - g:ia", $last_modified);
136  
137         if ($data_age > $warning_age) {
138             $warning = <<<EOT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines