diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-05 07:25:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-05 07:25:11 +0000 |
commit | 91e8b1b1e4379419f6afd84c51cef5c79b3c5dd7 (patch) | |
tree | 82ea60890c5f35383edf9232843d0f9a13b5b54d /modules/node.module | |
parent | 398ed04670ca0419e8f04dc7da702ab88d012b89 (diff) | |
download | brdo-91e8b1b1e4379419f6afd84c51cef5c79b3c5dd7.tar.gz brdo-91e8b1b1e4379419f6afd84c51cef5c79b3c5dd7.tar.bz2 |
- Removed weird phpdoc line
Diffstat (limited to 'modules/node.module')
-rw-r--r-- | modules/node.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module index 0bd8505d9..59635c700 100644 --- a/modules/node.module +++ b/modules/node.module @@ -71,7 +71,6 @@ function node_cron() { * * @param $result * A DB result object from a query to fetch node objects. If your query joins the <code>node_comment_statistics</code> table so that the <code>comment_count</code> field is available, a title attribute will be added to show the number of comments. - * field to be set. * @param $title * A heading for the resulting list. * |