Skip to content

Commit

Permalink
2.1.2 Final Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed May 24, 2016
1 parent d344deb commit 553b299
Show file tree
Hide file tree
Showing 11 changed files with 3,389 additions and 3,367 deletions.
2 changes: 2 additions & 0 deletions admin/dropoff.admin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php include(DB.'dropoff.db.php');
$dropoff_loc_url_yes = "";
$dropoff_loc_url_no = "";
if ($_SESSION['brewerCountry'] == "United States") $us_phone = TRUE; else $us_phone = FALSE;
if ($section != "step6") {
?>
Expand Down
2 changes: 2 additions & 0 deletions admin/judging_locations.admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
$form_submit_button = "";
$output_no_records = "";
$goto_nav = "";
$judge_loc_url_yes = "";
$judge_loc_url_no = "";


if ($filter == "judges") $staff_row_field = "staff_judge";
Expand Down
2 changes: 2 additions & 0 deletions includes/constants.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@

$current_date = getTimeZoneDateTime($_SESSION['prefsTimeZone'], time(), $_SESSION['prefsDateFormat'], $_SESSION['prefsTimeFormat'], "system", "date");
$current_time = getTimeZoneDateTime($_SESSION['prefsTimeZone'], time(), $_SESSION['prefsDateFormat'], $_SESSION['prefsTimeFormat'], "system", "time");

$delay = $_SESSION['prefsWinnerDelay'] * 3600;

}

Expand Down
4 changes: 2 additions & 2 deletions includes/current_version.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// This file will be deprecated after the release of version 1.2.1.0
// Version information will be stored in the system table starting with version 1.2.1.0
$current_version = "2.1.1.0";
$current_version_display = "2.1.1";
$current_version = "2.1.2.0";
$current_version_display = "2.1.2";
?>
Loading

0 comments on commit 553b299

Please sign in to comment.