The behavior of array_merge() was modified in PHP 5. Unlike PHP 4, array_merge() now only accepts parameters of type array.
Please see patch below
| Comment | File | Size | Author |
|---|---|---|---|
| userplus.module_0.patch | 458 bytes | clandmeter |
The behavior of array_merge() was modified in PHP 5. Unlike PHP 4, array_merge() now only accepts parameters of type array.
Please see patch below
| Comment | File | Size | Author |
|---|---|---|---|
| userplus.module_0.patch | 458 bytes | clandmeter |
Comments
Comment #1
aclight commentedThis patch does fix the problem. I suggest that it be committed.
AC
Comment #2
heine commentedI do not get the use of array_merge in this context.
Consider:
vs.
Comment #3
marcp commentedI'm with Heine on this one -- what was I thinking with the unnecessary array_merge() call in the first place? I checked in the fixed code. Thanks for bringing this up, and sorry it took so long to get fixed.
Marc
-------
http://www.funnymonkey.com
Tools for Teachers
Comment #4
(not verified) commented