Hi,

I receive the following PHP warning when listing content:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /data/www/www.sitename.com/htdocs/sites/all/modules/autoadmin/autoadmin.list.inc on line 130

Comments

svendecabooter’s picture

Status: Active » Needs review
StatusFileSize
new580 bytes

Patch attached

svendecabooter’s picture

Newer version of this patch which also fixes a similar error on the add/edit form.

_rune’s picture

Thanks for the patch, will commit it this weekend.

_rune’s picture

Status: Needs review » Closed (fixed)

Fixed in this commit: http://drupalcode.org/project/autoadmin.git/commit/0d58d7e. Will release a new version soonly with some other changes / improvements.

Thanks for the catch (and patch!)

Cheers
Rune