From 0fc09e5d32ca12e01090ac321dc2d61c7f067aad Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Mon, 15 May 2000 00:44:38 +0000 Subject: [PATCH] haha! my name _won't_ be capitalized now! --- members/addnews.php | 2 +- news_funcs.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/members/addnews.php b/members/addnews.php index 3ca8787..8632409 100644 --- a/members/addnews.php +++ b/members/addnews.php @@ -33,7 +33,7 @@ tableTitle("Add News", 1, tableHeadColor); $date = strftime('%d %b %Y', time()); - $user = $userInfo[u_username] ; + $user = ucfirst($userInfo[u_username]); echo '
Posted on ' . $date . ' by ' . $user . '
' . '
'; ?> diff --git a/news_funcs.php b/news_funcs.php index a4d1fab..36dec90 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -1,6 +1,7 @@
Posted on ' . $date . ' by ' . $user . '
' . '
' . $text . '
' . '
';