Getting these errors now.
http://www.xxxxxx/index.php?action=calendarApply Filter: Only show the errors with the same message
2: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
Apply Filter: Only show the errors from this file
File: /home/xxxxxpublic_html/xxxxx/Themes/default/Calendar.template.php
Line: 383
http://www.xxxxxx/xxxx/index.php?action=calendarApply Filter: Only show the errors with the same message
8: Undefined variable: rems_done
Apply Filter: Only show the errors from this file
File: /home/xxxxx/public_html/xxxx/Themes/default/Calendar.template.php
Line: 383
377:
/* The events are made up of:
378:
title, href, is_last, can_edit (are they allowed to?), and modify_href. */
379:
foreach ($day['events'] as $event)
380:
{
381:
382:
==>383: if (!in_array($event['id'],$rems_done))
384: {
385:
$rems_done[]=$event['id'];
386:
echo make_reminder_menu($event,null);
387: }
// If they can edit the event, show a star they can click on....
Hmm since the suggested edit was applied I now see the following on the page.
Parse error: syntax error, unexpected ')' in /home/xxx/public_html/xxxxx/Themes/default/Display.template.php on line 158