summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/CommonHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-15 09:18:01 +0100
committerYorhel <git@yorhel.nl>2009-03-15 09:18:01 +0100
commit7f44eb32fd097cd918a448860a546b07c07126fa (patch)
treec701508c93705bd6d1c7ab76400fa9ccdfd177b4 /lib/VNDB/Util/CommonHTML.pm
parentc748ecd8b5a8b6f4f8898adc9fcfff8d01cf443a (diff)
Removed tag deletion feature
There's no need for that anymore with the merge and state options
Diffstat (limited to 'lib/VNDB/Util/CommonHTML.pm')
-rw-r--r--lib/VNDB/Util/CommonHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/CommonHTML.pm b/lib/VNDB/Util/CommonHTML.pm
index 0abc9cfc..6e50632d 100644
--- a/lib/VNDB/Util/CommonHTML.pm
+++ b/lib/VNDB/Util/CommonHTML.pm
@@ -80,7 +80,7 @@ sub htmlMainTabs {
end;
}
- if($type eq 'u' && $self->authCan('usermod') || $type eq 'g' && $self->authCan('tagmod')) {
+ if($type eq 'u' && $self->authCan('usermod')) {
li $sel eq 'del' ? (class => 'tabselected') : ();
a href => "/$id/del", 'del';
end;