Index: supercron.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/supercron/supercron.module,v
retrieving revision 1.1.2.6
diff -u -p -r1.1.2.6 supercron.module
--- supercron.module	20 Jun 2009 18:26:08 -0000	1.1.2.6
+++ supercron.module	12 Jan 2011 22:41:03 -0000
@@ -7,15 +7,15 @@
 * The supercron module functions.
 */
 
-define(SUPERCRON_INVOKE_ALL, 'admin/reports/status/run-supercron');
+define('SUPERCRON_INVOKE_ALL', 'admin/reports/status/run-supercron');
 
 // Variable constants; duplicating literals is an open invitation to bugs
-define(SUPERCRON_SAFETY_VARIABLE, 'supercron_safety');
-define(SUPERCRON_FIREWALL_ENABLED_VARIABLE, 'supercron_firewall_enabled');
-define(SUPERCRON_FIREWALL_MODE_VARIABLE, 'supercron_firewall_mode');
-define(SUPERCRON_THROTTLE_SUPPORT_VARIABLE, 'supercron_respond_to_throttling');
-define(SUPERCRON_SCRIPT_NAME, 'supercron.php');
-define(SUPERCRON_PHP_BINARY_PATH_PLACEHOLDER, t('[path to php binary]'));
+define('SUPERCRON_SAFETY_VARIABLE', 'supercron_safety');
+define('SUPERCRON_FIREWALL_ENABLED_VARIABL'E, 'supercron_firewall_enabled');
+define('SUPERCRON_FIREWALL_MODE_VARIABLE', 'supercron_firewall_mode');
+define('SUPERCRON_THROTTLE_SUPPORT_VARIABLE', 'supercron_respond_to_throttling');
+define('SUPERCRON_SCRIPT_NAME', 'supercron.php');
+define('SUPERCRON_PHP_BINARY_PATH_PLACEHOLDER', t('[path to php binary]'));
 
 function supercron_menu() {
   $items = array();
