aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/usercp_activate.php4
-rw-r--r--phpBB/includes/usercp_avatar.php4
-rw-r--r--phpBB/includes/usercp_email.php4
-rw-r--r--phpBB/includes/usercp_register.php2
4 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/includes/usercp_activate.php b/phpBB/includes/usercp_activate.php
index 535c1f967f..bfc4a92a36 100644
--- a/phpBB/includes/usercp_activate.php
+++ b/phpBB/includes/usercp_activate.php
@@ -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);
}
-?> \ No newline at end of file
+?>
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
+?>
diff --git a/phpBB/includes/usercp_email.php b/phpBB/includes/usercp_email.php
index 7379927b66..688adaec0d 100644
--- a/phpBB/includes/usercp_email.php
+++ b/phpBB/includes/usercp_email.php
@@ -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']);
}
-?> \ No newline at end of file
+?>
diff --git a/phpBB/includes/usercp_register.php b/phpBB/includes/usercp_register.php
index 88bdf2aad1..bc4d88248b 100644
--- a/phpBB/includes/usercp_register.php
+++ b/phpBB/includes/usercp_register.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * avatars.php
+ * usercp_register.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group