> I dunno.  Looks like get_calendar is not passing the boolean $quiet
> variable to the hook.  Check calendar/backend_functions.php around line
> 193 for the get_calendar() function - does it have the $quiet variable?
>   Does it pass it to the hook at the end of the function?  Did you
> upgrade only one file instead of the whole package?
>
> Hmmm

I checked, and while I have that function, I do not have a $quiet
variable anywhere in it:


function get_calendar($calendarID)
{

   if (strpos($calendarID, 'SM_EXTERNAL') === 0)
      return loadExternalCalendarFromUserPrefs($calendarID);

   return do_hook_function('get_calendar', array($calendarID));

}


Perhaps I don't have the most recent?  If not, where could I look
for it (I looked in the plugins list before starting this, but I
didn't see the shared calendar one)?

Thanks much!

Benny


-- 
"Small glitches aside, I bless the day my wife and I decided to have
three children; two for love, the third for spare parts."                 
                                                 -- Philip M. Garvey




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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