# HG changeset patch # User rejo # Date 1210934556 0 # Node ID def8799ec0d7c9076dbb7ac6d6597d2946191afa # Parent cc0763252b895c398c2ce98584a37bf2d39b52f0 [feladat @ 272] Removed an unused error definition. diff -r cc0763252b89 -r def8799ec0d7 inc/error.inc.php --- a/inc/error.inc.php Fri May 16 10:01:42 2008 +0000 +++ b/inc/error.inc.php Fri May 16 10:42:36 2008 +0000 @@ -86,7 +86,6 @@ define("ERR_DNS_SOA_NAME", _('Invalid value for name field of SOA record. It should be the name of the zone.')); define("ERR_DNS_SOA_MNAME", _('You have an error in the MNAME field of the SOA record.')); define("ERR_DNS_HINFO_INV_CONTENT", _('Invalid value for content field of HINFO record.')); -define("ERR_DNS_TXT_INV_CONTENT", _('Invalid value for content field of TXT record.')); define("ERR_DNS_HN_TOO_LONG", _('The hostname is too long.')); define("ERR_DNS_INV_TLD", _('You are using an invalid top level domain.')); define("ERR_DNS_INV_TTL", _('Invalid value for TTL field. It should be numeric.'));