Bug 37499 - Remove global variables from addbiblio.pl
Summary: Remove global variables from addbiblio.pl
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 37429
Blocks:
  Show dependency treegraph
 
Reported: 2024-07-26 17:00 UTC by Emily Lamancusa (emlam)
Modified: 2024-10-30 13:49 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emily Lamancusa (emlam) 2024-07-26 17:00:41 UTC
addbiblio.pl contains a number of global variables. Some if not all of them are state variables that have no business being globals. We should refactor to scope these variables appropriately.
Comment 1 Fridolin Somers 2024-10-21 12:06:40 UTC
+1
Comment 2 Fridolin Somers 2024-10-30 13:49:27 UTC
We are working on it