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.3 by pjm2, Thu Mar 8 21:52:06 2001 UTC vs.
Revision 1.4 by pjm2, Thu Mar 8 21:55:49 2001 UTC

# Line 39 | Line 39 | function getdirArray($dir='./',$sort='asort') {
39  
40  
41   function showStat($title, $value, $input) {
42 <    preg_match("/$value=([^\,]*)\,/", $input, $matches);
42 >    preg_match("/$value=([^\,]*)[\,|\}]/", $input, $matches);
43      $value = $matches[1];
44      if (empty($value)) {
45          $value = "<i>unknown</i>";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines