summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_groupmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index e8a3657..aa4dda1 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -272,7 +272,7 @@ if($_GET['act']=="new" || $_GET['act']=="edit"){
<?php if($inuse == false): ?>
<input name="groupname" type="text" class="formfld" id="groupname" size="20" value="<?=htmlspecialchars($pconfig['name']);?>">
<?php else: ?>
- <?php echo $pconfig['name'] . "*"; ?>
+ <?php echo $pconfig['name']; ?>
<input name="groupname" type="hidden" class="formfld" id="groupname" value="<?=htmlspecialchars($pconfig['name']);?>">
<?php endif; ?>
</td>
OpenPOWER on IntegriCloud