summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-02 07:07:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-02 07:07:21 +0000
commitd2f501bc3354d940514c2ed62986472a306029d2 (patch)
tree17d70c51fbe3e95b7a044350d1b893a6cd85e438
parentaaacab2687a4a6e8f18386eff02d3ea32e485250 (diff)
downloadpfsense-d2f501bc3354d940514c2ed62986472a306029d2.zip
pfsense-d2f501bc3354d940514c2ed62986472a306029d2.tar.gz
Remove confusing *
-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