diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-23 18:59:46 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-23 18:59:46 +0000 |
commit | 2ee8394efa222c24edc68f917d22e0da5aefc119 (patch) | |
tree | 0f374ad5fc73c07415d6d6aed9a78b33bff3a7ad | |
parent | dbb226f244940a4e15c911a71aaf77c8f057c573 (diff) | |
download | forums-2ee8394efa222c24edc68f917d22e0da5aefc119.tar forums-2ee8394efa222c24edc68f917d22e0da5aefc119.tar.gz forums-2ee8394efa222c24edc68f917d22e0da5aefc119.tar.bz2 forums-2ee8394efa222c24edc68f917d22e0da5aefc119.tar.xz forums-2ee8394efa222c24edc68f917d22e0da5aefc119.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7932 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/install/database_update.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index f37a9b2bc2..fb10a62fda 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -492,7 +492,8 @@ else $exit = false; if (version_compare($current_version, '3.0.RC3', '<=')) { -/* </p> +/* + </p> <h1>Clean Usernames</h1> @@ -729,6 +730,7 @@ if (version_compare($current_version, '3.0.RC3', '<=')) // for the admin: keep name, change name (with text input) or delete user $u_action = "database_update.$phpEx?language=$language&type=$inline_update"; ?> +</p> <p><?php echo $lang['CHANGE_CLEAN_NAMES']; ?></p> <form id="change_clean_names" method="post" action="<?php echo $u_action; ?>"> @@ -788,7 +790,7 @@ if (version_compare($current_version, '3.0.RC3', '<=')) ?> <tr class="bg<?php echo ($i % 2) + 1; ?>"> <td> - <span class="rank-img"><?php echo ($rank_img) ? $rank_img : $rank_title; ?></span> + <span class="rank-img"><?php echo ($rank_img) ? $rank_img : $rank_title; ?></span><br /> <?php echo get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']); ?> </td> <td class="posts"><?php echo $row['user_posts']; ?></td> |