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.28 by pjm2, Sat Mar 17 22:27:22 2001 UTC vs.
Revision 1.29 by pjm2, Sat Mar 17 22:35:16 2001 UTC

# Line 71 | Line 71 | function showDisks($diskRoot, $units, $input) {
71  
72   # Return a preg_match result.
73   function getPregMatch($value, $input) {
74 <    preg_match("/$value=([^\,\}]*)\,\}/", $input, $matches);
74 >    preg_match("/$value=([^\,\}]*)[\,\}]/", $input, $matches);
75      return $matches[1];
76   }
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines