Changeset 9


Ignore:
Timestamp:
10/25/04 17:26:56 (20 years ago)
Author:
Kris Deugau
Message:

Minor bugfix on search display - one type of pool didn't show
a "List pool IPs" link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r8 r9  
    317317} # viewBy
    318318
     319
    319320# args are: a reference to an array with the row to be printed and the
    320321# class(stylesheet) to use for formatting.
     
    363364        $data[1], $full_alloc_types{$data[2]}, $data[3], $data[4]);
    364365    # Allow listing of pool if desired/required.
    365     if ($data[2] =~ /^[sdc]p$/) {
     366    if ($data[2] =~ /^[sdcm]p$/) {
    366367      $row[0] .= ' &nbsp; <a href="/ip/cgi-bin/main.cgi?action=listpool'.
    367368        "&pool=$data[0]\">List IPs</a>";
Note: See TracChangeset for help on using the changeset viewer.