From: Rob H. <for...@us...> - 2002-01-23 21:03:07
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv32740 Modified Files: CVS.pm Log Message: oops.. typo prevented "P" from getting turned into "<font color=blue>Updated</font>" Index: CVS.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/CVS.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -U2 -r1.24 -r1.25 --- CVS.pm 2002/01/22 18:10:12 1.24 +++ CVS.pm 2002/01/23 21:03:04 1.25 @@ -537,5 +537,5 @@ $line =~ s/^U/\<font color\=\"green\"\>Updated\<\/font\>/; } - elsif ($line =~ /^U/) { + elsif ($line =~ /^P/) { $line =~ s/^P/\<font color\=\"green\"\>Updated\<\/font\>/; } |