Index: modules/autotagging_calais/autotagging_calais.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/autotagging/modules/autotagging_calais/autotagging_calais.module,v
retrieving revision 1.3
diff -u -p -r1.3 autotagging_calais.module
--- modules/autotagging_calais/autotagging_calais.module	24 Jul 2009 17:30:25 -0000	1.3
+++ modules/autotagging_calais/autotagging_calais.module	1 Oct 2009 00:18:33 -0000
@@ -6,7 +6,7 @@
  * OpenCalais support for autotagging module.
  */
 
-define(AUTOTAGGING_CALAIS_URL, 'http://api.opencalais.com/enlighten/rest/');
+define('AUTOTAGGING_CALAIS_URL', 'http://api.opencalais.com/enlighten/rest/');
 
 /** implementation of hook_autotagging_api_register */
 function autotagging_calais_autotagging_api_register() {
Index: modules/autotagging_tagthenet/autotagging_tagthenet.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/autotagging/modules/autotagging_tagthenet/autotagging_tagthenet.module,v
retrieving revision 1.5
diff -u -p -r1.5 autotagging_tagthenet.module
--- modules/autotagging_tagthenet/autotagging_tagthenet.module	24 Jul 2009 17:30:25 -0000	1.5
+++ modules/autotagging_tagthenet/autotagging_tagthenet.module	1 Oct 2009 00:18:33 -0000
@@ -6,7 +6,7 @@
  * Tagthe.net support for autotagging module.
  */
 
-define(AUTOTAGGING_TAGTHENET_URL, 'http://tagthe.net/api/');
+define('AUTOTAGGING_TAGTHENET_URL', 'http://tagthe.net/api/');
 
 /** implementation of hook_autotagging_api_register */
 function autotagging_tagthenet_autotagging_api_register() {
Index: modules/autotagging_yahoo_terms/autotagging_yahoo_terms.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/autotagging/modules/autotagging_yahoo_terms/autotagging_yahoo_terms.module,v
retrieving revision 1.4
diff -u -p -r1.4 autotagging_yahoo_terms.module
--- modules/autotagging_yahoo_terms/autotagging_yahoo_terms.module	24 Jul 2009 17:30:25 -0000	1.4
+++ modules/autotagging_yahoo_terms/autotagging_yahoo_terms.module	1 Oct 2009 00:18:33 -0000
@@ -5,7 +5,7 @@
  * Yahoo Terms support for autotagging module.
  */
 
-define(AUTOTAGGING_YAHOO_TERMS_URL, 'http://search.yahooapis.com/ContentAnalysisService/V1/termExtraction');
+define('AUTOTAGGING_YAHOO_TERMS_URL', 'http://search.yahooapis.com/ContentAnalysisService/V1/termExtraction');
 
 /** implementation of hook_autotagging_api_register */
 function autotagging_yahoo_terms_autotagging_api_register() {
