From 0a6711c691d3a75da5e81387967375f1e62f877c Mon Sep 17 00:00:00 2001 From: geoffhumphrey Date: Fri, 19 Jun 2015 08:49:27 -0600 Subject: [PATCH] Convert to BJCP2015 Code --- includes/headers.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/headers.inc.php b/includes/headers.inc.php index acf889da..2d5e95fc 100644 --- a/includes/headers.inc.php +++ b/includes/headers.inc.php @@ -391,6 +391,7 @@ elseif ($msg == "22") $output = "All unconfirmed entries are now marked as confirmed."; elseif ($msg == "23") $output = "All participant assignments have been cleared."; elseif ($msg == "24") $output = "A judging number you entered wasn't found in the database. Please check and re-enter."; + elseif ($msg == "25") $output = "All entry styles have been converted from BJCP 2008 to BJCP 2015."; else $output = ""; break; } @@ -399,4 +400,4 @@ if ($msg == "16") { $output = "Your installation has been set up successfully!"; $output_extend = "
FOR SECURITY REASONS you should immediately set the $setup_free_access variable in config.php to FALSE. Otherwise, your installation and server are vulerable to security breaches.
Log in now to access the Admin Dashboard.
"; } if ($msg == "17") $output = "Your installation has been updated successfully!"; $msg_output = "
".$output."
".$output_extend; -?> \ No newline at end of file +?>