diff --git a/account.php b/account.php index ffeb263f2397..bfc9ffd7c916 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);