patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php
This commit is contained in:
@@ -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 #2938579 [interface] Add class to some elements for easier theming.
|
||||||
+ rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php.
|
+ rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php.
|
||||||
+ rfe #2792992 [doc] Added advice to re-login after changing pmadb settings
|
+ 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)
|
3.3.1.0 (not yet released)
|
||||||
- bug #2941037 [core] Database structure not sorted by table correctly
|
- bug #2941037 [core] Database structure not sorted by table correctly
|
||||||
|
@@ -508,7 +508,7 @@ if (isset($possible_row_formats[$tbl_type])) {
|
|||||||
} // end if
|
} // end if
|
||||||
?>
|
?>
|
||||||
<strong>.</strong>
|
<strong>.</strong>
|
||||||
<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
|
<?php
|
||||||
$choices = array(
|
$choices = array(
|
||||||
'structure' => $strStrucOnly,
|
'structure' => $strStrucOnly,
|
||||||
|
Reference in New Issue
Block a user