Update blueweather.php
This commit is contained in:
parent
5f5ac6eb97
commit
854d77b515
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ class BlueWeather
|
|||
// only one row will be returned
|
||||
$data = $result->fetch_assoc();
|
||||
|
||||
$data["emailHash"] = md5(strtolower(trim($data["email"])));
|
||||
|
||||
return($data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue