phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] Calendar planer problem (0.9.14)


From: Tom Gasaway
Subject: Re: [Phpgroupware-developers] Calendar planer problem (0.9.14)
Date: Mon, 15 Jul 2002 16:14:22 -0600

I was having similar problems with the planner button and I got the
following fix from Ralf Becker.  Replace
        for($g=0;$g<count($daily);$g++)
        {
                $event = $daily[$g];
with 
        while (list($nul,$event) = @each($daily))
        {
in function planner() in class.uicalendar.inc.php.  You might see if this 
helps...

Tom

Alex Borges wrote:
> 
> That has already been reported in the bugs section of the savanah
> page... And yeah, its a drag... no fix as of now (that i know off)
> 
> Alex
> El lun, 15-07-2002 a las 16:25, Sam Przyswa escribió:
> > Hi,
> >
> > We have a problem with calendar in 0.9.14. If an user had a lot of repeating
> > events the planner button return nothing but the Apache process stay 
> > running with
> > 99% cpu and rise his memory up to 50Mb (top)
> >
> > Does anybody had already noticed this problem ?
> >
> > Sam.
> > --
> > Sam Przyswa - Chef de projet
> > Arial Concept - Intégrateur Internet
> > 36, rue de Turin - 75008 - Paris
> > Tel: 01 40 54 86 04 - Fax: 01 40 54 83 01
> > Web: http://www.arial-concept.com - Email: address@hidden
> >
> >
> >
> >
> > _______________________________________________
> > Phpgroupware-developers mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> >
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]