MT import fixes from 2fargon. Bug 0000227.

git-svn-id: https://develop.svn.wordpress.org/trunk@1541 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-08-19 20:13:36 +00:00
parent 218841c9c2
commit 732bd88aaa
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ function users_form($n) {
?><select name="userselect[<?php echo $n; ?>]">
<option value="#NONE#">- Select -</option>
<?php foreach($users as $user) {
echo '<option value="'.$user->user_nickname.'">'.$user->user_nickname.'</option>';
echo '<option value="'.$user->user_login.'">'.$user->user_login.'</option>';
} ?>
</select>
<?php }
@ -398,7 +398,7 @@ foreach ($posts as $post) { if ('' != trim($post)) {
flush();
} }
upgrade_all();
?>
</ol>
<h3>All done. <a href="../">Have fun!</a></h3>