summaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-19 13:44:37 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-19 13:44:37 +0000
commit60310fa41ca657d7e4ae17d2ac46ba6a86ad3ae3 (patch)
treefc845d9f50ae6f5c525f9403121fb7084be66497 /account.php
parent318d84e67df57df10cb026391409a2f795099ea7 (diff)
downloadbrdo-60310fa41ca657d7e4ae17d2ac46ba6a86ad3ae3.tar.gz
brdo-60310fa41ca657d7e4ae17d2ac46ba6a86ad3ae3.tar.bz2
no comment
Diffstat (limited to 'account.php')
-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);