### Eclipse Workspace Patch 1.0
#P countdowntimer5
Index: countdowntimer.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/countdowntimer/countdowntimer.module,v
retrieving revision 1.8.2.26
diff -u -r1.8.2.26 countdowntimer.module
--- countdowntimer.module	5 Mar 2008 21:02:43 -0000	1.8.2.26
+++ countdowntimer.module	8 Apr 2008 14:57:06 -0000
@@ -59,7 +59,7 @@
     );
     
     if ( countdowntimer_load_js() ) {
-      if (variable_get('clean_url', 1)) { 
+      if (variable_get('clean_url', 0)) { 
         drupal_add_js('countdowntimer/timerjs');
       } 
       else {
