### Eclipse Workspace Patch 1.0
#P countdown_timer6
Index: countdowntimer.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/countdowntimer/countdowntimer.module,v
retrieving revision 1.8.2.22.2.4.2.11
diff -u -r1.8.2.22.2.4.2.11 countdowntimer.module
--- countdowntimer.module	6 Apr 2008 22:05:26 -0000	1.8.2.22.2.4.2.11
+++ countdowntimer.module	8 Apr 2008 14:55:54 -0000
@@ -66,7 +66,7 @@
   //menu_router_build(TRUE); // comment after testing
 
   if ( countdowntimer_load_js() ) {
-    if (variable_get('clean_url', 1)) { 
+    if (variable_get('clean_url', 0)) { 
       drupal_add_js('countdowntimer/timerjs', $type = 'module', $scope = 'header', $defer = FALSE, $cache = FALSE, $preprocess = FALSE);
     } 
     else {
