default value for wildcard
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-03-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* user_details.php3: default value for wildcard db name
|
||||
|
||||
2002-03-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* libraries/display_tbl.lib.php3:
|
||||
- feature request #503015 - No "xxxtext" button on vertical mode;
|
||||
|
@@ -602,7 +602,7 @@ function PMA_grantOperations($grants)
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<?php echo $GLOBALS['strNewDb'] . "\n"; ?>
|
||||
<input type="text" name="newdb" value="" onchange="change(this)" />
|
||||
<input type="text" name="newdb" value="<?php echo (!empty($pma_user)? $pma_user . '%':''); ?>" onchange="change(this)" />
|
||||
</td>
|
||||
<tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user