Remove debug line

This commit is contained in:
dave 2010-04-16 09:46:03 +00:00
parent 29db8ac071
commit 14df5adc39

View File

@ -99,7 +99,6 @@
$vals .= ",'".mysql_real_escape_string($r[$f])."'";
}
mysql_query("INSERT INTO `$table`(`year`,$names) VALUES ('$newfairyear'$vals)");
echo "INSERT INTO `$table`(`year`,$names) VALUES ('$newfairyear'$vals)<br/>";
echo mysql_error();
}
}