Dear Andy
I just downloaded the plugin in today from your site. Just to clarify... Are you saying that this patch needs to be with all installation? Or only those pre 30 Jan 2006? Looking at the code, I assume that the patches are needed.
If so, then, do we also do what Randall suggested (line 74) as well as deleting Line 51 as suggested by you? or should we just delete Line 51??
Also, in day.php (in public_html), $page is not defined. This is easily remedied by adding the following at line74:
$page = isset( $_GET['page'] ) ? $_GET['page'] : '';
There should be 2 nearly-identical lines just prior to it for $sort & $anon.
-----------
Your posting on Wednesday, February 01 2006 @ 08:32 PM EST
In page.php, remove line 51:
settype( $visited_page, 'integer' );
Also, is there anyway I can import Vstats 1.2 to GUS1.6?
Thank you.