I don't want my name capitalized in a news post

This commit is contained in:
Dan Olson 2000-05-15 00:34:20 +00:00
parent 6faea02727
commit 914414696b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
tableTitle("Add News", 1, tableHeadColor);
$date = strftime('%d %b %Y', time());
$user = ucfirst($userInfo[u_username]) ;
$user = $userInfo[u_username] ;
echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
' <DD> ';
?>