mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
I don't want my name capitalized in a news post
This commit is contained in:
parent
6faea02727
commit
914414696b
1 changed files with 1 additions and 1 deletions
|
@ -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> ';
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue