> It look like I can only have one event set in the calendar. Is this a
> config, a feature, problem?

one of fix added to sm 1.4.2 works only with some php versions. developers
are currently fixing it.

open plugins/calendar/calendar_data.php

find

// this is to sort the events within a day on starttime
foreach($calendardata as $day => $data) {
   ksort($data, SORT_NUMERIC);
   $calendardata[$day] = $data;
}

and disable these lines by adding // in front of them.
-- 
Tomas


-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to