summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-09 07:49:59 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-09 07:49:59 +0000
commitc5d6e04d114d3c4b3f31743ccd0d4a60c9ef9632 (patch)
treebc3196cb97d63079013ebfc5b183d2038ee7c9e7 /stats.php
parentc9170314af9139abef87629d218c7999bd3c8df3 (diff)
downloadampache-c5d6e04d114d3c4b3f31743ccd0d4a60c9ef9632.tar.gz
ampache-c5d6e04d114d3c4b3f31743ccd0d4a60c9ef9632.tar.bz2
ampache-c5d6e04d114d3c4b3f31743ccd0d4a60c9ef9632.zip
removed ID field from user table, and everything that goes with that...
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php2
1 files changed, 1 insertions, 1 deletions
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');