[feladat @ 28]
authorrejo
Sun, 22 Apr 2007 16:27:45 +0000
changeset 12 7be4525290cc
parent 11 9e103ea0585d
child 13 2ff220cfde13
[feladat @ 28] Fixed a bug in dns.inc.php ($recordid missing from input on validate_input function).
inc/dns.inc.php
--- a/inc/dns.inc.php	Sun Apr 22 14:24:51 2007 +0000
+++ b/inc/dns.inc.php	Sun Apr 22 16:27:45 2007 +0000
@@ -28,7 +28,7 @@
  * Validates an IPv4 IP.
  * returns true if valid.
  */
-function validate_input($zoneid, $type, &$content, &$name, &$prio, &$ttl)
+function validate_input($recordid, $zoneid, $type, &$content, &$name, &$prio, &$ttl)
 {
 	global $db;