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

Comparing projects/cms/source/reports/php/historical/browser.php (file contents):
Revision 1.34 by pjm2, Tue Mar 13 19:12:32 2001 UTC vs.
Revision 1.35 by pjm2, Tue Mar 13 19:14:47 2001 UTC

# Line 43 | Line 43 | include("iutils.inc.php");
43      <? }
44      foreach($file_array as $file_name) {
45          #if (is_dir($file_name)) {
46 <        if (!preg_match("/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/", $file_name)) {
46 >        if (preg_match("/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/", $file_name)) {
47              $i++;
48              print "<option value=\"$file_name\">$file_name</option>";
49          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines