Index: xmlsitemap_engines/xmlsitemap_engines.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_engines/Attic/xmlsitemap_engines.admin.inc,v
retrieving revision 1.1.2.15
diff -u -p -r1.1.2.15 xmlsitemap_engines.admin.inc
--- xmlsitemap_engines/xmlsitemap_engines.admin.inc	17 Jun 2009 14:52:41 -0000	1.1.2.15
+++ xmlsitemap_engines/xmlsitemap_engines.admin.inc	21 Aug 2009 15:01:07 -0000
@@ -64,6 +64,7 @@ function xmlsitemap_engines_settings() {
     '#title' => t('Submission URL'),
     '#description' => t('The URL to submit the sitemap to. Use %placeholder as placeholder for the sitemap URL.', array('%placeholder' => '[sitemap]')),
     '#default_value' => variable_get('xmlsitemap_engines_ask_url', 'http://submissions.ask.com/ping?sitemap=[sitemap]'),
+    '#disabled' => TRUE,
   );
   // Google fields.
   $form['google'] = array(
@@ -82,6 +83,7 @@ function xmlsitemap_engines_settings() {
     '#title' => t('Submission URL'),
     '#description' => t('The URL to submit the sitemap to. Use %placeholder like placeholder for the sitemap URL.', array('%placeholder' => '[sitemap]')),
     '#default_value' => variable_get('xmlsitemap_engines_google_url', 'http://www.google.com/webmasters/tools/ping?sitemap=[sitemap]'),
+    '#disabled' => TRUE,
   );
   $form['google']['xmlsitemap_engines_google_verify'] = array(
     '#type' => 'textfield',
@@ -106,6 +108,7 @@ function xmlsitemap_engines_settings() {
     '#title' => t('Submission URL'),
     '#description' => t('The URL to submit the sitemap to. Use %placeholder like placeholder for the sitemap URL.', array('%placeholder' => '[sitemap]')),
     '#default_value' => variable_get('xmlsitemap_engines_moreover_url', 'http://api.moreover.com/ping?u=[sitemap]'),
+    '#disabled' => TRUE,
   );
   // Bing fields.
   $form['bing'] = array(
@@ -124,6 +127,7 @@ function xmlsitemap_engines_settings() {
     '#title' => t('Submission URL'),
     '#description' => t('The URL to submit the sitemap to. Use %placeholder like placeholder for the sitemap URL.', array('%placeholder' => '[sitemap]')),
     '#default_value' => variable_get('xmlsitemap_engines_bing_url', 'http://www.bing.com/webmaster/ping.aspx?siteMap=[sitemap]'),
+    '#disabled' => TRUE,
   );
   $form['bing']['xmlsitemap_engines_bing_verify'] = array(
     '#type' => 'textfield',
@@ -154,6 +158,7 @@ function xmlsitemap_engines_settings() {
     '#title' => t('Submission URL'),
     '#description' => t('The URL to submit the sitemap to. Use %placeholder like placeholder for the sitemap URL.', array('%placeholder' => '[sitemap]')),
     '#default_value' => variable_get('xmlsitemap_engines_yahoo_url', 'http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=[sitemap]'),
+    '#disabled' => TRUE,
   );
   $form['yahoo']['xmlsitemap_engines_yahoo_verify'] = array(
     '#type' => 'textfield',
