diff --git a/config/rollover.php b/config/rollover.php index 3c7fbb4..71d4a1c 100644 --- a/config/rollover.php +++ b/config/rollover.php @@ -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)
"; echo mysql_error(); } }