diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-01-11 23:46:40 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-01-11 23:46:40 +0000 |
commit | 0b313ad33300342570e7d367fc4270301cb8c3ac (patch) | |
tree | 45c0b7d778059f9e17b3dd46fd166b283ab7b3c1 | |
parent | 7da3e16ffd950f4eac02658168b393777737a23e (diff) | |
download | forums-0b313ad33300342570e7d367fc4270301cb8c3ac.tar forums-0b313ad33300342570e7d367fc4270301cb8c3ac.tar.gz forums-0b313ad33300342570e7d367fc4270301cb8c3ac.tar.bz2 forums-0b313ad33300342570e7d367fc4270301cb8c3ac.tar.xz forums-0b313ad33300342570e7d367fc4270301cb8c3ac.zip |
Remove new lines added in r9249
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9250 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 | ||||
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 902d4cc472..282e3cf31f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -820,4 +820,4 @@ </div> </body> -</html> +</html>
\ No newline at end of file diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 3a3c5188bf..d1b0fc7e0d 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -3361,4 +3361,4 @@ function group_update_listings($group_id) } } -?> +?>
\ No newline at end of file |