Re: <al-for> help!

Gabriel Cooper <[email protected]> Thu, 27 Oct 2005 14:10:05 -0400
Newsgroups gmane.comp.web.albatross.general
Message-ID <[email protected]>

> According to the command line, bookLinks contains:
>
> [&#39;BooksOnline/perl4/index.htm&#39;, &#39;BooksOnline/networking/ 
> index.htm&#39;, &#39;BooksOnline/unix3/index.htm&#39;,  
> &#39;BooksOnline/albatross/index.html&#39;, &#39;BooksOnline/MySQL/ 
> index.html&#39;, &#39;BooksOnline/unix3/index.html&#39;,  
> &#39;BooksOnline/networking/index.html&#39;]
>
> According to the web browser, it contains:
>
>  ['BooksOnline/MySQL/index.html', 'BooksOnline/albatross/index.html']
>
> foundBooks shows a similar discrepency

Great, that narrows it down. Just follow through your code looking for 
places you might be writing to foundBooks. Somewhere along the way 
you're blowing records away. That's about all the use I can be without 
seeing more code.