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:
parent
34c4e7c820
commit
828447f535
@ -143,4 +143,4 @@ $template->pparse("body");
|
||||
|
||||
include('page_footer_admin.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
@ -146,4 +146,4 @@ $template->assign_vars(array(
|
||||
$template->pparse('body');
|
||||
|
||||
include('page_footer_admin.'.$phpEx);
|
||||
?>
|
||||
?>
|
@ -469,4 +469,4 @@ else
|
||||
|
||||
include('page_footer_admin.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
@ -209,4 +209,4 @@ if($board_config['board_disable'] && !defined("IN_ADMIN"))
|
||||
//
|
||||
$emailer = new emailer($board_config['smtp_delivery']);
|
||||
|
||||
?>
|
||||
?>
|
@ -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_";
|
||||
|
||||
?>
|
||||
?>
|
@ -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');
|
||||
|
||||
?>
|
||||
?>
|
@ -942,4 +942,4 @@ function obtain_word_list(&$orig_word, &$replacement_word)
|
||||
return(TRUE);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
@ -2099,4 +2099,4 @@ $template->pparse("body");
|
||||
|
||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
@ -1298,4 +1298,4 @@ $template->pparse("body");
|
||||
|
||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
@ -1071,4 +1071,4 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
@ -555,4 +555,4 @@ $template->pparse("body");
|
||||
|
||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||
|
||||
?>
|
||||
?>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user