1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 14:17:56 +02:00

Removed some trailing newlines

git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-09-09 12:40:42 +00:00
parent 34c4e7c820
commit 828447f535
12 changed files with 15 additions and 17 deletions

View File

@ -143,4 +143,4 @@ $template->pparse("body");
include('page_footer_admin.'.$phpEx);
?>
?>

View File

@ -146,4 +146,4 @@ $template->assign_vars(array(
$template->pparse('body');
include('page_footer_admin.'.$phpEx);
?>
?>

View File

@ -469,4 +469,4 @@ else
include('page_footer_admin.'.$phpEx);
?>
?>

View File

@ -209,4 +209,4 @@ if($board_config['board_disable'] && !defined("IN_ADMIN"))
//
$emailer = new emailer($board_config['smtp_delivery']);
?>
?>

View File

@ -31,9 +31,9 @@
// MySQL
//
$dbms = "mysql";
$dbhost = "";
$dbname = "";
$dbuser = "";
$dbhost = "localhost";
$dbname = "phpbb2";
$dbuser = "root";
$dbpasswd = "";
*/
@ -97,4 +97,4 @@ $dbpasswd = "";
//
$table_prefix = "phpbb_";
?>
?>

View File

@ -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');
?>
?>

View File

@ -942,4 +942,4 @@ function obtain_word_list(&$orig_word, &$replacement_word)
return(TRUE);
}
?>
?>

View File

@ -2099,4 +2099,4 @@ $template->pparse("body");
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
?>

View File

@ -1298,4 +1298,4 @@ $template->pparse("body");
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
?>

View File

@ -1071,4 +1071,4 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
}
}
?>
?>

View File

@ -555,4 +555,4 @@ $template->pparse("body");
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
?>

View File

@ -19,9 +19,7 @@
<tr>
<td class="row1">Move everything to:</td>
<td class="row2">
<select name="to_id">
{S_TO_IDS}
</select>
{S_SELECT_TO}
</td>
</tr>
<tr>