diff options
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 |