]> git.sesse.net Git - nms/blobdiff - web/sshow.pl
Lots of merging from TG06 NMS.
[nms] / web / sshow.pl
index bae9511e84dbc267f4fbac1672b7318d6fe0707d..b840ac8a70a1b940e0951d8f7b2dfe24b64de3fd 100755 (executable)
@@ -110,9 +110,6 @@ if (defined($cgi->param('agid'))) {
        my $gid = $cgi->param('gid');
        if (!defined($gid)) {
                print "<font color=\"red\">Du har ikke valgt en gid å slette.</font>\n";
-       }
-       if ($cgi->param('agid') eq 'Disable') {
-               $sdisablegid->execute($gid);
                print "<p>gid: ".$cgi->param('gid')." har blitt disablet.\n";
        }
        else {