dont show the form again after running

This commit is contained in:
james 2005-11-21 21:30:10 +00:00
parent 5843be049d
commit b24d579424

View File

@ -229,6 +229,8 @@
echo "<br />";
mysql_query("UPDATE config SET val='$newfairyear' WHERE var='FAIRYEAR' AND year=0");
echo happy(i18n("Fair year has been rolled over from %1 to %2",array($currentfairyear,$newfairyear)));
send_footer();
exit;
}
}