diff -r ee5300058c9d -r 48f2ac49ec24 edit.php
--- a/edit.php Mon Aug 13 22:05:06 2007 +0000
+++ b/edit.php Fri Aug 17 14:54:32 2007 +0000
@@ -40,7 +40,7 @@
echo _('Error'); ?>: echo ('There is no owner for this zone, please assign someone.'); ?>
}
-if ($domain_type == "SLAVE" && $slave_master )
+if ($domain_type == "SLAVE" && ! $slave_master )
{
?>
echo _('Error'); ?>: echo _('Type of this zone is "slave", but there is no IP address for it\'s master given.'); ?>