Let me see if I can save sometime.
When I first hack the three files, I received the following error message:
Parse error: parse error in /home/virtual/*******/home/httpd/html/forums1/calendar.php on line 461
Here is what that line (461), and the lines before (460) and after (462) the look like in my editor:
460: // Moderation Queue for Calendar Events (v1.0)
461: FROM calendar_events, user
462: WHERE eventid = $eventid AND calendar_events.userid = user.userid"))
|