summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-23 13:02:38 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-23 13:02:38 +0000
commite77beba5daef04a5db6d31b3ef33a4243b170a6e (patch)
tree23be9f6db3060cfaf6cf66fe25fac620978d8599 /modules/node
parent26024e03c895c7f590dcd076ebd76f8e95db3895 (diff)
downloadbrdo-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.inc1
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')) {