diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-05-31 19:14:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-05-31 19:14:43 +0000 |
commit | 7a33d9f6fdca098b75acb8576147474cff5dd2a8 (patch) | |
tree | be95a69ba30663fecb926874822c4573c4b05df9 /modules/comment | |
parent | fd4d894340442bfb4424ee3538f61650a264faf0 (diff) | |
download | brdo-7a33d9f6fdca098b75acb8576147474cff5dd2a8.tar.gz brdo-7a33d9f6fdca098b75acb8576147474cff5dd2a8.tar.bz2 |
- Patch #7350 by Mathias: return part a taxonomy tree to a user-defined
depth/level.
- Updated CHANGELOG.txt.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f51194c0b..86ac2d363 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -225,7 +225,7 @@ function comment_reply($pid, $nid) { function comment_validate_form($edit) { global $user; - + /* ** Validate the comment's body. */ |