From 9d7dbbf351aa7983f0fe499a3f80b59ee2f68547 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 26 Oct 2008 16:06:16 +0000 Subject: Added signature support in profile and forum posts. --- forum/utils/profile.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'forum/utils/profile.php') diff --git a/forum/utils/profile.php b/forum/utils/profile.php index ee47cb0..7f8372c 100644 --- a/forum/utils/profile.php +++ b/forum/utils/profile.php @@ -6,6 +6,7 @@ if($action == "update") { $current_user->name = $name; $current_user->email = $email; $current_user->avatar = $avatar; + $current_user->signature = $signature; if($password != "") { if($password == $password_confirm) { $current_user->password = sha1(md5($password)); @@ -34,6 +35,8 @@ while($avatar = readdir($dir)) { } ?>
+Signature:
+

-- cgit v1.2.3