Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Still works in 10.2 but...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Still works in 10.2 but...
Authored by: panicX on Nov 21, '02 10:19:22PM

Hi,
I tried it and it still works :)
but....
INSTEAD OFF:
4) In line 11 (<array count="16" name="items">), replace the '16' with '15' - you're removing something from an array.
5) In line 7 (<array count="69" name="allObjects">), change '69' to '68'.

IT MUST BE:
4) In line 11 (<array count="19" name="items">), replace the '19' with '18' - you're removing something from an array.
5) In line 7 (<array count="77" name="allObjects">), change '77' to '76'.

I'll post this with the originating article as well.



[ Reply to This | # ]