As described in http://drupal.org/node/76583#comment-141914
Maybe there is a better way to retrieve the nid.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | img_assist_3.patch | 1.19 KB | jax |
| imagereference.patch | 1.33 KB | jax |
As described in http://drupal.org/node/76583#comment-141914
Maybe there is a better way to retrieve the nid.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | img_assist_3.patch | 1.19 KB | jax |
| imagereference.patch | 1.33 KB | jax |
Comments
Comment #1
gollyg commentedThis is the code used in the node module to determine if the url should be treated as a node. I think it is important to make sure that the given page is actually a node, not a page generated by another module such as taxonomy. Perhaps it should be incorporated?
if(arg(0) == 'node' && is_numeric(arg(1))Comment #2
jax commentedPatch updated.
Comment #3
jax commentedComment #4
darren ohFixed in CVS commit 46568.
Comment #5
(not verified) commented