I don't know what aplication you are using to count the lines, but your line 409 is exactly the same as mine. So change your file exactly as I have shown you:
    else
       if recForumCount="" then
          recForumCount = -1
       end if
       for iForum = 0 to recForumCount
Just insert the red lines where shown and make sure these lines look like these shown here when you finish.