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: Sam Przyswa
Subject: Re: [Phpgroupware-developers] Calendar planer problem (0.9.14)
Date: Mon, 15 Jul 2002 23:32:48 +0000

Tom Gasaway (address@hidden) écrivait:
>
>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...

That's work !

Thanks a lot.

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






reply via email to

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