diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-03-08 14:35:42 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-03-08 14:35:42 +0000 |
commit | a0deb476faf8d35794c8e1286037ced22959bd07 (patch) | |
tree | 1ea62b601ba7538fd5ac19bae3e38ed367faffce /modules/story/story.module | |
parent | b0859dcbd4f3b9b73ca8e43b73a248f17d81a80c (diff) | |
download | brdo-a0deb476faf8d35794c8e1286037ced22959bd07.tar.gz brdo-a0deb476faf8d35794c8e1286037ced22959bd07.tar.bz2 |
- Changed _nodeapi("conf") to _nodeapi("settings").
- Changed node settings page to use table().
- Minor code beautification here and there.
Diffstat (limited to 'modules/story/story.module')
-rw-r--r-- | modules/story/story.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/story/story.module b/modules/story/story.module index 4597d1f2c..163db2b4e 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -22,7 +22,6 @@ function story_settings() { function story_node($field) { $info["name"] = t("story"); $info["description"] = t("A story is a post that is submitted to the attention of other users and is queued in the submission queue. Users and moderators vote on the posts they like or dislike, promoting or demoting them. When a post gets above a certain threshold it gets automatically published to front page."); - return $info[$field]; } |