Fixed another incorrect deletion checkbox

This commit is contained in:
Jamie Cameron
2007-11-23 05:51:38 +00:00
parent 34ed5d5087
commit a28c314f01

View File

@@ -157,7 +157,7 @@ elsif (@zones && (!@views || !$config{'by_view'})) {
push(@ztitles, $zn." ".
&text('index_view', "<tt>$z->{'view'}</tt>"));
push(@zdels, &can_edit_zone($z, $vw) ?
$z->{'index'}." ".$z->{'view'} : undef);
$z->{'index'}." ".$z->{'viewindex'} : undef);
}
else {
push(@zlinks, "edit_$t.cgi?index=$z->{'index'}");