I get the following error when the Scholarly module is enabled:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of drupal_write_record(). 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 /path/to/sites/all/modules/scholarly/scholarly.module on line 330
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | scholarly.38509.patch | 667 bytes | stevenpatz |
Comments
Comment #1
Anonymous (not verified) commentedIt's still present in CVS.
Change
into
in file scholarly.module (I cannot provide a patch as scholarly.module uses non-Unix Linefeeds, and I could only provide a patch that fixes this issue as well ;) )
Comment #2
stevenpatz