Closed (fixed)
Project:
Date
Version:
6.x-2.x-dev
Component:
Date API
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2011 at 19:32 UTC
Updated:
25 Feb 2012 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeryanComment #2
kfritscheI can confirm, this patch solves the strict warnings.
Comment #3
arlinsandbulte commentedFixed. I modified the patch a bit to elimiate the intermediate variable and put everything back on one line.
Commit: http://drupalcode.org/project/date.git/commit/7797779
Comment #5
kfritscheWarning still exists.
array_pop and end uses the variable as reference, so it is not possible to do this in one line.
Patch #1 works fine.
Comment #6
arlinsandbulte commentedAh, yes. You are correct.
Thanks!
http://drupalcode.org/project/date.git/commit/d8e713c
Comment #7
arlinsandbulte commented