From 2ff32224580139f021eed6ac2eff5b05bb709ff7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 12 Oct 2003 21:25:42 +0000 Subject: - Fixed translation bugs with statistics module. Patch by Gabor. - Removed 'homepage' field from user table. Patch by Gabor. - Added 'real name' field to the profile module. Patch by Gabor. --- modules/profile/profile.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 6abf5b439..8a59cfe0b 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -9,6 +9,7 @@ function _profile_init() { */ $GLOBALS["profile_fields"] = array( + "realname" => array("textfield", t("Name"), "", 64, 64, ""), "address" => array("textfield", t("Address"), "", 64, 64, ""), "city" => array("textfield", t("City"), "", 64, 64, ""), "state" => array("textfield", t("State, province or region"), "", 64, 64, ""), -- cgit v1.2.3