--- pathauto.inc.bak	2009-12-21 11:05:06.000000000 +0100
+++ pathauto.inc	2009-12-21 11:05:13.000000000 +0100
@@ -209,7 +209,7 @@
     $output = preg_replace("/$seppattern+/", "$separator", $output);
 
     // Optionally convert to lower case.
-    if (variable_get('pathauto_case', PATHAUTO_CASE_LOWER)) {
+    if (variable_get('pathauto_case', 1)) {
       $output = drupal_strtolower($output);
     }
   }
