Skip to content

Commit

Permalink
bug #3302872 [synchronize] Synchronize and user name
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed May 16, 2011
1 parent d0b9caa commit 71a5335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -7,6 +7,7 @@
- Patch #3302313 Show a translated label
- bug #3300981 [navi] Table filter is case sensitive
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name

3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
Expand Down
2 changes: 1 addition & 1 deletion server_synchronize.php
Expand Up @@ -1184,7 +1184,7 @@
</tr>
<tr class="odd toggler remote-server">
<td><?php echo __('User name'); ?></td>
<td><input type="text" name="<?php echo $type; ?>_username" class="server-user" <?php echo $possibly_readonly; ?>/></td>
<td><input type="text" name="<?php echo $type; ?>_username" class="server-user" /></td>
</tr>
<tr class="even toggler remote-server">
<td><?php echo __('Password'); ?></td>
Expand Down

0 comments on commit 71a5335

Please sign in to comment.