From 60310fa41ca657d7e4ae17d2ac46ba6a86ad3ae3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 19 Oct 2000 13:44:37 +0000 Subject: [PATCH] no comment --- account.php | 1 - 1 file changed, 1 deletion(-) 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); -- GitLab