Closed (fixed)
Project:
userplus
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Oct 2006 at 11:29 UTC
Updated:
16 Dec 2006 at 05:00 UTC
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