Fix typo
authorJamie Cameron <jcameron@webmin.com>
Wed, 2 Jun 2010 20:37:57 +0000 (13:37 -0700)
committerJamie Cameron <jcameron@webmin.com>
Wed, 2 Jun 2010 20:37:57 +0000 (13:37 -0700)
bind8/mass_rcreate.cgi

index fe282b9..d157431 100755 (executable)
@@ -78,7 +78,7 @@ foreach $zi (@zones) {
        # Check if a record with the same name and value exists
        ($clash) = grep { $_->{'name'} eq $fullname &&
                          $_->{'type'} eq $in{'type'} &&
-                         join(" ", @{$_->{'values'}} eq $in{'value'} } @recs;
+                         join(" ", @{$_->{'values'}}) eq $in{'value'} } @recs;
        if ($clash) {
                print &text('rmass_eclash2',
                    "<tt>".join(" ", @{$clash->{'values'}})."</tt>"),"<p>\n";