[feladat @ 232]
authorrejo
Thu, 03 Apr 2008 22:36:17 +0000
changeset 128 12f5e0869676
parent 127 e2c54e888f7e
child 129 92de73876d6e
[feladat @ 232] Removed left-over debug statement.
inc/record.inc.php
--- 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']).",