include("../config.inc.php");
if (!$mode) {include("../main.php"); }
switch($mode) {
case "newc":
mysql_query("update chapters set active='0' where ship = '$ship_num'");
mysql_query("insert into chapters(title, intro, active, post_no,ship)VALUES('$cname','$cdescr','1','0','$ship_num')");
$mess = "Active Chapter is now $cname";
header("Location:chapter_change.php?mess=$mess");
default:
if ($mess) { print("$mess
"); }
print("
Begin A New ChapterUse this form when you are ready to activate a new chapter. It will close the current chapters and set up your new one. NOTE: Players can still post back into the old chapters but it is important that they include the title of the old chapter in the subject line when they email their post. Failure to do this will result in the post being assigned to the current active chapter.
|