From 38806b4a39a6bdfc9d4a09f86b7bbaf0173c298d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 7 Apr 2001 15:02:28 +0000 Subject: - fixed bug in common.inc: throttle() - streamlined method invocation in node.inc - added node_status() function to modules - added NEW (mostly static) page module - added NEW settings module --- modules/story/story.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/story/story.module') diff --git a/modules/story/story.module b/modules/story/story.module index a750beffc..1ab6f6da5 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -31,6 +31,10 @@ function story_timout_threshold($node, $default) { return section_timout_threshold($node->section, $default); } +function story_status() { + return array(dumped, queued, posted); +} + function story_find($keys) { global $status, $user; $find = array(); -- cgit v1.2.3