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

1.1b2: add.cgi bug?

Quote Reply
1.1b2: add.cgi bug?
ok.. i was adding something to nph-build.cgi (just an easy detailed pages for certain category mod).. i decided to use a array for the categories that were to be detailed..

so i was thinking the way i always think to do it.. but i saw in add.cgi it being used like this

Code:
if (@Links::db_referers ... blah)
blah..
foreach (@Links::db_referers) {

so i was like.. OK.. alex did it.. i guess i'll do it Smile

but then it didn't even go through the loop.. i was sure i had a value in there..

so i changed it to look like

@{$LINKS{db_referers}}

then it started to work..

just wondering.. is that a bug?

jerry
Subject Author Views Date
Thread 1.1b2: add.cgi bug? widgetz 2597 Nov 9, 1999, 7:25 PM
Post Re: 1.1b2: add.cgi bug?
widgetz 2488 Nov 9, 1999, 7:33 PM
Post Re: 1.1b2: add.cgi bug?
widgetz 2491 Nov 9, 1999, 8:05 PM
Post Re: 1.1b2: add.cgi bug?
Alex 2494 Nov 10, 1999, 8:31 AM
Post Re: 1.1b2: add.cgi bug?
pugdog 2483 Nov 10, 1999, 12:42 PM
Post Re: 1.1b2: add.cgi bug?
widgetz 2490 Nov 10, 1999, 2:29 PM
Post Re: 1.1b2: add.cgi bug?
dearnet 2492 Nov 10, 1999, 11:14 PM