[feladat @ 186]
Bugfix. Due to a typo in an if statement it was impossible to add new slave zones.
--- a/inc/record.inc.php Wed Mar 26 09:06:58 2008 +0000
+++ b/inc/record.inc.php Wed Mar 26 09:21:53 2008 +0000
@@ -306,7 +306,7 @@
if(verify_permission(zone_slave_add)) { $zone_slave_add = "1" ; } ;
// TODO: make sure only one is possible if only one is enabled
- if($zone_master_add == "1" || $zone_master_add == "1") {
+ if($zone_master_add == "1" || $zone_slave_add == "1") {
global $db;
if (($domain && $owner && $webip && $mailip) ||