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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | calendar_systems.patch | 1.64 KB | farshid |
Comments
Comment #1
farshid commentedhere is a patch for this
Comment #2
sourcesoft commentedrecently I had the same problem. patch seems to be working just fine.
commit +1
Comment #3
sinasalek commentedComment #4
sinasalek commentedComment #5
sinasalek commentedMarking for the next release
Comment #6
sinasalek commentedThanks for the patch @farshid , commited
Comment #7
sinasalek commented