there are a couple of warnings with PHP 5.2.14 in files

Warning: Call-time pass-by-reference has been deprecated in
sites/all/modules/calendar_systems/calendar_systems.module on line 341

Warning: Call-time pass-by-reference has been deprecated in
sites/all/modules/calendar_systems/calendar/lib/classesCore.class.inc.php on line 97

Warning: Call-time pass-by-reference has been deprecated in
sites/all/modules/calendar_systems/calendar/lib/classesCore.class.inc.php on line 99

Warning: Call-time pass-by-reference has been deprecated in
sites/all/modules/calendar_systems/calendar/lib/classesCore.class.inc.php on line 326

solution is to remove the pass-by-reference '&' while calling functions in those lines.
Thanks for the good job

CommentFileSizeAuthor
#1 calendar_systems.patch1.64 KBfarshid

Comments

farshid’s picture

StatusFileSize
new1.64 KB

here is a patch for this

sourcesoft’s picture

recently I had the same problem. patch seems to be working just fine.
commit +1

sinasalek’s picture

Status: Active » Reviewed & tested by the community
sinasalek’s picture

Assigned: Unassigned » sinasalek
sinasalek’s picture

Issue tags: +6.x-1.5 roadmap

Marking for the next release

sinasalek’s picture

Thanks for the patch @farshid , commited

sinasalek’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -6.x-1.5 roadmap

Automatically closed -- issue fixed for 2 weeks with no activity.