From 2ac7aa425ba6ddfa2e3d2dc228f9b61c0dcfd0b9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Mar 2001 11:00:04 +0000 Subject: - visual improvements to example.theme, simplified HMTL code (- 20 lines) - made node.inc more robust: it should roll-back when something goes fubar and it should work in subdirectories --- modules/story.module | 4 ++-- modules/story/story.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/story.module b/modules/story.module index f47a93e0b..81f46be78 100644 --- a/modules/story.module +++ b/modules/story.module @@ -133,9 +133,9 @@ function story_form($edit = array()) { if (user_access($user, "story")) { $output .= "". t("Status") .":
\n"; $output .= " scheduled for
\n"; - $output .= " posted
\n"; - $output .= " queued
\n"; $output .= " dumped
\n"; + $output .= " queued
\n"; + $output .= " posted
\n"; $output .= "The textfield for scheduled stories expects a string containing an English date format of when you want to have your story automatically published. Example input: '". date("j F Y G:i") ."', '". date("m/d/y H:i") ."', '". date("F j, Y H:i") ."', ...

\n"; $output .= "\n"; diff --git a/modules/story/story.module b/modules/story/story.module index f47a93e0b..81f46be78 100644 --- a/modules/story/story.module +++ b/modules/story/story.module @@ -133,9 +133,9 @@ function story_form($edit = array()) { if (user_access($user, "story")) { $output .= "". t("Status") .":
\n"; $output .= " scheduled for
\n"; - $output .= " posted
\n"; - $output .= " queued
\n"; $output .= " dumped
\n"; + $output .= " queued
\n"; + $output .= " posted
\n"; $output .= "The textfield for scheduled stories expects a string containing an English date format of when you want to have your story automatically published. Example input: '". date("j F Y G:i") ."', '". date("m/d/y H:i") ."', '". date("F j, Y H:i") ."', ...

\n"; $output .= "\n"; -- cgit v1.2.3