Closed (outdated)
Project:
Bibliography Module
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2014 at 00:47 UTC
Updated:
21 Dec 2018 at 20:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
osopolarObjects are passed (and assigned) by reference. No need to use address of operator. This patch removes the & operator (as in other implementations of hook_diff()).
This results in the following warnings:
The warnings comes from the
biblio-keywords, which is an array not a sting. This patch fixes this too.Comment #2
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.