Skip to content

Commit

Permalink
fix Agility/Jumping mark in Children/Senior/ParaAgility rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsito committed Sep 8, 2021
1 parent cd33dcb commit 0c942ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Version 4.5.3 20210908_1300
Version 4.5.3 20210908_2030
- Livestream "perroenpista" enhancements
- Update database
- Fix multiple issues and copypasge bugs with Children/Junior/Senior rounds
- Fix warnings in excel import and upgrade code
- Fix missing Agility/Jumping flag in observaciones in Children/senior/Pa rounds
Version 4.5.2 20210719_1900
- Multilicense handling support
- New "livestream" webapp "perroenpista"
Expand Down
4 changes: 2 additions & 2 deletions agility/server/tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ function sqlFilterCategoryByMode($mode,$heights,$prefix=""){
}

// comodity functions from Mangas.php
function isMangaAgility($tipo) { return in_array($tipo,array(1,3,5,6,7,8,9,16,17,25,26,32)); }
function isMangaJumping($tipo) { return in_array($tipo,array(2,4,10,11,12,13,14,27,28,29,33)); }
function isMangaAgility($tipo) { return in_array($tipo,array(1,3,5,6,7,8,9,16,17,25,26,32,34,36,38)); }
function isMangaJumping($tipo) { return in_array($tipo,array(2,4,10,11,12,13,14,27,28,29,33,35,37,39)); }
function isMangaKO($tipo) { return in_array($tipo,array(15,18,19,20,21,22,23,24)); }
function isMangaGames($tipo) { return in_array($tipo,array(29,30)); }
function isMangaWAO($tipo) { return in_array($tipo,array(25,26,27,28,29,30,31)); }
Expand Down
2 changes: 1 addition & 1 deletion config/system.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = "Juan Antonio Martinez"
email = "[email protected]"
license = "GPL"
version_name = "4.5.3"
version_date = "20210908_1300"
version_date = "20210908_2030"
database_name = "agility"
database_host = "localhost"
database_user = "YWdpbGl0eV9vcGVyYXRvcg=="
Expand Down

0 comments on commit 0c942ff

Please sign in to comment.