diff -r e858e7e1aab4 -r a885f557678f inc/dns.inc.php --- a/inc/dns.inc.php Thu Dec 27 12:36:04 2007 +0000 +++ b/inc/dns.inc.php Sat Dec 29 14:42:34 2007 +0000 @@ -201,7 +201,7 @@ } else { - $prio=''; + $prio=0; } // Validate the TTL, it has to be numeric. $ttl = (!isset($ttl) || !is_numeric($ttl)) ? $DEFAULT_TTL : $ttl;