, Tuesday
Back to Calendar

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/bishoplu/public_html/calendar/eventdisplay.php on line 129
  -
Last edited by:
Category:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND MONTH(m.date) = AND DAY(m.date) = AND id != 832 ORDER BY start_time AS' at line 9SELECT id, date, YEAR(m.date) as y, MONTH(m.date) as m, DAY(m.date) as d, m.title, c.name AS category, c.restricted as restricted, text, TIME_FORMAT(start_time, '%l:%i') AS stime, TIME_FORMAT(end_time, '%l:%i') AS etime, u.uid, fname, lname, all_day FROM calendarmssgs as m LEFT JOIN calendarcategories AS c USING (category) LEFT JOIN calendarusers as u ON (m.uid=u.uid) WHERE YEAR(m.date) = AND MONTH(m.date) = AND DAY(m.date) = AND id != 832 ORDER BY start_time ASC