Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Bug #109

Open
neomanu16 opened this issue Jun 23, 2019 · 3 comments
Open

Bug #109

neomanu16 opened this issue Jun 23, 2019 · 3 comments

Comments

@neomanu16
Copy link

worries about the heat index
FireShot Capture 069 - Station Météo de   Vars, CH, FR - meteo16-vars com

@neomanu16
Copy link
Author

The error is on the temperature file at line 51
if(anyToC($weather["heat_index"])>=28||($showFeelsLike&&anyToC($weather["temp"])>28)){echo $lang['Heatindex']."

".$weather["heat_index"]."°".$weather["temp_units"];;}
replaced by ; instead of ;;
if(anyToC($weather["heat_index"])>=28||($showFeelsLike&&anyToC($weather["temp"])>28)){echo $lang['Heatindex']."
".$weather["heat_index"]."°".$weather["temp_units"];}

@ktrue
Copy link
Owner

ktrue commented Jun 24, 2019

I'm not certain that the elimination of a null PHP statement would fix the issue.

What is the URL to your CU-HWS website? I'll take a look.

@neomanu16
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants