diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-09-09 12:40:42 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-09-09 12:40:42 +0000 |
commit | 828447f53555e96bea4e37b6e6d1b78c5a3cc1fd (patch) | |
tree | c44914841f9423293b4df67bc6cf5025571e9a2f /phpBB/includes | |
parent | 34c4e7c8202cd1b34b59416ec4686aa9dea248eb (diff) | |
download | forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar.gz forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar.bz2 forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.tar.xz forums-828447f53555e96bea4e37b6e6d1b78c5a3cc1fd.zip |
Removed some trailing newlines
git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/constants.php | 2 | ||||
-rw-r--r-- | phpBB/includes/functions.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index af19e9dbd0..00cc6e2eb9 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -164,4 +164,4 @@ define('VOTE_DESC_TABLE', $table_prefix.'vote_desc'); define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results'); define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); -?> +?>
\ No newline at end of file diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index bcde9d7dcb..34eedaf9bf 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -942,4 +942,4 @@ function obtain_word_list(&$orig_word, &$replacement_word) return(TRUE); } -?> +?>
\ No newline at end of file |