
Lukasz - 2006-02-03 11:21:07
I'm using this class in email validation class, and when I started sample from email val. class my server throw me some errors.
All you need is to change all lines contains
$this = false;
return;
into
return false (erease $this=false line)
And all of it should work just fine :)