well that's the wierd thing... the template only has 37 lines... it's literally that code that i posted above.
when i click on the line 51 and view the highlighted code it shows me this perl code that I dont really understand, it's hard to wade through the quotes and such to figure out exactly what's gone wrong...
but here's the code it highlights as off:
print "
\n
\n <A HREF=\"";print $CGI_URL;print "?calendar=";print $in{'calendar'};print "&view=Event&event_id=";print $EVENT->{details}->{id};print "\" STYLE=\"text-decoration: none; color:663366\" CLASS=\"text\">";print $EVENT->{details}->{title};print "</A>
\n <br>
\n ";
also:
i've managed to figure out that if i make the link code to the event less dynamic, ie hard write some code that basically never changes... i get a new error.
I'll do that to the code and you can click on the link in my first post to see the new error it provides.
-- what i don't get is that it worked just fine without making this mod, and what does the mod change that interferes with the pre-existing code... hm
------------------
--justin