1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 08:05:25 +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

@ -31,9 +31,9 @@
// MySQL
//
$dbms = "mysql";
$dbhost = "";
$dbname = "";
$dbuser = "";
$dbhost = "localhost";
$dbname = "phpbb2";
$dbuser = "root";
$dbpasswd = "";
*/

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>