Merge pull request #2078 from phl0/fixContestingParameter

Ignore manual parameter on editing contests
pull/2083/head
Andreas Kristiansen 2023-04-25 20:17:54 +02:00 zatwierdzone przez GitHub
commit 73f482a52c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2392,7 +2392,7 @@ function deleteQsl(id) {
});
}
</script>
<?php if ($this->uri->segment(1) == "contesting" && $this->uri->segment(2) != "add" ) { ?>
<?php if ($this->uri->segment(1) == "contesting" && ($this->uri->segment(2) != "add" && $this->uri->segment(2) != "edit")) { ?>
<script>
var manual = <?php echo $_GET['manual']; ?>;
</script>