changeset 128 | 12f5e0869676 |
parent 127 | e2c54e888f7e |
child 133 | 7863d881b8a5 |
--- a/inc/record.inc.php Thu Apr 03 22:32:52 2008 +0000 +++ b/inc/record.inc.php Thu Apr 03 22:36:17 2008 +0000 @@ -112,7 +112,6 @@ global $db; // TODO: no need to check for numeric-ness of zone id if we check with validate_input as well? if (is_numeric($record['zid'])) { - debug_print($record['type']); validate_input($record['zid'], $record['type'], $record['content'], $record['name'], $record['prio'], $record['ttl']); $query = "UPDATE records SET name=".$db->quote($record['name']).",