From: James E. F. <jf...@ac...> - 2002-03-26 22:14:20
|
On Tue, 26 Mar 2002, me@shaw wrote: > Hi > I get the following error when I try to test a completed survey > Fatal error: Call to undefined function: array_insersect() in > /home/**/****/***/***/include/where/status.inc on line 34 Change "array_insersect" to "array_intersect" on line 34. (Bug fixed in CVS.) |