Changeset 53


Ignore:
Timestamp:
11/05/04 12:35:07 (20 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix for search display - 2nd and further pages now return
the correct page instead of an error.

File:
1 edited

Legend:

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

    r50 r53  
    391391        print "<b>$i&nbsp;</b>\n";
    392392      } else {
    393         print qq(<a href="/ip/cgi-bin/main.cgi?page=$i&input=$webvar{input}&action=search">$i</a>&nbsp;\n);
     393        print qq(<a href="/ip/cgi-bin/main.cgi?page=$i&input=$webvar{input}&action=search&searchfor=$webvar{searchfor}">$i</a>&nbsp;\n);
    394394      }
    395395    }
Note: See TracChangeset for help on using the changeset viewer.