[feladat @ 66]
authorrejo
Tue, 05 Jun 2007 23:57:11 +0000
changeset 19 f9ea2a05149b
parent 18 e96267359ab7
child 20 76e20b9d45e6
[feladat @ 66] Removed unneeded variable in validate_input function call.
inc/record.inc.php
--- a/inc/record.inc.php	Tue Jun 05 23:21:53 2007 +0000
+++ b/inc/record.inc.php	Tue Jun 05 23:57:11 2007 +0000
@@ -134,7 +134,7 @@
 	}
 	if (is_numeric($zoneid))
 	{
-		validate_input($recordid, $zoneid, $type, $content, $name, $prio, $ttl);
+		validate_input($zoneid, $type, $content, $name, $prio, $ttl);
                 $change = time();
                 $db->query("UPDATE records set name='$name', type='$type', content='$content', ttl='$ttl', prio='$prio', change_date='$change' WHERE id=$recordid");