From 2b3ca2d3aca84a5b54d6fca061d6f6b5f26162d8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 8 Jun 2002 10:18:59 +0000 Subject: - More documentation updates. Added "Requires crontab" message to the settings that require crontab, make some things more consistent, etc. --- modules/drupal.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/drupal.module') diff --git a/modules/drupal.module b/modules/drupal.module index 2ae97f74d..1c852e80c 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -7,7 +7,7 @@ function drupal_system($field){ function drupal_conf_options() { $output .= form_textfield("Drupal XML-RPC server", "drupal_server", variable_get("drupal_server", "http://www.drupal.org/xmlrpc.php"), 55, 128, "The URL of your root Drupal XML-RPC server."); - $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail address, slogan and mission statement. When the \"Drupal XML-RPC server\" field is set to \"http://www.drupal.org/xmlrpc.php\", your website will get listed on http://www.drupal.org/."); + $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail address, slogan and mission statement. When the \"Drupal XML-RPC server\" field is set to \"http://www.drupal.org/xmlrpc.php\", your website will get listed on http://www.drupal.org/. Requires crontab."); return $output; } -- cgit v1.2.3