Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: 1.1b2: search.cgi bug

Quote Reply
Re: 1.1b2: search.cgi bug In reply to
alex.. another bug is the span pages..

as seen on

http://www.gossamer-threads.com/...h.cgi?query=resource

it starts with 2.. i think it's a matter of the $nh..

but i have to know why you don't just send in the page number and the total pages..

anyways.. i figured out that the next doesn't even change.. 2 seems to be it's "default" for some reason..

Code:
($link_count > $mh) and ($next = $linkdb->toolbar());

are there suppose to be variables in there like

Code:
($link_count > $mh) and ($next = $linkdb->toolbar($nh, $mh));

jerry
Subject Author Views Date
Thread 1.1b2: search.cgi bug widgetz 3514 Nov 10, 1999, 7:59 PM
Post Re: 1.1b2: search.cgi bug
widgetz 3426 Nov 10, 1999, 8:16 PM
Post Re: 1.1b2: search.cgi bug
widgetz 3421 Nov 10, 1999, 8:32 PM
Post Re: 1.1b2: search.cgi bug
pugdog 3411 Nov 11, 1999, 12:11 PM
Post Re: 1.1b2: search.cgi bug
widgetz 3408 Nov 11, 1999, 2:26 PM
Post Re: 1.1b2: search.cgi bug
widgetz 3434 Nov 11, 1999, 2:31 PM
Post Re: 1.1b2: search.cgi bug
pugdog 3409 Nov 11, 1999, 2:52 PM
Post Re: 1.1b2: search.cgi bug
Alex 3426 Nov 11, 1999, 3:12 PM