phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: SV: [phpGroupWare-developers] Re: datetime class and PHP 5.2


From: Dave Hall
Subject: Re: SV: [phpGroupWare-developers] Re: datetime class and PHP 5.2
Date: Thu, 22 Feb 2007 11:06:02 +1100

On Wed, 2007-02-21 at 17:36 +0100, Sigurd Nes wrote:
> Hi,
> 
> find around line 1800:
> $freq = $rep_events['recur_interval'];
> 
> replace with:
> 
> $freq = (isset($rep_events['recur_interval']) && 
> $rep_events['recur_interval'] ?$rep_events['recur_interval']:1);
> 

Now in CVS

Cheers

Dave

> Regards
> 
> Sigurd
> 
> > From: Daniel Nofftz address@hidden
> > Sent: 2007-02-21 16:45:20 CET
> > To: address@hidden
> > Subject: [phpGroupWare-developers] Re: datetime class and PHP 5.2
> > 
> > 
> > 
> > ok ...
> > i just switched to php 5.2 and applied the patch ...
> > 
> > most problems i allready solved with swashd's help ;)
> > 
> > the only remaining on is the following:
> > if i enter a recurring event to the calender i get the following warning:
> > 
> > mothly (by day):
> > Warning: Division by zero in  
> > /var/www/daniel/kombia.de/phpgroupware/calendar/inc/class.bocalendar.i 
> > nc.php on line 1858
> > 
> > weekly:
> > Warning: Division by zero in  
> > /var/www/daniel/kombia.de/phpgroupware/calendar/inc/class.bocalendar.i 
> > nc.php on line 1823
> > 
> > looks like the same problem ...
> > 
> > phpgw is quite up to date (i have done a cvs update last week, i think) 
> > with datetime patch applied ....
> > 
> > Sent from the phpGroupWare forums @ forums.phpGroupWare.org
> > 
> > 
> > _______________________________________________
> > phpGroupWare-developers mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
> > 
> _______________________________________________
> phpGroupWare-developers mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
-- 
Dave Hall (aka skwashd)
API Coordinator
phpGroupWare
e address@hidden
w phpgroupware.org
j address@hidden
sip address@hidden
       _            ____                    __        __             
 _ __ | |__  _ __  / ___|_ __ ___  _   _ _ _\ \      / /_ _ _ __ ___ 
| '_ \| '_ \| '_ \| |  _| '__/ _ \| | | | '_ \ \ /\ / / _` | '__/ _ \
| |_) | | | | |_) | |_| | | | (_) | |_| | |_) \ V  V / (_| | | |  __/
| .__/|_| |_| .__/ \____|_|  \___/ \__,_| .__/ \_/\_/ \__,_|_|  \___|
|_|         |_|                         |_|Web based collaboration platform






reply via email to

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