default value for wildcard

This commit is contained in:
Marc Delisle
2002-03-04 21:46:53 +00:00
parent bd78ec37f0
commit 87f9daa169
2 changed files with 4 additions and 1 deletions

View File

@@ -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;

View File

@@ -602,7 +602,7 @@ function PMA_grantOperations($grants)
<tr>
<td colspan="5">
<?php echo $GLOBALS['strNewDb'] . "\n"; ?>&nbsp;
<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>