diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-03 16:04:18 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-03 16:04:18 +0000 |
commit | 7ae86b1b07f736f8221e29c882976542c1752397 (patch) | |
tree | e6e8044d47d55418677e11064882c62519c48bd8 | |
parent | 1c40ad57367f2f721e01afa97b8303ac3b5bada1 (diff) | |
download | forums-7ae86b1b07f736f8221e29c882976542c1752397.tar forums-7ae86b1b07f736f8221e29c882976542c1752397.tar.gz forums-7ae86b1b07f736f8221e29c882976542c1752397.tar.bz2 forums-7ae86b1b07f736f8221e29c882976542c1752397.tar.xz forums-7ae86b1b07f736f8221e29c882976542c1752397.zip |
Removed windows carriage returns and newline at end of file ...
git-svn-id: file:///svn/phpbb/trunk@1785 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index fe74466391..7199bc8c31 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1202,4 +1202,4 @@ function phpbb_preg_quote($str, $delimiter) return $text; } -?> +?>
\ No newline at end of file |