- Removed debug statement. Patch by Bart.

4.4.x
Dries Buytaert 2003-11-09 17:03:49 +00:00
parent 5bed42e8ef
commit f50a92b6fd
2 changed files with 0 additions and 2 deletions

View File

@ -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>";
}

View File

@ -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>";
}