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.35 by pjm2, Wed Mar 21 18:55:54 2001 UTC vs.
Revision 1.36 by pjm2, Wed Mar 21 19:23:51 2001 UTC

# Line 159 | Line 159 | function showBar($title, $value, $max, $units, $input,
159         clearstatcache();
160         $data_age = time() - $last_modified;
161  
162 <       $last_modified = date("l jS F - g:ia", $last_modified);
162 >       $last_modified = date("l jS F Y - g:ia", $last_modified);
163  
164         if ($data_age > $warning_age) {
165             $warning = <<<EOT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines