Changeset 2656269
- Timestamp:
- 01/12/2022 05:46:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
availability-calendar/trunk/public/includes/frontend.php
r2592481 r2656269 396 396 $mName=strftime("%B", mktime(0,0,0,$m+1,0,0)); 397 397 $encoding = mb_detect_encoding($mName, "auto" ); 398 $monthName =mb_convert_encoding($mName, 'UTF-8',' Windows-1252');398 $monthName =mb_convert_encoding($mName, 'UTF-8','auto'); 399 399 400 400 $month = $dateObject->format('m'); … … 490 490 $current_Date=strtotime($current_Date); 491 491 if(!empty($settings_options['old_date_fade_out_color'])){ 492 $old_date_fade_out_color = sanitize_hex_color ($settings_options['old_date_fade_out_color']);492 $old_date_fade_out_color = sanitize_hex_color_no_hash($settings_options['old_date_fade_out_color']); 493 493 } 494 494 if ($current_Date > $pv_r){
Note: See TracChangeset
for help on using the changeset viewer.