diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-23 13:02:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-23 13:02:38 +0000 |
commit | e77beba5daef04a5db6d31b3ef33a4243b170a6e (patch) | |
tree | 23be9f6db3060cfaf6cf66fe25fac620978d8599 /modules/node | |
parent | 26024e03c895c7f590dcd076ebd76f8e95db3895 (diff) | |
download | brdo-e77beba5daef04a5db6d31b3ef33a4243b170a6e.tar.gz brdo-e77beba5daef04a5db6d31b3ef33a4243b170a6e.tar.bz2 |
- Patch #113614 by John Morahan: small fix for token/placeholder substitution to core.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.tokens.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node/node.tokens.inc b/modules/node/node.tokens.inc index 915ac4100..bd8008b41 100644 --- a/modules/node/node.tokens.inc +++ b/modules/node/node.tokens.inc @@ -184,7 +184,6 @@ function node_tokens($type, $tokens, array $data = array(), array $options = arr $replacements[$original] = format_date($node->changed, 'medium', '', NULL, $language_code); break; } - dsm('node'); } if ($author_tokens = token_find_with_prefix($tokens, 'author')) { |