summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/story.module1
-rw-r--r--modules/story/story.module1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/story.module b/modules/story.module
index b1559c0ed..fe0408331 100644
--- a/modules/story.module
+++ b/modules/story.module
@@ -67,7 +67,6 @@ function story_validate(&$node) {
*/
if (isset($node->body) && count(explode(" ", $node->body)) < variable_get("minimum_story_size", 0)) {
-print "body : $node->body";
$error["body"] = "<div class=\"error\">". t("The body of your story is too short.") ."</div>";
}
diff --git a/modules/story/story.module b/modules/story/story.module
index b1559c0ed..fe0408331 100644
--- a/modules/story/story.module
+++ b/modules/story/story.module
@@ -67,7 +67,6 @@ function story_validate(&$node) {
*/
if (isset($node->body) && count(explode(" ", $node->body)) < variable_get("minimum_story_size", 0)) {
-print "body : $node->body";
$error["body"] = "<div class=\"error\">". t("The body of your story is too short.") ."</div>";
}