--- hotel_calendars.module	2010-01-04 00:28:09.000000000 +0000
+++ hotel_calendarsNew.module	2010-01-08 15:03:52.000000000 +0000
@@ -550,7 +550,7 @@ function hotel_calendars_month($node, $y
       $output .= '<div class="calprice">';
       if ($day_prices[$day_num]['qty'] > 0) {
         if ($day_prices[$day_num]['rate']) {
-          $output .='$'; // prefix monetary sign (this should be changed to a variable rather than hardcoded)
+          $output .= variable_get('uc_currency_sign', '$'); // prefix monetary sign
         }
         else {
           $output .='&nbsp;'; // blank space to even out spacing of empty vs full dates.
