Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update hotfix version (3.1.6)
closes [Bug] Re-linking image to a new occurrence does not re-generate tid in images table (the old tid remains) BioKIC/Symbiota#1954 Fixes use of hidden button and button submit value
Fix transfer taxa form so that action is submited in the request
Issue BioKIC#1975
Summary
input id value for email was "login" and css rule
#login {float: right}
was being applied to this accidently causing some odd behavior. Changed id of login so the collid wouldn't happen and bumped the width of the form so that it will display correctly.resolve merge conflict
Occurrence Profile bugs
Fixes minor typo that occurs in error message
added the changes to hotfix
Bug adding image
remove associations changes
Closes 2 tweaks to map interface: alphabetize & change wording BioKIC/Symbiota#2040 Sorts By Sciname within family (Closes #2040 Sorts By Sciname within family BioKIC/Symbiota#2052)
Issue BioKIC#2040
Summary
Adds extra sort conditions so that records are sorted by sciname after being storted by family.
Issues BioKIC#2049
Summary
Fixes typo for
IMAGE_ROOT_PATH
andIMAGE_ROOT_URL
global variables. Note this will be overritten in the coming 3.2 changes with the multimedia changes so maybe it would be worth merging.Fix country synonyms, some U.S. states, add U.S. state abbreviations (Fix country synonyms, some U.S. states, add U.S. state abbreviations BioKIC/Symbiota#2059)
Closes [bug] PHP warnings in lichen portal BioKIC/Symbiota#2064 Fixing String Number multiply
Issues BioKIC#2064
Summary
Adds as is_numeric check on 'page' request variable so that the
$pageNumber
variable is alwasys a numberSee BioKIC#1702 (comment)
removed arrow functions and union types
replaced str_contains with str_pos