Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.2 by edhill, Thu Dec 4 02:14:52 2003 UTC | revision 1.3 by edhill, Thu Dec 4 03:10:49 2003 UTC | |
---|---|---|
# | Line 56 foreach $file (@flist) { | Line 56 foreach $file (@flist) { |
56 | $ind = ""; | $ind = ""; |
57 | $name = $name0{$fm}; | $name = $name0{$fm}; |
58 | if (length($name1{$fm}) > 0) { | if (length($name1{$fm}) > 0) { |
59 | $ind = " "; | $ind = " "; |
60 | $name = $name1{$fm}; | $name = $name1{$fm}; |
61 | } | } |
62 | if (length($ind) > 0 and ($name0{$fm} ne $cname)) { | if (length($ind) > 0 and ($name0{$fm} ne $cname)) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |