From f50a92b6fd22fb140cd6b0f69134bf6cfcd5700b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Nov 2003 17:03:49 +0000 Subject: - Removed debug statement. Patch by Bart. --- modules/story.module | 1 - modules/story/story.module | 1 - 2 files changed, 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"] = "
". t("The body of your story is too short.") ."
"; } 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"] = "
". t("The body of your story is too short.") ."
"; } -- cgit v1.2.3