Closed (fixed)
Project:
Signup
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 May 2006 at 05:39 UTC
Updated:
23 May 2006 at 03:17 UTC
replace node with "personal blog entry" and so on: node_get_name($node) i think.
Comments
Comment #1
dwwthat's not a bug. ;)
but sure, i'll work on it.
Comment #2
dwwfixed in HEAD, 4.7.0, and 4.6.0.
node_get_name() doesn't exist in 4.6, so i needed a slightly different approach:
node_invoke($node, 'node_name')Comment #3
(not verified) commented