organic-search-analytics icon indicating copy to clipboard operation
organic-search-analytics copied to clipboard

Problem in reportSettings.php Code

Open GitHub-Mike opened this issue 7 years ago • 0 comments

http://localhost/organic-search-analytics/report.php

Notice: A non well formed numeric value encountered in C:\xampp71\htdocs\organic-search-analytics\inc\html\reportSettings.php on line 48

Line 46: $diff = strtotime( $row["max"] ) - strtotime( $row["min"] ); // OK!

Line 48: $row["max"] - $row["min"]; // Why? //$row["max"] - $row["min"]; Works!

GitHub-Mike avatar Oct 06 '17 09:10 GitHub-Mike