aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-19 21:54:47 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-19 21:54:47 +0000
commit4df42ed19551219354d88062ca38c3caf1f35553 (patch)
treef0493117b7d054cea314ee750e5cdf92eb2e7a32
parent7d6cc562b75b7507e853501a6dd2befe57625da3 (diff)
downloadforums-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
-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