ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/cgi-bin/cvslog.cgi
(Generate patch)

Comparing web/cgi-bin/cvslog.cgi (file contents):
Revision 1.8 by tdb, Wed Jun 13 15:24:40 2001 UTC vs.
Revision 1.9 by tdb, Wed Jun 13 15:29:51 2001 UTC

# Line 46 | Line 46 | print <<"END";
46   <a href="http://www.i-scream.org.uk"><img border="0" src="../i-scream.gif"></a>
47  
48   <h2>$heading</h2>
49 <p>&nbsp;</p>
49  
50   END
51  
52   print `$updatecmd`;
53  
54 < my $modulelist = `ls $cvsroot`;
54 > my($modulelist)=$query->param('module');
55 > $modulelist = `ls $cvsroot` unless defined $modulelist;
56 >
57   my(@modules) = split (/\s+/, $modulelist);
58  
59   foreach my $module (@modules) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines