reported by kkaefer in IRC - bug seen on PHP 5.2 but not 4.4

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 /Users/kkaefer/Sites/Drupal/HEAD/modules/book/book.module on line 1228

simple patch attached.

CommentFileSizeAuthor
book_amp_1.patch599 bytespwolanin

Comments

kkaefer’s picture

Status: Needs review » Reviewed & tested by the community
pwolanin’s picture

(note: kkaefer tested it and it fixes the problem)

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed!

Note: please always include explanation when you set issues to RTBC.

Anonymous’s picture

Status: Fixed » Closed (fixed)