Achievo/ATK - Bugzilla – Bug 48
Hour locking feature fails on Win32 systems
Last modified: 2004-11-13 12:43:23
You need to log in before you can comment on or make changes to this bug.
Symptom, as described by Joachim Nubold: "After weeks have been locked (for all), people still can book additional hours or change their existing bookings"
Additional comment plus possible patch from Joachim: "think I got it. On win32 systems, at least with some PHP versions, not all strftime functions are working. This results in week numbers not being recognized in Achievo. For anyone having the same problem, I have attached the fix that works for me. Anyone intending to use, check carefully, since I'm not that used to PHP."
Created an attachment (id=6) [details] Proposed new version of weekstamp() function (by Joachim)
I'm hesitant to put this into 1.0, since it might break stuff for other users. I'll leave it like it currently is for now, and point any user that experiences this problem to this bug, to test the patch.
Version cleanup.
Christophe Cornil mentioned on the mailinglist that the patch worked for him too. I'll add the patch to Achievo 1.0.3.
The fix is now committed to CVS, so as of 1.1.RC3, the weekstamp method should work on both windows and unix servers.