Closed (fixed)
Project:
Link
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2006 at 19:58 UTC
Updated:
29 Nov 2006 at 05:15 UTC
The link datastructure used to have a attribute 'view' which contained the url of the link. In the newest version, 'view' is still in the array, but does not have a value anymore.
E.g.: (version 1.5.2.7)
Array ( [value] => Array ( [link] => http://www.tctubantia.nl/economie/article573167.ece [title] => TC Tubantia [attributes] => [view] => ) )
My old version: (version 1.5)
Array ( [value] => Array ( [link] => http://www.tctubantia.nl/economie/article573167.ece [title] => TC Tubantia [attributes] => ) [view] => "the html containing the actual link" )
(with the stuff between " .. " being the actual link html...
-- Karna
Comments
Comment #1
quicksketchThis has been corrected in the latest recommended version of link.module - 1.1. We'll also no longer being using HEAD for 4.7 development.
Comment #2
(not verified) commented