forked from science-ation/science-ation
Remove debug line
This commit is contained in:
parent
29db8ac071
commit
14df5adc39
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user