mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
12 changed files with 15 additions and 17 deletions
|
@ -31,9 +31,9 @@
|
||||||
// MySQL
|
// MySQL
|
||||||
//
|
//
|
||||||
$dbms = "mysql";
|
$dbms = "mysql";
|
||||||
$dbhost = "";
|
$dbhost = "localhost";
|
||||||
$dbname = "";
|
$dbname = "phpbb2";
|
||||||
$dbuser = "";
|
$dbuser = "root";
|
||||||
$dbpasswd = "";
|
$dbpasswd = "";
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1">Move everything to:</td>
|
<td class="row1">Move everything to:</td>
|
||||||
<td class="row2">
|
<td class="row2">
|
||||||
<select name="to_id">
|
{S_SELECT_TO}
|
||||||
{S_TO_IDS}
|
|
||||||
</select>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue