Last modified: 2006-11-29 22:09:32 UTC
On line 18 'page' needs to be added to the extract call, i.e: extract( $dbr->tableNames( 'site_stats', 'user', 'user_groups', 'page' ) ); otherwise $page is undefined, and the sql query fails, and you get a nasty mysql error instead of a statistics report.
Looks ok as of r17952.