diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-03-19 21:54:47 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-03-19 21:54:47 +0000 |
commit | 4df42ed19551219354d88062ca38c3caf1f35553 (patch) | |
tree | f0493117b7d054cea314ee750e5cdf92eb2e7a32 /phpBB/includes/usercp_avatar.php | |
parent | 7d6cc562b75b7507e853501a6dd2befe57625da3 (diff) | |
download | forums-4df42ed19551219354d88062ca38c3caf1f35553.tar forums-4df42ed19551219354d88062ca38c3caf1f35553.tar.gz forums-4df42ed19551219354d88062ca38c3caf1f35553.tar.bz2 forums-4df42ed19551219354d88062ca38c3caf1f35553.tar.xz forums-4df42ed19551219354d88062ca38c3caf1f35553.zip |
Just me nitpicking... Thought the file header name should match the filename...
git-svn-id: file:///svn/phpbb/trunk@2361 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/usercp_avatar.php')
-rw-r--r-- | phpBB/includes/usercp_avatar.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/usercp_avatar.php b/phpBB/includes/usercp_avatar.php index 385316dbff..73645d6ac6 100644 --- a/phpBB/includes/usercp_avatar.php +++ b/phpBB/includes/usercp_avatar.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * avatars.php + * usercp_avatar.php * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group @@ -333,4 +333,4 @@ function display_avatar_gallery($mode, &$category, &$user_id, &$email, &$current return; } -?>
\ No newline at end of file +?> |