[feladat @ 232]
Removed left-over debug statement.
--- 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']).",