From c5d6e04d114d3c4b3f31743ccd0d4a60c9ef9632 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 9 Jul 2005 07:49:59 +0000 Subject: removed ID field from user table, and everything that goes with that... --- stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stats.php') diff --git a/stats.php b/stats.php index 1e7f11f1..78c68903 100644 --- a/stats.php +++ b/stats.php @@ -25,7 +25,7 @@ require_once("modules/init.php"); //FIXME: Remove references -$uid = $user->id; +$uid = $GLOBALS['user']->username; show_template('header'); show_menu_items('Stats'); -- cgit