X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=maps%2Fbin%2Fprocessaction.cgi;h=082be8aec1fc24b1e6209ecdfd64ea4bfaffdb1b;hb=39158f66c2f8b792ddb04a22854e332a023b3d16;hp=c9f0f58f7b1932721b6114ad23c71be5c29e4991;hpb=447c849fd507a59596617bec83358d82e4cf7736;p=clearscm.git diff --git a/maps/bin/processaction.cgi b/maps/bin/processaction.cgi index c9f0f58..082be8a 100755 --- a/maps/bin/processaction.cgi +++ b/maps/bin/processaction.cgi @@ -426,17 +426,17 @@ $lines = $options{'Page'}; $total = count('list', "userid = \"$userid\" and type = \"$type\"") if $type; -if ($action eq 'Add New Entry') { +if ($action eq 'Add') { AddNewEntry($type); -} elsif ($action eq 'Delete Marked') { +} elsif ($action eq 'Delete') { DeleteEntries($type); -} elsif ($action eq 'Modify Marked') { +} elsif ($action eq 'Modify') { ModifyEntries($type); -} elsif ($action eq 'Whitelist Marked') { +} elsif ($action eq 'Whitelist') { WhitelistMarked; -} elsif ($action eq 'Blacklist Marked') { +} elsif ($action eq 'Blacklist') { BlacklistMarked; -} elsif ($action eq 'Nulllist Marked') { +} elsif ($action eq 'Nulllist') { NulllistMarked; } else { Heading(