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.29 by pjm2, Fri Mar 2 10:13:56 2001 UTC vs.
Revision 1.30 by pjm2, Fri Mar 2 10:49:54 2001 UTC

# Line 88 | Line 88 | function getdirArray($dir='./',$sort='asort') {
88  
89      $file_array = getdirArray($reportDirectory,'rsort');
90      print "<select size=\"1\" name=\"day\">";
91 +    if ($day) { ?>
92 +        <option selected value="<? echo $day ?>"><? echo $day ?></option>
93 +        <option value="">----------------</option>
94 +    <? }
95      foreach($file_array as $file_name) {
96          if (is_dir($file_name)) {
97              $i++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines