Skip to content

Commit

Permalink
patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php
Browse files Browse the repository at this point in the history
  • Loading branch information
helmo committed Feb 16, 2010
1 parent 5c81c13 commit 31217bf
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 @@ -40,6 +40,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ rfe #2938579 [interface] Add class to some elements for easier theming.
+ rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php.
+ rfe #2792992 [doc] Added advice to re-login after changing pmadb settings
+ patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php, thanks to iinl

3.3.1.0 (not yet released)
- bug #2941037 [core] Database structure not sorted by table correctly
Expand Down
2 changes: 1 addition & 1 deletion tbl_operations.php
Expand Up @@ -508,7 +508,7 @@
} // end if
?>
&nbsp;<strong>.</strong>&nbsp;
<input type="text" size="20" name="new_name" onfocus="this.select()" /><br />
<input type="text" size="20" name="new_name" onfocus="this.select()" value="<?php echo htmlspecialchars($GLOBALS['table']); ?>"/><br />
<?php
$choices = array(
'structure' => $strStrucOnly,
Expand Down

0 comments on commit 31217bf

Please sign in to comment.