Quote:
Originally Posted by Makc666
There are several errors on this product - version 2.0.1
- Line:
PHP Code:
if($_current[1] = $_ver)
Must be:
PHP Code:
if($_current[1] == $_ver)
- All lines:
PHP Code:
if(fetch_require_hvcheck('register')) {
Must be:
PHP Code:
if($vMail->vB_version(8) AND (function_exists('fetch_require_hvcheck') && fetch_require_hvcheck('register'))) {
I am attaching NONE official version 2.0.1.2 with all bug fixed in it.
Use it and be happy 
|
Thanks a lot.
Now it's working perfactly.
Thanks.