I noticed a couple of warnings in my apache error log:

PHP 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 /var/www/drupal/sites/all/modules/website_screenshot/website_screenshot.module on line 226

PHP 5.2.6-3ubuntu4.6 with Suhosin-Patch 0.9.6.2

Comments

  • puravida committed 02d257f on 6.x-5.x
    Issue #1009112: Call-time pass-by-reference has been deprecated. Also...
puravida’s picture

Issue summary: View changes

After some research, I see that drupal_write_record() supports passing variables without the pass-by-reference. So I made the change and will release an update shortly.

puravida’s picture

Status: Active » Closed (fixed)

Thanks for reporting this. I have pushed an update to this dev version.