Changeset 160


Ignore:
Timestamp:
02/09/05 17:52:20 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Mildly embarrasing display microfix for the edge case where a
master has no free blocks - it *should* show "<NONE>".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r159 r160  
    438438    my @row = ("<a href=\"/ip/cgi-bin/main.cgi?action=showmaster&block=$master\">$master</a>",
    439439        $routed{"$master"}, $allocated{"$master"}, $free{"$master"},
    440         ( ($bigfree{"$master"} eq 128) ? ("&lt;NONE&gt;") : ("/".$bigfree{"$master"}) )
     440        ( ($bigfree{"$master"} eq '') ? ("&lt;NONE&gt;") : ("/".$bigfree{"$master"}) )
    441441        );
    442442
Note: See TracChangeset for help on using the changeset viewer.