PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

remove warning bug fix

  1. sboisvert@bryxal.ca
    Member

    in license.php the function function imgdrawLine()
    the param $y0 is sometimes passed as a string and that will cause php to flag a warning on line 102 when the 3 param passed is not converted to a double (because it is not manipulated with + or - radius such as line 100 or 101 are)
    adding: $y0 = doubleval($y0); somewhere before, such as line 94, fixes this warning.

    Posted 12 years ago on Wednesday April 4, 2012 | Permalink

This topic has been resolved and has been closed to new replies.