PHP Classes

Error Line 172

Recommend this page to a friend!

      PHP Paypal IPN Integration Class  >  All threads  >  Error Line 172  >  (Un) Subscribe thread alerts  
Subject:Error Line 172
Summary:(I think)
Messages:1
Author:Gem Gale
Date:2013-06-03 12:20:31
 

  1. Error Line 172   Reply   Report abuse  
Picture of Gem Gale Gem Gale - 2013-06-03 12:20:31
Hey,

Just thought I would quickly let you know that there was an error in the class source code:

Line 172: $this->last_error = "fsockopen error no. $errnum: $errstr";

should be: $this->last_error = "fsockopen error no. $err_num: $err_str";

Cheers,
Gem