Empty href attributes in OpenURL links

toastncheez - October 22, 2009 - 14:09
Project:Bibliography Module
Version:6.x-1.7
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

OpenURL links are created with empty href attributes: seems to be a missing not-flag in biblio_theme.inc:biblio_openURL. Changing:

if (empty($openURLResolver)) {
    $co = biblio_contextObject($node);
    ...

to

  if (!empty($openURLResolver)) {
    $co = biblio_contextObject($node);

... corrects the problem.

#1

rjerome - October 22, 2009 - 14:37
Status:active» fixed

Good catch!

Thanks,

Ron.

(http://drupal.org/cvs?commit=278268)

#2

System Message - November 5, 2009 - 14:40
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.