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

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