summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--account.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/account.php b/account.php
index ffeb263f2..bfc9ffd7c 100644
--- a/account.php
+++ b/account.php
@@ -2,7 +2,6 @@
include "includes/theme.inc";
-
function account_get_user($uname) {
$result = db_query("SELECT * FROM users WHERE userid = '$uname'");
return db_fetch_object($result);