Drupal 4.6.0
PHP 5.1.2 (cli) (built: Apr 6 2006 11:07:54)

Installed it and I got this warning message:

warning: array_merge() [function.array-merge]:
Argument #1 is not an array in /*******/drupal/modules/import_html/coders_php_library/debug.inc on line 18.

warning: array_merge() [function.array-merge]: Argument #2 is not an array in /*******/drupal/modules/import_html/coders_php_library/debug.inc on line 18.

CommentFileSizeAuthor
debug.inc.patch634 byteskreaper

Comments

dman’s picture

Status: Needs review » Reviewed & tested by the community

The patch looks OK, (I'm a long way offline this month, so not actively testing) but I usually try using HTTP_REQUEST now to tke the place of the merged GET_VARS and SET_VARS.

Thanks for the contrib. I can't commit it right now, but I'll try to do this or something similar when I get back to my machines.

dman’s picture

Status: Reviewed & tested by the community » Fixed

Thanks. This error is now fixed by using $REQUEST instead of any merging at all.

Anonymous’s picture

Status: Fixed » Closed (fixed)