underscore explanation

This commit is contained in:
Marc Delisle
2002-06-29 20:44:56 +00:00
parent d88ebc20ea
commit d116bbdf97
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2002-06-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_qbe.php3: show upper links
* Documentation.html, user_details.php3: link to document what happens
with grants and underscores.
2002-06-29 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/config_import.lib.php3, libraries/common.lib.php3:

View File

@@ -500,7 +500,7 @@ function PMA_grantOperations($grants)
<td>&nbsp;&nbsp;&nbsp;</td>
<td>
<input type="radio" name="anydb" value="0" id="radio_anydb0"<?php echo ($dbgrant) ? ' checked="checked"' : ''; ?> />
<label for="radio_anydb0"><?php echo $GLOBALS['strDatabase']; ?></label>&nbsp;:&nbsp;
<label for="radio_anydb0"><?php echo $GLOBALS['strDatabase']; ?></label><a href="./Documentation.html#underscore" target="documentation">(*)</a>&nbsp;:&nbsp;
</td>
<td>
<select name="dbgrant" onchange="change(this)">