PEAK XOOPS - Two bugs... in englishin japanese

Two bugs...

List posts in the topic

question Two bugs...

msg# 1
depth:
0
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/29 14:14
AZNative  一等兵 From: Phoenix, Arizona, USA  Posts: 12
I created a very large SQL script that inserts a bunch of calendar events directly into the database. Here is an example of one of those INSERT statements:

INSERT INTO xoops_pical_event (uid, groupid, summary, sequence, description, transp, admission, class, allday, start, end, event_tz, server_tz, poster_tz)
VALUES (1, 00000, 'Tax Day', 0, 'Tax Day', 1, 1, 'PUBLIC', 1, UNIX_TIMESTAMP('2004-4-15 00:00:00'), UNIX_TIMESTAMP('2004-4-15 23:59:59'), -7, -7, -7);

There are 132 of these statements that insert events throughout the year, in just about every month. All events are "All Day" events. What I notice that for the month of April, the event shows up on the correct day and also the day before. So, if you take the insert statement above for example, the event "Tax Day" will show up on April 15 and April 14. This happens for all events in April and it doesn't matter what year either. When I put the same event for April 15, 2007, the same thing happens.

Also, if I go into the calendar and add the event manually, the same thing occurs, so it appears that it has nothing to do with the SQL statements.

Again, this only happens for the month of April.


Bug number 2:

After inserting all 132 events, I decide to edit one of them. I open up the event and choose the option to "Show as Bar". After I save it, every event that month has a bar, not just the one I checked.

I'll try to do some investigating myself, but there's a lot of code....
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!