projects
/
project/views.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a437330
)
Remove debugging line
author
Earl Miles
Wed, 3 Jun 2009 19:55:52 +0000 (19:55 +0000)
committer
Earl Miles
Wed, 3 Jun 2009 19:55:52 +0000 (19:55 +0000)
handlers/views_handler_field.inc
patch
|
blob
|
blame
|
history
diff --git
a/handlers/views_handler_field.inc
b/handlers/views_handler_field.inc
index
13d23b7
..
8fb0b6c
100644
(file)
--- a/
handlers/views_handler_field.inc
+++ b/
handlers/views_handler_field.inc
@@
-473,7
+473,6
@@
class views_handler_field extends views_handler {
if (!empty($this->options['alter']['ellipsis'])) {
$value .= '...';
}
- dsm($value);
if (!empty($this->options['alter']['html'])) {
$value = _filter_htmlcorrector($value);