diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-02-04 22:09:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-02-04 22:09:38 +0000 |
commit | de2e393933bb7163148c5010a7c14be9004117bf (patch) | |
tree | fa1e6a2984bb5de5ed5f22c599397faca979b34c /modules/section.module | |
parent | b1d395d52d160c203edff69c323c031f833a8219 (diff) | |
download | brdo-de2e393933bb7163148c5010a7c14be9004117bf.tar.gz brdo-de2e393933bb7163148c5010a7c14be9004117bf.tar.bz2 |
- various updates, bugfixes and improvements
Diffstat (limited to 'modules/section.module')
-rw-r--r-- | modules/section.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/section.module b/modules/section.module index 36642f418..2ee5869d9 100644 --- a/modules/section.module +++ b/modules/section.module @@ -12,8 +12,8 @@ $_section = array("status" => array(2 => "enabled: always", 1 => "enabled: custo function section_help() { ?> - <P>When submitting new stories, every story is assigned a section or category. These sections can be maintained from the administration pages.</P> - <P>For moderation purpose, you can specify a post, dump and expiration thresholds for each available section according to type and urgency level a section. Some section do not really "expire" and stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time.</P> + <P>When submitting new stories, every story is assigned a section or category. Sections can be maintained from the administration pages.</P> + <P>For moderation purpose, you can specify a post, dump and expiration thresholds for each available section according to type and urgency level of a section. This is useful considering the fact that some sections do not really "expire" and stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time.</P> <? } @@ -113,7 +113,7 @@ function section_admin() { switch($op) { case "add": - section_add($edit); + section_add(); break; case "help": section_help(); |