This commit is contained in:
Marc Delisle
2001-06-11 21:03:36 +00:00
parent 9b960841db
commit 6783e3f0b9
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2001-06-11 Marc Delisle <lem9@users.sourceforge.net>
* italian translation update by Alessandro Astarita
* german translation update by Kristof Hamann (korelstar)
* user_details.php3: missing $strPrivileges
2001-06-11 Steve Alberty <alberty@neptunlabs.de>
* tbl_properties.php3: suppress Table Maintenance, Comment and Type

View File

@@ -308,7 +308,7 @@ function grant_operations()
</td>
</tr></table>
<table><tr><td><br>Privileges:<br></td></tr></table>
<table><tr><td><br><?php echo $strPrivileges; ?>:<br></td></tr></table>
<? table_privileges("userForm") ?>
<input type="button" value="<? echo $strGo; ?>" onclick="addGrant(userForm)"></p>
</form>