PEAK XOOPS - Re: Problem with recurring events in englishin japanese

Re: Problem with recurring events

List posts in the topic

question Re: Problem with recurring events

msg# 1.2.1
depth:
2
Previous post - Next post | Parent - Children.1 | Posted on 2004/2/9 6:08
GIJOE  ÀèǤ·³Áâ   Posts: 4110
This is an easy typo.

line 2373275 of piCal.php
	switch( strtoupper( $_POST['rrule_terminator'] ) ) {
		case 'COUNT' :
			$ret_term = ';COUNT=' . abs( intval( $_POST['rrule_count'] ) ) ;
			break ;
		case 'UNTIL' :
			// UNTILのUnixtime化
			list( $until , $until_date , $use_default ) = $this->parse_posted_date( $this->mb_convert_kana( $_POST[ 'EndDaterrule_until' ] , "a" ) , $this->unixtime ) ;
			// 1970以前・2038年以降なら、UNTIL無効
			if( $until_date ) {
				$ret_term = '' ;
			} else {

I fixed it now. Thanks.
Votes:1 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!