Hi All,

We had a strange problem in cron, the day of month parameter does not
seems to function as we expect.

Checking the source (1.65.0) , cron.py , line 185 we have:

    for (str, id) in zip(params[:4], ['min', 'hr', 'dom', 'mon',
'dow']):

Shouldn't it be params[:5] instead of params[:4] ????

If we change it to 5 everything seems to be OK, but we still need to
check this thing since we only took a quick look.

Regards,
John.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to