Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_import
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2008 at 07:16 UTC
Updated:
29 Jan 2008 at 23:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
travismiller commentedThis patch removes the warning.
In current versions of PHP, reference notation should be in the function definition, not the function call.
http://us.php.net/manual/en/language.references.pass.php
Comment #2
paddy_deburca commented+1 for this patch.
I encountered the same issue with Drupal 6.0 RC2 (probable the same version of the image module).
I updated the call to the function, and the problem was resolved.
Paddy.
Comment #3
LM23 commentedThanks,
and i like to add, that you need to remove a "&" at around line 71 in this mentioned file.
Comment #4
drewish commentedthanks, committed to HEAD.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.