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.38 by tdb, Sun May 19 15:42:26 2002 UTC vs.
Revision 1.39 by tdb, Sun May 19 21:09:57 2002 UTC

# Line 109 | Line 109 | function showBar($title, $value, $max, $units, $input,
109      if (!is_int($max)) {
110          $max = getPregMatch($max, $input);
111      }
112 <    if (!isset($value) || !isset($max)) {
112 >    if (!isset($value) || empty($max)) {
113          return;
114      }
115  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines