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
This commit is contained in:
the_systech 2002-03-19 21:54:47 +00:00
parent 7d6cc562b7
commit 4df42ed195
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<?php
/***************************************************************************
* avatars.php
* usercp_activate.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
@ -93,4 +93,4 @@ else
message_die(GENERAL_ERROR, "Couldn't obtain user information", "", __LINE__, __FILE__, $sql);
}
?>
?>

View file

@ -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;
}
?>
?>

View file

@ -1,6 +1,6 @@
<?php
/***************************************************************************
* avatars.php
* usercp_email.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
@ -203,4 +203,4 @@ else
message_die(GENERAL_MESSAGE, $lang['User_not_exist']);
}
?>
?>

View file

@ -1,6 +1,6 @@
<?php
/***************************************************************************
* avatars.php
* usercp_register.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group